Lines Matching refs:SVX_RES
96 const String sNone(SVX_RES(RID_SVXSTR_NONE)); in FillLineEndListBox()
188 SVX_RES(RID_SIDEBAR_LINE_PANEL)), in LinePropertyPanel()
189 mpFTWidth(new FixedText(this, SVX_RES(FT_WIDTH))), in LinePropertyPanel()
191 …mpTBWidth(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBWidthBackground.get(), SVX_RES(TB_WIDTH… in LinePropertyPanel()
192 mpFTColor(new FixedText(this, SVX_RES(FT_COLOR))), in LinePropertyPanel()
194 …mpTBColor(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBColorBackground.get(), SVX_RES(TB_COLOR… in LinePropertyPanel()
195 mpFTStyle(new FixedText(this, SVX_RES(FT_STYLE))), in LinePropertyPanel()
196 mpLBStyle(new ListBox(this, SVX_RES(LB_STYLE))), in LinePropertyPanel()
197 mpFTTrancparency(new FixedText(this, SVX_RES(FT_TRANSPARENT))), in LinePropertyPanel()
198 mpMFTransparent(new MetricField(this, SVX_RES(MF_TRANSPARENT))), in LinePropertyPanel()
199 mpFTArrow(new FixedText(this, SVX_RES(FT_ARROW))), in LinePropertyPanel()
200 mpLBStart(new ListBox(this, SVX_RES(LB_START))), in LinePropertyPanel()
201 mpLBEnd(new ListBox(this, SVX_RES(LB_END))), in LinePropertyPanel()
202 mpFTEdgeStyle(new FixedText(this, SVX_RES(FT_EDGESTYLE))), in LinePropertyPanel()
203 mpLBEdgeStyle(new ListBox(this, SVX_RES(LB_EDGESTYLE))), in LinePropertyPanel()
204 mpFTCapStyle(new FixedText(this, SVX_RES(FT_CAPSTYLE))), in LinePropertyPanel()
205 mpLBCapStyle(new ListBox(this, SVX_RES(LB_CAPSTYLE))), in LinePropertyPanel()
230 maIMGColor(SVX_RES(IMG_COLOR)), in LinePropertyPanel()
231 maIMGNone(SVX_RES(IMG_NONE_ICON)), in LinePropertyPanel()
316 mpIMGWidthIcon[0] = Image(SVX_RES(IMG_WIDTH1_ICON)); in Initialize()
317 mpIMGWidthIcon[1] = Image(SVX_RES(IMG_WIDTH2_ICON)); in Initialize()
318 mpIMGWidthIcon[2] = Image(SVX_RES(IMG_WIDTH3_ICON)); in Initialize()
319 mpIMGWidthIcon[3] = Image(SVX_RES(IMG_WIDTH4_ICON)); in Initialize()
320 mpIMGWidthIcon[4] = Image(SVX_RES(IMG_WIDTH5_ICON)); in Initialize()
321 mpIMGWidthIcon[5] = Image(SVX_RES(IMG_WIDTH6_ICON)); in Initialize()
322 mpIMGWidthIcon[6] = Image(SVX_RES(IMG_WIDTH7_ICON)); in Initialize()
323 mpIMGWidthIcon[7] = Image(SVX_RES(IMG_WIDTH8_ICON)); in Initialize()
327 mpIMGWidthIconH[0] = Image(SVX_RES(IMG_WIDTH1_ICON_H)); in Initialize()
328 mpIMGWidthIconH[1] = Image(SVX_RES(IMG_WIDTH2_ICON_H)); in Initialize()
329 mpIMGWidthIconH[2] = Image(SVX_RES(IMG_WIDTH3_ICON_H)); in Initialize()
330 mpIMGWidthIconH[3] = Image(SVX_RES(IMG_WIDTH4_ICON_H)); in Initialize()
331 mpIMGWidthIconH[4] = Image(SVX_RES(IMG_WIDTH5_ICON_H)); in Initialize()
332 mpIMGWidthIconH[5] = Image(SVX_RES(IMG_WIDTH6_ICON_H)); in Initialize()
333 mpIMGWidthIconH[6] = Image(SVX_RES(IMG_WIDTH7_ICON_H)); in Initialize()
334 mpIMGWidthIconH[7] = Image(SVX_RES(IMG_WIDTH8_ICON_H)); in Initialize()
342 mpTBColor->SetQuickHelpText(TBI_COLOR,String(SVX_RES(STR_QH_TB_COLOR))); //Add in Initialize()
360 mpTBWidth->SetQuickHelpText(TBI_WIDTH,String(SVX_RES(STR_QH_TB_WIDTH))); //Add in Initialize()
1009 SVX_RES(RID_POPUPPANEL_LINEPAGE_COLOR), in CreateColorPopupControl()
1010 SVX_RES(VS_COLOR), in CreateColorPopupControl()