Lines Matching refs:SdResId

161 		SfxTabPage          ( pParent, SdResId( TP_OPTIONS_CONTENTS ), rInAttrs ),  in SdTpOptionsContents()
162 aGrpDisplay ( this, SdResId( GRP_DISPLAY ) ), in SdTpOptionsContents()
163 aCbxRuler ( this, SdResId( CBX_RULER ) ), in SdTpOptionsContents()
164 aCbxDragStripes ( this, SdResId( CBX_HELPLINES ) ), in SdTpOptionsContents()
165 aCbxHandlesBezier ( this, SdResId( CBX_HANDLES_BEZIER ) ), in SdTpOptionsContents()
166 aCbxMoveOutline ( this, SdResId( CBX_MOVE_OUTLINE ) ) in SdTpOptionsContents()
243 SfxTabPage ( pParent, SdResId( TP_OPTIONS_MISC ), rInAttrs ), in SdTpOptionsMisc()
244 aGrpText ( this, SdResId( GRP_TEXT ) ), in SdTpOptionsMisc()
245 aCbxQuickEdit ( this, SdResId( CBX_QUICKEDIT ) ), in SdTpOptionsMisc()
246 aCbxPickThrough ( this, SdResId( CBX_PICKTHROUGH ) ), in SdTpOptionsMisc()
249 aGrpProgramStart ( this, SdResId( GRP_PROGRAMSTART ) ), in SdTpOptionsMisc()
250 aCbxStartWithTemplate ( this, SdResId( CBX_START_WITH_TEMPLATE ) ), in SdTpOptionsMisc()
252 aGrpSettings ( this, SdResId( GRP_SETTINGS ) ), in SdTpOptionsMisc()
253 aCbxMasterPageCache ( this, SdResId( CBX_MASTERPAGE_CACHE ) ), in SdTpOptionsMisc()
254 aCbxCopy ( this, SdResId( CBX_COPY ) ), in SdTpOptionsMisc()
255 aCbxMarkedHitMovesAlways ( this, SdResId( CBX_MARKED_HIT_MOVES_ALWAYS ) ), in SdTpOptionsMisc()
256 aCbxCrookNoContortion ( this, SdResId( CBX_CROOK_NO_CONTORTION ) ), in SdTpOptionsMisc()
258 aTxtMetric ( this, SdResId( FT_METRIC ) ), in SdTpOptionsMisc()
259 aLbMetric ( this, SdResId( LB_METRIC ) ), in SdTpOptionsMisc()
260 aTxtTabstop ( this, SdResId( FT_TABSTOP ) ), in SdTpOptionsMisc()
261 aMtrFldTabstop ( this, SdResId( MTR_FLD_TABSTOP ) ), in SdTpOptionsMisc()
263 aCbxStartWithActualPage ( this, SdResId( CBX_START_WITH_ACTUAL_PAGE ) ), in SdTpOptionsMisc()
264 aCbxStartWithPresenterScreen( this, SdResId( CBX_START_WITH_PRESENTER_SCREEN ) ), in SdTpOptionsMisc()
265 aGrpStartWithActualPage ( this, SdResId( GRP_START_WITH_ACTUAL_PAGE ) ), in SdTpOptionsMisc()
266 aTxtCompatibility ( this, SdResId( FT_COMPATIBILITY ) ), in SdTpOptionsMisc()
267 aCbxUsePrinterMetrics ( this, SdResId( CB_USE_PRINTER_METRICS ) ), in SdTpOptionsMisc()
268 aCbxCompatibility ( this, SdResId( CB_MERGE_PARA_DIST ) ), in SdTpOptionsMisc()
269 aGrpScale ( this, SdResId( GRP_SCALE ) ), in SdTpOptionsMisc()
270 aFtScale ( this, SdResId( FT_SCALE ) ), in SdTpOptionsMisc()
271 aCbScale ( this, SdResId( CB_SCALE ) ), in SdTpOptionsMisc()
272 aFtOriginal ( this, SdResId( FT_ORIGINAL ) ), in SdTpOptionsMisc()
273 aFtEquivalent ( this, SdResId( FT_EQUIVALENT ) ), in SdTpOptionsMisc()
274 aFtPageWidth ( this, SdResId( FT_PAGEWIDTH ) ), in SdTpOptionsMisc()
275 aFiInfo1 ( this, SdResId( FI_INFO_1 ) ), in SdTpOptionsMisc()
276 aMtrFldOriginalWidth ( this, SdResId( MTR_FLD_ORIGINAL_WIDTH ) ), in SdTpOptionsMisc()
277 aFtPageHeight ( this, SdResId( FT_PAGEHEIGHT ) ), in SdTpOptionsMisc()
278 aFiInfo2 ( this, SdResId( FI_INFO_2 ) ), in SdTpOptionsMisc()
279 aMtrFldOriginalHeight ( this, SdResId( MTR_FLD_ORIGINAL_HEIGHT ) ), in SdTpOptionsMisc()
405 WarningBox aWarnBox( GetParent(), WB_YES_NO, String( SdResId( STR_WARN_SCALE_FAIL ) ) ); in DeactivatePage()