Searched refs:column1 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-xerror.h59 const char *filename1, size_t lineno1, size_t column1,
72 const char *filename1, size_t lineno1, size_t column1,
H A Dpo-xerror.c137 const char *filename1, size_t lineno1, size_t column1,
152 column1 = (size_t)(-1);
163 xerror (severity1, prefix_tail, filename1, lineno1, column1, multiline_p1,
168 xerror (severity1, prefix_tail, filename1, lineno1, column1,
193 const char *filename1, size_t lineno1, size_t column1,
135 textmode_xerror2(int severity, const struct message_ty *message1, const char *filename1, size_t lineno1, size_t column1, int multiline_p1, const char *message_text1, const struct message_ty *message2, const char *filename2, size_t lineno2, size_t column2, int multiline_p2, const char *message_text2) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprntdlgg.cpp879 wxBoxSizer *column1 = new wxBoxSizer( wxVERTICAL ); local
880 column1->Add( new wxStaticText(this, wxPRINTID_STATIC, _("Left margin (mm):")),1,wxALL|wxALIGN_RIGHT,5 );
881 column1->Add( new wxStaticText(this, wxPRINTID_STATIC, _("Top margin (mm):")),1,wxALL|wxALIGN_RIGHT,5 );
882 table->Add( column1, 0, wxALL | wxEXPAND, 5 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp1115 wxBoxSizer *column1 = new wxBoxSizer(wxVERTICAL); local
1116 column1->Add( m_text, 0, wxALL | wxEXPAND, 10 );
1117 column1->Add( m_password, 0, wxALL | wxEXPAND, 10 );
1118 column1->Add( m_readonly, 0, wxALL | wxEXPAND, 10 );
1119 column1->Add( m_limited, 0, wxALL | wxEXPAND, 10 );
1120 column1->Add( m_horizontal, 1, wxALL | wxEXPAND, 10 );
1128 row1->Add( column1, 0, wxALL | wxEXPAND, 10 );

Completed in 77 milliseconds