Lines Matching refs:CUI_RES

94 				SvxTabPage		( pWindow, CUI_RES( RID_SVXPAGE_MEASURE ),  in SvxMeasurePage()
97 aFlLine ( this, CUI_RES( FL_LINE ) ), in SvxMeasurePage()
98 aFtLineDist ( this, CUI_RES( FT_LINE_DIST ) ), in SvxMeasurePage()
99 aMtrFldLineDist ( this, CUI_RES( MTR_LINE_DIST ) ), in SvxMeasurePage()
100 aFtHelplineOverhang ( this, CUI_RES( FT_HELPLINE_OVERHANG ) ), in SvxMeasurePage()
101 aMtrFldHelplineOverhang ( this, CUI_RES( MTR_FLD_HELPLINE_OVERHANG ) ), in SvxMeasurePage()
102 aFtHelplineDist ( this, CUI_RES( FT_HELPLINE_DIST ) ), in SvxMeasurePage()
103 aMtrFldHelplineDist ( this, CUI_RES( MTR_FLD_HELPLINE_DIST ) ), in SvxMeasurePage()
104 aFtHelpline1Len ( this, CUI_RES( FT_HELPLINE1_LEN ) ), in SvxMeasurePage()
105 aMtrFldHelpline1Len ( this, CUI_RES( MTR_FLD_HELPLINE1_LEN ) ), in SvxMeasurePage()
106 aFtHelpline2Len ( this, CUI_RES( FT_HELPLINE2_LEN ) ), in SvxMeasurePage()
107 aMtrFldHelpline2Len ( this, CUI_RES( MTR_FLD_HELPLINE2_LEN ) ), in SvxMeasurePage()
108 aTsbBelowRefEdge ( this, CUI_RES( TSB_BELOW_REF_EDGE ) ), in SvxMeasurePage()
109 aFtDecimalPlaces ( this, CUI_RES( FT_DECIMALPLACES ) ), in SvxMeasurePage()
110 aMtrFldDecimalPlaces ( this, CUI_RES( MTR_FLD_DECIMALPLACES ) ), in SvxMeasurePage()
112 aFlLabel ( this, CUI_RES( FL_LABEL ) ), in SvxMeasurePage()
113 aFtPosition ( this, CUI_RES( FT_POSITION ) ), in SvxMeasurePage()
114 aCtlPosition ( this, CUI_RES( CTL_POSITION ) ), in SvxMeasurePage()
115 aTsbAutoPosV ( this, CUI_RES( TSB_AUTOPOSV ) ), in SvxMeasurePage()
116 aTsbAutoPosH ( this, CUI_RES( TSB_AUTOPOSH ) ), in SvxMeasurePage()
117 aTsbShowUnit ( this, CUI_RES( TSB_SHOW_UNIT ) ), in SvxMeasurePage()
118 aLbUnit ( this, CUI_RES( LB_UNIT ) ), in SvxMeasurePage()
119 aTsbParallel ( this, CUI_RES( TSB_PARALLEL ) ), in SvxMeasurePage()
120 aCtlPreview ( this, CUI_RES( CTL_PREVIEW ), rInAttrs ), in SvxMeasurePage()
122 aFlVert ( this, CUI_RES( FL_VERT ) ), in SvxMeasurePage()
853 String aStrMetric( CUI_RES( STR_MEASURE_AUTOMATIC ) ); in FillUnitLB()