Lines Matching refs:SW_RES

67 	SfxTabDialog( pParent, SW_RES(DLG_DOC_FOOTNOTE) ),  in SwFootNoteOptionDlg()
108 SfxTabPage( pParent, SW_RES(bEN ? TP_ENDNOTEOPTION : TP_FOOTNOTEOPTION), rSet ), in SwEndNoteOptionPage()
109 aNumFL (this, SW_RES( FL_NUM )), in SwEndNoteOptionPage()
111 aNumTypeFT (this, SW_RES( FT_NUMTYPE )), in SwEndNoteOptionPage()
112 aNumViewBox (this, SW_RES( LB_NUMVIEW ), INSERT_NUM_EXTENDED_TYPES), in SwEndNoteOptionPage()
113 aOffsetLbl (this, SW_RES( FT_OFFSET )), in SwEndNoteOptionPage()
114 aOffsetFld (this, SW_RES( FLD_OFFSET )), in SwEndNoteOptionPage()
115 aNumCountFT (this, SW_RES( FT_NUMCOUNT )), in SwEndNoteOptionPage()
116 aNumCountBox (this, SW_RES( LB_NUMCOUNT )), in SwEndNoteOptionPage()
117 aPrefixFT (this, SW_RES( FT_PREFIX )), in SwEndNoteOptionPage()
118 aPrefixED (this, SW_RES( ED_PREFIX )), in SwEndNoteOptionPage()
119 aSuffixFT (this, SW_RES( FT_SUFFIX )), in SwEndNoteOptionPage()
120 aSuffixED (this, SW_RES( ED_SUFFIX )), in SwEndNoteOptionPage()
121 aPosFT (this, SW_RES( FT_POS )), in SwEndNoteOptionPage()
122 aPosPageBox (this, SW_RES( RB_POS_PAGE )), in SwEndNoteOptionPage()
123 aPosChapterBox (this, SW_RES( RB_POS_CHAPTER)), in SwEndNoteOptionPage()
125 aTemplFL (this, SW_RES( FL_TEMPL )), in SwEndNoteOptionPage()
126 aParaTemplLbl (this, SW_RES( FT_PARA_TEMPL)), in SwEndNoteOptionPage()
127 aParaTemplBox (this, SW_RES( LB_PARA_TEMPL)), in SwEndNoteOptionPage()
128 aPageTemplLbl (this, SW_RES( FT_PAGE_TEMPL)), in SwEndNoteOptionPage()
129 aPageTemplBox (this, SW_RES( LB_PAGE_TEMPL)), in SwEndNoteOptionPage()
131 aCharTemplFL( this, SW_RES(FL_CHAR_TEMPL)), in SwEndNoteOptionPage()
132 aFtnCharAnchorTemplLbl( this, SW_RES( FT_ANCHR_CHARFMT)), in SwEndNoteOptionPage()
133 aFtnCharAnchorTemplBox( this, SW_RES( LB_ANCHR_CHARFMT)), in SwEndNoteOptionPage()
134 aFtnCharTextTemplLbl( this, SW_RES( FT_TEXT_CHARFMT)), in SwEndNoteOptionPage()
135 aFtnCharTextTemplBox( this, SW_RES( LB_TEXT_CHARFMT)), in SwEndNoteOptionPage()
137 aContFL (this, SW_RES( FL_CONT )), in SwEndNoteOptionPage()
138 aContLbl (this, SW_RES( FT_CONT )), in SwEndNoteOptionPage()
139 aContEdit (this, SW_RES( ED_CONT )), in SwEndNoteOptionPage()
140 aContFromLbl (this, SW_RES( FT_CONT_FROM )), in SwEndNoteOptionPage()
141 aContFromEdit (this, SW_RES( ED_CONT_FROM )), in SwEndNoteOptionPage()