Lines Matching refs:ScResId

61 	SfxTabPage(pParent, ScResId( RID_SCPAGE_CONTENT ), rArgSet),  in ScTpContentOptions()
63 aLinesGB( this, ScResId(GB_LINES )), in ScTpContentOptions()
64 aGridCB( this, ScResId(CB_GRID )), in ScTpContentOptions()
65 aColorFT( this, ScResId(FT_COLOR )), in ScTpContentOptions()
66 aColorLB( this, ScResId(LB_COLOR )), in ScTpContentOptions()
67 aBreakCB( this, ScResId(CB_PAGEBREAKS )), in ScTpContentOptions()
68 aGuideLineCB( this, ScResId(CB_GUIDELINE )), in ScTpContentOptions()
69 aHandleCB( this, ScResId(CB_HANDLES )), in ScTpContentOptions()
70 aBigHandleCB( this, ScResId(CB_BIGHANDLES )), in ScTpContentOptions()
72 aSeparator1FL (this, ScResId(FL_SEPARATOR1 )), in ScTpContentOptions()
73 aDisplayGB( this, ScResId(GB_DISPLAY)), in ScTpContentOptions()
74 aFormulaCB( this, ScResId(CB_FORMULA)), in ScTpContentOptions()
75 aNilCB( this, ScResId(CB_NIL )), in ScTpContentOptions()
76 aAnnotCB( this, ScResId(CB_ANNOT )), in ScTpContentOptions()
77 aValueCB( this, ScResId(CB_VALUE )), in ScTpContentOptions()
78 aAnchorCB( this, ScResId(CB_ANCHOR )), in ScTpContentOptions()
79 aClipMarkCB( this, ScResId(CB_CLIP )), in ScTpContentOptions()
80 aRangeFindCB( this, ScResId( CB_RFIND )), in ScTpContentOptions()
82 aObjectGB( this, ScResId(GB_OBJECT )), in ScTpContentOptions()
83 aObjGrfFT( this, ScResId(FT_OBJGRF )), in ScTpContentOptions()
84 aObjGrfLB( this, ScResId(LB_OBJGRF )), in ScTpContentOptions()
85 aDiagramFT( this, ScResId(FT_DIAGRAM)), in ScTpContentOptions()
86 aDiagramLB( this, ScResId(LB_DIAGRAM)), in ScTpContentOptions()
87 aDrawFT( this, ScResId(FT_DRAW )), in ScTpContentOptions()
88 aDrawLB( this, ScResId(LB_DRAW )), in ScTpContentOptions()
90 aZoomGB( this, ScResId(GB_ZOOM) ), in ScTpContentOptions()
91 aSyncZoomCB( this, ScResId(CB_SYNCZOOM) ), in ScTpContentOptions()
93 aSeparator2FL (this, ScResId(FL_SEPARATOR2)), in ScTpContentOptions()
94 aWindowGB( this, ScResId(GB_WINDOW )), in ScTpContentOptions()
95 aRowColHeaderCB(this, ScResId(CB_ROWCOLHEADER )), in ScTpContentOptions()
96 aHScrollCB( this, ScResId(CB_HSCROLL )), in ScTpContentOptions()
97 aVScrollCB( this, ScResId(CB_VSCROLL )), in ScTpContentOptions()
98 aTblRegCB( this, ScResId(CB_TBLREG )), in ScTpContentOptions()
99 aOutlineCB( this, ScResId(CB_OUTLINE )), in ScTpContentOptions()
423 SfxTabPage(pParent, ScResId( RID_SCPAGE_LAYOUT ), rArgSet), in ScTpLayoutOptions()
424 aUnitGB( this, ScResId(GB_UNIT )), in ScTpLayoutOptions()
425 aUnitFT( this, ScResId(FT_UNIT )), in ScTpLayoutOptions()
426 aUnitLB( this, ScResId(LB_UNIT )), in ScTpLayoutOptions()
427 aTabFT( this, ScResId( FT_TAB )), in ScTpLayoutOptions()
428 aTabMF( this, ScResId( MF_TAB )), in ScTpLayoutOptions()
429 aSeparatorFL( this, ScResId( FL_SEPARATOR )), in ScTpLayoutOptions()
430 aLinkGB (this, ScResId(GB_LINK )), in ScTpLayoutOptions()
431 aLinkFT(this, ScResId(FT_UPDATE_LINKS )), in ScTpLayoutOptions()
432 aAlwaysRB (this, ScResId(RB_ALWAYS )), in ScTpLayoutOptions()
433 aRequestRB (this, ScResId(RB_REQUEST )), in ScTpLayoutOptions()
434 aNeverRB (this, ScResId(RB_NEVER )), in ScTpLayoutOptions()
436 aOptionsGB( this, ScResId( GB_OPTIONS )), in ScTpLayoutOptions()
437 aAlignCB ( this, ScResId( CB_ALIGN )), in ScTpLayoutOptions()
438 aAlignLB ( this, ScResId( LB_ALIGN )), in ScTpLayoutOptions()
439 aEditModeCB( this, ScResId( CB_EDITMODE )), in ScTpLayoutOptions()
440 aFormatCB( this, ScResId( CB_FORMAT )), in ScTpLayoutOptions()
441 aExpRefCB( this, ScResId( CB_EXPREF )), in ScTpLayoutOptions()
442 aMarkHdrCB( this, ScResId( CB_MARKHDR )), in ScTpLayoutOptions()
443 aTextFmtCB( this, ScResId( CB_TEXTFMT )), in ScTpLayoutOptions()
444 aReplWarnCB( this, ScResId( CB_REPLWARN )), in ScTpLayoutOptions()
445 aUnitArr( ScResId(ST_UNIT )), in ScTpLayoutOptions()