Lines Matching refs:SW_RES

131 	SvxStandardDialog(pParent, SW_RES(DLG_SORTING)),  in SwSortDlg()
133 aColLbl(this, SW_RES(FT_COL )), in SwSortDlg()
134 aTypLbl(this, SW_RES(FT_KEYTYP)), in SwSortDlg()
135 aDirLbl(this, SW_RES(FT_DIR )), in SwSortDlg()
136 aSortFL(this, SW_RES(FL_SORT_2 )), in SwSortDlg()
139 aKeyCB1(this, SW_RES(CB_KEY1 )), in SwSortDlg()
140 aColEdt1(this, SW_RES(ED_KEY1 )), in SwSortDlg()
141 aTypDLB1(this, SW_RES(DLB_KEY1 )), in SwSortDlg()
142 aSortUpRB(this, SW_RES(RB_UP )), in SwSortDlg()
143 aSortDnRB(this, SW_RES(RB_DN )), in SwSortDlg()
145 aKeyCB2(this, SW_RES(CB_KEY2 )), in SwSortDlg()
146 aColEdt2(this, SW_RES(ED_KEY2 )), in SwSortDlg()
147 aTypDLB2(this, SW_RES(DLB_KEY2 )), in SwSortDlg()
148 aSortUp2RB(this, SW_RES(RB_UP2 )), in SwSortDlg()
149 aSortDn2RB(this, SW_RES(RB_DN2 )), in SwSortDlg()
151 aKeyCB3(this, SW_RES(CB_KEY3 )), in SwSortDlg()
152 aColEdt3(this, SW_RES(ED_KEY3 )), in SwSortDlg()
153 aTypDLB3(this, SW_RES(DLB_KEY3 )), in SwSortDlg()
154 aSortUp3RB(this, SW_RES(RB_UP3 )), in SwSortDlg()
155 aSortDn3RB(this, SW_RES(RB_DN3 )), in SwSortDlg()
156 aDirFL(this, SW_RES(FL_DIR )), in SwSortDlg()
158 aColumnRB(this, SW_RES(RB_COL )), in SwSortDlg()
159 aRowRB(this, SW_RES(RB_ROW )), in SwSortDlg()
161 aDelimFL(this, SW_RES(FL_DELIM )), in SwSortDlg()
162 aDelimTabRB(this, SW_RES(RB_TAB )), in SwSortDlg()
163 aDelimFreeRB(this, SW_RES(RB_TABCH )), in SwSortDlg()
164 aDelimEdt(this, SW_RES(ED_TABCH )), in SwSortDlg()
165 aDelimPB(this, SW_RES( PB_DELIM)), in SwSortDlg()
167 aLangFL(this, SW_RES( FL_LANG )), in SwSortDlg()
168 aLangLB(this, SW_RES( LB_LANG )), in SwSortDlg()
170 aSortOptFL(this, SW_RES( FL_SORT )), in SwSortDlg()
171 aCaseCB(this, SW_RES( CB_CASE )), in SwSortDlg()
173 aOkBtn(this, SW_RES(BT_OK )), in SwSortDlg()
174 aCancelBtn(this, SW_RES(BT_CANCEL)), in SwSortDlg()
175 aHelpBtn(this, SW_RES(BT_HELP )), in SwSortDlg()
177 aColTxt( SW_RES(STR_COL)), in SwSortDlg()
178 aRowTxt( SW_RES(STR_ROW)), in SwSortDlg()
179 aNumericTxt( SW_RES(STR_NUMERIC)), in SwSortDlg()
403 InfoBox( this->GetParent(), SW_RES(MSG_SRTERR)).Execute(); in Apply()