Lines Matching refs:ScResId

58 	SfxTabPage(pParent, ScResId( RID_SCPAGE_CONTENT ), rArgSet),  in ScTpContentOptions()
60 aLinesGB( this, ScResId(GB_LINES )), in ScTpContentOptions()
61 aGridCB( this, ScResId(CB_GRID )), in ScTpContentOptions()
62 aColorFT( this, ScResId(FT_COLOR )), in ScTpContentOptions()
63 aColorLB( this, ScResId(LB_COLOR )), in ScTpContentOptions()
64 aBreakCB( this, ScResId(CB_PAGEBREAKS )), in ScTpContentOptions()
65 aGuideLineCB( this, ScResId(CB_GUIDELINE )), in ScTpContentOptions()
66 aBigHandleCB( this, ScResId(CB_BIGHANDLES )), in ScTpContentOptions()
68 aSeparator1FL (this, ScResId(FL_SEPARATOR1 )), in ScTpContentOptions()
69 aDisplayGB( this, ScResId(GB_DISPLAY)), in ScTpContentOptions()
70 aFormulaCB( this, ScResId(CB_FORMULA)), in ScTpContentOptions()
71 aNilCB( this, ScResId(CB_NIL )), in ScTpContentOptions()
72 aAnnotCB( this, ScResId(CB_ANNOT )), in ScTpContentOptions()
73 aValueCB( this, ScResId(CB_VALUE )), in ScTpContentOptions()
74 aAnchorCB( this, ScResId(CB_ANCHOR )), in ScTpContentOptions()
75 aClipMarkCB( this, ScResId(CB_CLIP )), in ScTpContentOptions()
76 aRangeFindCB( this, ScResId( CB_RFIND )), in ScTpContentOptions()
78 aObjectGB( this, ScResId(GB_OBJECT )), in ScTpContentOptions()
79 aObjGrfFT( this, ScResId(FT_OBJGRF )), in ScTpContentOptions()
80 aObjGrfLB( this, ScResId(LB_OBJGRF )), in ScTpContentOptions()
81 aDiagramFT( this, ScResId(FT_DIAGRAM)), in ScTpContentOptions()
82 aDiagramLB( this, ScResId(LB_DIAGRAM)), in ScTpContentOptions()
83 aDrawFT( this, ScResId(FT_DRAW )), in ScTpContentOptions()
84 aDrawLB( this, ScResId(LB_DRAW )), in ScTpContentOptions()
86 aZoomGB( this, ScResId(GB_ZOOM) ), in ScTpContentOptions()
87 aSyncZoomCB( this, ScResId(CB_SYNCZOOM) ), in ScTpContentOptions()
89 aSeparator2FL (this, ScResId(FL_SEPARATOR2)), in ScTpContentOptions()
90 aWindowGB( this, ScResId(GB_WINDOW )), in ScTpContentOptions()
91 aRowColHeaderCB(this, ScResId(CB_ROWCOLHEADER )), in ScTpContentOptions()
92 aHScrollCB( this, ScResId(CB_HSCROLL )), in ScTpContentOptions()
93 aVScrollCB( this, ScResId(CB_VSCROLL )), in ScTpContentOptions()
94 aTblRegCB( this, ScResId(CB_TBLREG )), in ScTpContentOptions()
95 aOutlineCB( this, ScResId(CB_OUTLINE )), in ScTpContentOptions()
409 SfxTabPage(pParent, ScResId( RID_SCPAGE_LAYOUT ), rArgSet), in ScTpLayoutOptions()
410 aUnitGB( this, ScResId(GB_UNIT )), in ScTpLayoutOptions()
411 aUnitFT( this, ScResId(FT_UNIT )), in ScTpLayoutOptions()
412 aUnitLB( this, ScResId(LB_UNIT )), in ScTpLayoutOptions()
413 aTabFT( this, ScResId( FT_TAB )), in ScTpLayoutOptions()
414 aTabMF( this, ScResId( MF_TAB )), in ScTpLayoutOptions()
415 aSeparatorFL( this, ScResId( FL_SEPARATOR )), in ScTpLayoutOptions()
416 aLinkGB (this, ScResId(GB_LINK )), in ScTpLayoutOptions()
417 aLinkFT(this, ScResId(FT_UPDATE_LINKS )), in ScTpLayoutOptions()
418 aAlwaysRB (this, ScResId(RB_ALWAYS )), in ScTpLayoutOptions()
419 aRequestRB (this, ScResId(RB_REQUEST )), in ScTpLayoutOptions()
420 aNeverRB (this, ScResId(RB_NEVER )), in ScTpLayoutOptions()
422 aOptionsGB( this, ScResId( GB_OPTIONS )), in ScTpLayoutOptions()
423 aAlignCB ( this, ScResId( CB_ALIGN )), in ScTpLayoutOptions()
424 aAlignLB ( this, ScResId( LB_ALIGN )), in ScTpLayoutOptions()
425 aEditModeCB( this, ScResId( CB_EDITMODE )), in ScTpLayoutOptions()
426 aFormatCB( this, ScResId( CB_FORMAT )), in ScTpLayoutOptions()
427 aExpRefCB( this, ScResId( CB_EXPREF )), in ScTpLayoutOptions()
428 aMarkHdrCB( this, ScResId( CB_MARKHDR )), in ScTpLayoutOptions()
429 aTextFmtCB( this, ScResId( CB_TEXTFMT )), in ScTpLayoutOptions()
430 aReplWarnCB( this, ScResId( CB_REPLWARN )), in ScTpLayoutOptions()
431 aUnitArr( ScResId(ST_UNIT )), in ScTpLayoutOptions()