Lines Matching refs:SW_RES
88 : SfxModalDialog( rView.GetWindow(), SW_RES(DLG_INSERT_TABLE) ), in SwInsTableDlg()
89 aNameFT (this, SW_RES(FT_NAME)), in SwInsTableDlg()
90 aNameEdit (this, SW_RES(ED_NAME)), in SwInsTableDlg()
92 aFL (this, SW_RES(FL_TABLE)), in SwInsTableDlg()
93 aColLbl (this, SW_RES(FT_COL)), in SwInsTableDlg()
94 aColEdit (this, SW_RES(ED_COL)), in SwInsTableDlg()
95 aRowLbl (this, SW_RES(FT_ROW)), in SwInsTableDlg()
96 aRowEdit (this, SW_RES(ED_ROW)), in SwInsTableDlg()
98 aOptionsFL (this, SW_RES(FL_OPTIONS)), in SwInsTableDlg()
99 aHeaderCB (this, SW_RES(CB_HEADER)), in SwInsTableDlg()
100 aRepeatHeaderCB (this, SW_RES(CB_REPEAT_HEADER)), in SwInsTableDlg()
101 aRepeatHeaderFT (this, SW_RES(FT_REPEAT_HEADER)), in SwInsTableDlg()
103 aRepeatHeaderNF (this, SW_RES(NF_REPEAT_HEADER)), in SwInsTableDlg()
105 …aRepeatHeaderCombo (this, SW_RES(WIN_REPEAT_HEADER), aRepeatHeaderNF, aRepeatHeaderBeforeFT, aRep… in SwInsTableDlg()
107 aDontSplitCB (this, SW_RES(CB_DONT_SPLIT)), in SwInsTableDlg()
108 aBorderCB (this, SW_RES(CB_BORDER)), in SwInsTableDlg()
110 aOkBtn (this, SW_RES(BT_OK)), in SwInsTableDlg()
111 aCancelBtn (this, SW_RES(BT_CANCEL)), in SwInsTableDlg()
112 aHelpBtn (this, SW_RES(BT_HELP)), in SwInsTableDlg()
113 aAutoFmtBtn (this, SW_RES(BT_AUTOFORMAT)), in SwInsTableDlg()