Lines Matching refs:CUI_RES

235 #undef CUI_RES
236 #define CUI_RES(x) #x macro
242 #define CUI_RES_PLAIN CUI_RES
243 #define THIS_CUI_RES CUI_RES
249 : SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_NUMBERFORMAT ), rCoreAttrs ), in SvxNumberFormatTabPage()
251 aFtCategory ( this, CUI_RES( FT_CATEGORY ) ), in SvxNumberFormatTabPage()
252 aLbCategory ( this, CUI_RES( LB_CATEGORY ) ), in SvxNumberFormatTabPage()
253 aFtFormat ( this, CUI_RES( FT_FORMAT ) ), in SvxNumberFormatTabPage()
254 aLbCurrency ( this, CUI_RES( LB_CURRENCY) ), in SvxNumberFormatTabPage()
255 aLbFormat ( this, CUI_RES( LB_FORMAT ) ), in SvxNumberFormatTabPage()
256 aFtLanguage ( this, CUI_RES( FT_LANGUAGE ) ), in SvxNumberFormatTabPage()
257 aLbLanguage ( this, CUI_RES( LB_LANGUAGE ), sal_False ), in SvxNumberFormatTabPage()
258 aCbSourceFormat ( this, CUI_RES( CB_SOURCEFORMAT ) ), in SvxNumberFormatTabPage()
264 aFlOptions ( this, CUI_RES( FL_OPTIONS ) ), in SvxNumberFormatTabPage()
265 aFtDecimals ( this, CUI_RES( FT_DECIMALS ) ), in SvxNumberFormatTabPage()
266 aEdDecimals ( this, CUI_RES( ED_DECIMALS ) ), in SvxNumberFormatTabPage()
267 aBtnNegRed ( this, CUI_RES( BTN_NEGRED ) ), in SvxNumberFormatTabPage()
268 aFtLeadZeroes ( this, CUI_RES( FT_LEADZEROES ) ), in SvxNumberFormatTabPage()
269 aEdLeadZeroes ( this, CUI_RES( ED_LEADZEROES ) ), in SvxNumberFormatTabPage()
270 aBtnThousand ( this, CUI_RES( BTN_THOUSAND ) ), in SvxNumberFormatTabPage()
272 aFtEdFormat ( this, CUI_RES( FT_EDFORMAT ) ), in SvxNumberFormatTabPage()
273 aEdFormat ( this, CUI_RES( ED_FORMAT ) ), in SvxNumberFormatTabPage()
274 aIbAdd ( this, CUI_RES( IB_ADD ) ), in SvxNumberFormatTabPage()
275 aIbInfo ( this, CUI_RES( IB_INFO ) ), in SvxNumberFormatTabPage()
276 aIbRemove ( this, CUI_RES( IB_REMOVE ) ), in SvxNumberFormatTabPage()
277 aFtComment ( this, CUI_RES( FT_COMMENT ) ), in SvxNumberFormatTabPage()
278 aEdComment ( this, CUI_RES( ED_COMMENT ) ), in SvxNumberFormatTabPage()