Lines Matching refs:ScResId

77     const ScResId aResId(VS_NOFILLCOLOR);  in CreateFillColorPopupControl()
82 ScResId(RID_POPUPPANEL_CELLAPPEARANCE_FILLCOLOR), in CreateFillColorPopupControl()
83 ScResId(VS_FILLCOLOR), in CreateFillColorPopupControl()
106 ScResId(RID_POPUPPANEL_CELLAPPEARANCE_LINECOLOR), in CreateLineColorPopupControl()
107 ScResId(VS_LINECOLOR), in CreateLineColorPopupControl()
161 ScResId(RID_PROPERTYPANEL_SC_APPEAR)), in CellAppearancePropertyPanel()
163 mpFTFillColor(new FixedText(this, ScResId(FT_BK_COLOR))), in CellAppearancePropertyPanel()
165 …sfx2::sidebar::ControlFactory::CreateToolBox(mpTBFillColorBackground.get(), ScResId(TB_BK_COLOR))), in CellAppearancePropertyPanel()
168 mpFTCellBorder(new FixedText(this, ScResId(FT_BORDER))), in CellAppearancePropertyPanel()
170 …2::sidebar::ControlFactory::CreateToolBox(mpTBCellBorderBackground.get(), ScResId(TB_APP_BORDER))), in CellAppearancePropertyPanel()
174 …2::sidebar::ControlFactory::CreateToolBox(mpTBLineStyleBackground.get(), ScResId(TB_BORDER_LINE_ST… in CellAppearancePropertyPanel()
177 …2::sidebar::ControlFactory::CreateToolBox(mpTBLineColorBackground.get(), ScResId(TB_BORDER_LINE_CO… in CellAppearancePropertyPanel()
180 mpCBXShowGrid(new CheckBox(this, ScResId(CBX_SHOW_GRID))), in CellAppearancePropertyPanel()
191 maIMGBKColor(ScResId(IMG_BK_COLOR)), in CellAppearancePropertyPanel()
192 maIMGCellBorder(ScResId(IMG_CELL_BORDER)), in CellAppearancePropertyPanel()
193 maIMGLineColor(ScResId(IMG_LINE_COLOR)), in CellAppearancePropertyPanel()
194 maIMGLineStyle1(ScResId(IMG_LINE_STYLE1)), in CellAppearancePropertyPanel()
195 maIMGLineStyle2(ScResId(IMG_LINE_STYLE2)), in CellAppearancePropertyPanel()
196 maIMGLineStyle3(ScResId(IMG_LINE_STYLE3)), in CellAppearancePropertyPanel()
197 maIMGLineStyle4(ScResId(IMG_LINE_STYLE4)), in CellAppearancePropertyPanel()
198 maIMGLineStyle5(ScResId(IMG_LINE_STYLE5)), in CellAppearancePropertyPanel()
199 maIMGLineStyle6(ScResId(IMG_LINE_STYLE6)), in CellAppearancePropertyPanel()
200 maIMGLineStyle7(ScResId(IMG_LINE_STYLE7)), in CellAppearancePropertyPanel()
201 maIMGLineStyle8(ScResId(IMG_LINE_STYLE8)), in CellAppearancePropertyPanel()
202 maIMGLineStyle9(ScResId(IMG_LINE_STYLE9)), in CellAppearancePropertyPanel()
204 maIMGBKColorH(ScResId(IMG_BK_COLOR_H)), in CellAppearancePropertyPanel()
205 maIMGLineStyle1H(ScResId(IMG_LINE_STYLE1_H)), in CellAppearancePropertyPanel()
206 maIMGLineStyle2H(ScResId(IMG_LINE_STYLE2_H)), in CellAppearancePropertyPanel()
207 maIMGLineStyle3H(ScResId(IMG_LINE_STYLE3_H)), in CellAppearancePropertyPanel()
208 maIMGLineStyle4H(ScResId(IMG_LINE_STYLE4_H)), in CellAppearancePropertyPanel()
209 maIMGLineStyle5H(ScResId(IMG_LINE_STYLE5_H)), in CellAppearancePropertyPanel()
210 maIMGLineStyle6H(ScResId(IMG_LINE_STYLE6_H)), in CellAppearancePropertyPanel()
211 maIMGLineStyle7H(ScResId(IMG_LINE_STYLE7_H)), in CellAppearancePropertyPanel()
212 maIMGLineStyle8H(ScResId(IMG_LINE_STYLE8_H)), in CellAppearancePropertyPanel()
213 maIMGLineStyle9H(ScResId(IMG_LINE_STYLE9_H)), in CellAppearancePropertyPanel()
280 mpTBFillColor->SetQuickHelpText(TBI_BK_COLOR,String(ScResId(STR_QH_BK_COLOR))); //Add in Initialize()
291 mpTBCellBorder->SetQuickHelpText(TBI_BORDER,String(ScResId(STR_QH_BORDER))); //Add in Initialize()
302 mpTBLineStyle->SetQuickHelpText(TBI_LINE_STYLE,String(ScResId(STR_QH_BORDER_LINE_STYLE))); //Add in Initialize()
314 mpTBLineColor->SetQuickHelpText(TBI_LINE_COLOR,String(ScResId(STR_QH_BORDER_LINE_COLOR))); //Add in Initialize()