Lines Matching refs:ScResId
117 SfxTabPage( pParent, ScResId( RID_SCPAGE_TABLE ), rCoreAttrs ), in ScTablePage()
119 aFlPageDir ( this, ScResId( FL_PAGEDIR ) ), in ScTablePage()
120 aBtnTopDown ( this, ScResId( BTN_TOPDOWN ) ), in ScTablePage()
121 aBtnLeftRight ( this, ScResId( BTN_LEFTRIGHT ) ), in ScTablePage()
122 aBmpPageDir ( this, ScResId( BMP_PAGEDIR ) ), in ScTablePage()
123 aImgLeftRight ( ScResId( IMG_LEFTRIGHT ) ), in ScTablePage()
124 aImgTopDown ( ScResId( IMG_TOPDOWN ) ), in ScTablePage()
125 aImgLeftRightHC ( ScResId( IMG_LEFTRIGHT_H ) ), in ScTablePage()
126 aImgTopDownHC ( ScResId( IMG_TOPDOWN_H ) ), in ScTablePage()
127 aBtnPageNo ( this, ScResId( BTN_PAGENO ) ), in ScTablePage()
128 aEdPageNo ( this, ScResId( ED_PAGENO ) ), in ScTablePage()
129 aFlPrint ( this, ScResId( FL_PRINT ) ), in ScTablePage()
130 aBtnHeaders ( this, ScResId( BTN_HEADER ) ), in ScTablePage()
131 aBtnGrid ( this, ScResId( BTN_GRID ) ), in ScTablePage()
132 aBtnNotes ( this, ScResId( BTN_NOTES ) ), in ScTablePage()
133 aBtnObjects ( this, ScResId( BTN_OBJECTS ) ), in ScTablePage()
134 aBtnCharts ( this, ScResId( BTN_CHARTS ) ), in ScTablePage()
135 aBtnDrawings ( this, ScResId( BTN_DRAWINGS ) ), in ScTablePage()
136 aBtnFormulas ( this, ScResId( BTN_FORMULAS ) ), in ScTablePage()
137 aBtnNullVals ( this, ScResId( BTN_NULLVALS ) ), in ScTablePage()
138 aFlScale ( this, ScResId( FL_SCALE ) ), in ScTablePage()
139 aFtScaleMode ( this, ScResId( FT_SCALEMODE ) ), in ScTablePage()
140 aLbScaleMode ( this, ScResId( LB_SCALEMODE ) ), in ScTablePage()
141 aFtScaleAll ( this, ScResId( FT_SCALEFACTOR ) ), in ScTablePage()
142 aEdScaleAll ( this, ScResId( ED_SCALEALL ) ), in ScTablePage()
143 aFtScalePageWidth ( this, ScResId( FT_SCALEPAGEWIDTH ) ), in ScTablePage()
144 aEdScalePageWidth ( this, ScResId( ED_SCALEPAGEWIDTH ) ), in ScTablePage()
145 aFtScalePageHeight ( this, ScResId( FT_SCALEPAGEHEIGHT ) ), in ScTablePage()
146 aEdScalePageHeight ( this, ScResId( ED_SCALEPAGEHEIGHT ) ), in ScTablePage()
147 aFtScalePageNum ( this, ScResId( FT_SCALEPAGENUM ) ), in ScTablePage()
148 aEdScalePageNum ( this, ScResId( ED_SCALEPAGENUM ) ) in ScTablePage()
156 Size aBmpSize = Image( ScResId( IMG_LEFTRIGHT ) ).GetSizePixel(); in ScTablePage()