Lines Matching refs:ScResId

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