Lines Matching refs:SW_RES

102 	: SfxTabPage(pParent, SW_RES(TP_LINENUMBERING), rSet),  in SwLineNumberingPage()
103 aNumberingOnCB ( this, SW_RES( CB_NUMBERING_ON )), in SwLineNumberingPage()
104 aDisplayFL ( this, SW_RES( FL_DISPLAY )), in SwLineNumberingPage()
105 aCharStyleFT ( this, SW_RES( FT_CHAR_STYLE )), in SwLineNumberingPage()
106 aCharStyleLB ( this, SW_RES( LB_CHAR_STYLE )), in SwLineNumberingPage()
107 aFormatFT ( this, SW_RES( FT_FORMAT )), in SwLineNumberingPage()
108 aFormatLB ( this, SW_RES( LB_FORMAT ), INSERT_NUM_EXTENDED_TYPES), in SwLineNumberingPage()
109 aPosFT ( this, SW_RES( FT_POS )), in SwLineNumberingPage()
110 aPosLB ( this, SW_RES( LB_POS )), in SwLineNumberingPage()
111 aOffsetFT ( this, SW_RES( FT_OFFSET )), in SwLineNumberingPage()
112 aOffsetMF ( this, SW_RES( MF_OFFSET )), in SwLineNumberingPage()
113 aNumIntervalFT ( this, SW_RES( FT_NUM_INVERVAL )), in SwLineNumberingPage()
114 aNumIntervalNF ( this, SW_RES( NF_NUM_INVERVAL )), in SwLineNumberingPage()
115 aNumRowsFT ( this, SW_RES( FT_NUM_ROWS )), in SwLineNumberingPage()
116 aDivisorFL ( this, SW_RES( FL_DIVISOR )), in SwLineNumberingPage()
117 aDivisorFT ( this, SW_RES( FT_DIVISOR )), in SwLineNumberingPage()
118 aDivisorED ( this, SW_RES( ED_DIVISOR )), in SwLineNumberingPage()
119 aDivIntervalFT ( this, SW_RES( FT_DIV_INTERVAL )), in SwLineNumberingPage()
120 aDivIntervalNF ( this, SW_RES( NF_DIV_INTERVAL )), in SwLineNumberingPage()
121 aDivRowsFT ( this, SW_RES( FT_DIV_ROWS )), in SwLineNumberingPage()
122 aCountFL ( this, SW_RES( FL_COUNT )), in SwLineNumberingPage()
123 aCountEmptyLinesCB ( this, SW_RES( CB_COUNT_EMPTYLINES )), in SwLineNumberingPage()
124 aCountFrameLinesCB ( this, SW_RES( CB_COUNT_FRAMELINES )), in SwLineNumberingPage()
125 aRestartEachPageCB ( this, SW_RES( CB_RESTART_PAGE )) in SwLineNumberingPage()