Lines Matching refs:SVX_RES

75     : Control(pParent, SVX_RES(RID_SIDEBAR_AREA_PANEL)),  in AreaPropertyPanel()
88 mpColorTextFT(new FixedText(this, SVX_RES(FT_COLOR_LIST))), in AreaPropertyPanel()
92 …r(sfx2::sidebar::ControlFactory::CreateToolBox(mpToolBoxColorBackground.get(), SVX_RES(TB_COLOR))), in AreaPropertyPanel()
93 mpTrspTextFT(new FixedText(this, SVX_RES(FL_TRSP_TEXT))), in AreaPropertyPanel()
94 mpLBTransType(new ListBox(this, SVX_RES(LB_TRGR_TYPES))), in AreaPropertyPanel()
95 mpMTRTransparent(new MetricField(this, SVX_RES(MTR_TRANSPARENT))), in AreaPropertyPanel()
97 …fx2::sidebar::ControlFactory::CreateToolBox(mpBTNGradientBackground.get(), SVX_RES(BTN_GRADIENT))), in AreaPropertyPanel()
115 maImgAxial(SVX_RES(IMG_AXIAL)), in AreaPropertyPanel()
116 maImgElli(SVX_RES(IMG_ELLI)), in AreaPropertyPanel()
117 maImgQuad(SVX_RES(IMG_QUAD)), in AreaPropertyPanel()
118 maImgRadial(SVX_RES(IMG_RADIAL)), in AreaPropertyPanel()
119 maImgSquare(SVX_RES(IMG_SQUARE)), in AreaPropertyPanel()
120 maImgLinear(SVX_RES(IMG_LINEAR)), in AreaPropertyPanel()
121 maImgColor(SVX_RES(IMG_COLOR)), in AreaPropertyPanel()
122 maImgAxialH(SVX_RES(IMG_AXIAL_H)), in AreaPropertyPanel()
123 maImgElliH(SVX_RES(IMG_ELLI_H)), in AreaPropertyPanel()
124 maImgQuadH(SVX_RES(IMG_QUAD_H)), in AreaPropertyPanel()
125 maImgRadialH(SVX_RES(IMG_RADIAL_H)), in AreaPropertyPanel()
126 maImgSquareH(SVX_RES(IMG_SQUARE_H)), in AreaPropertyPanel()
127 maImgLinearH(SVX_RES(IMG_LINEAR_H)), in AreaPropertyPanel()
128 maImgColorH(SVX_RES(IMG_COLOR_H)), in AreaPropertyPanel()
129 msHelpFillType(SVX_RES(STR_HELP_TYPE)), in AreaPropertyPanel()
130 msHelpFillAttr(SVX_RES(STR_HELP_ATTR)), in AreaPropertyPanel()
253 mpToolBoxColor->SetQuickHelpText(TBI_COLOR, String(SVX_RES(STR_HELP_COLOR))); // wj acc in Initialize()
282 mpBTNGradient->SetQuickHelpText(TBI_BTX_GRADIENT, String(SVX_RES(STR_HELP_GRADIENT))); // wj acc in Initialize()
661 SVX_RES(RID_POPUPPANEL_AERAPAGE_COLOR), in CreateColorPopupControl()
662 SVX_RES(VS_COLOR), in CreateColorPopupControl()