Lines Matching refs:CUI_RES

103 	SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_TABULATOR ), rAttr ),  in SvxTabulatorTabPage()
105 aTabLabel ( this, CUI_RES( FL_TABPOS ) ), in SvxTabulatorTabPage()
106 aTabBox ( this, CUI_RES( ED_TABPOS ) ), in SvxTabulatorTabPage()
107 aTabLabelVert ( this, CUI_RES( FL_TABPOS_VERT ) ), in SvxTabulatorTabPage()
108 aTabTypeLabel ( this, CUI_RES( FL_TABTYPE ) ), in SvxTabulatorTabPage()
109 aLeftTab ( this, CUI_RES( BTN_TABTYPE_LEFT ) ), in SvxTabulatorTabPage()
110 aRightTab ( this, CUI_RES( BTN_TABTYPE_RIGHT ) ), in SvxTabulatorTabPage()
111 aCenterTab ( this, CUI_RES( BTN_TABTYPE_CENTER ) ), in SvxTabulatorTabPage()
112 aDezTab ( this, CUI_RES( BTN_TABTYPE_DECIMAL ) ), in SvxTabulatorTabPage()
113 …pLeftWin ( new TabWin_Impl( this, CUI_RES( WIN_TABLEFT ), (sal_uInt16)(RULER_TAB_LEFT|WB_HO… in SvxTabulatorTabPage()
114 …pRightWin ( new TabWin_Impl( this, CUI_RES( WIN_TABRIGHT ), (sal_uInt16)(RULER_TAB_RIGHT|WB_… in SvxTabulatorTabPage()
115 …pCenterWin ( new TabWin_Impl( this, CUI_RES( WIN_TABCENTER ), (sal_uInt16)(RULER_TAB_CENTER|W… in SvxTabulatorTabPage()
116 …pDezWin ( new TabWin_Impl( this, CUI_RES( WIN_TABDECIMAL ), (sal_uInt16)(RULER_TAB_DECIMAL… in SvxTabulatorTabPage()
117 aDezCharLabel ( this, CUI_RES( FT_TABTYPE_DECCHAR ) ), in SvxTabulatorTabPage()
118 aDezChar ( this, CUI_RES( ED_TABTYPE_DECCHAR ) ), in SvxTabulatorTabPage()
119 aFillLabel ( this, CUI_RES( FL_FILLCHAR ) ), in SvxTabulatorTabPage()
120 aNoFillChar ( this, CUI_RES( BTN_FILLCHAR_NO ) ), in SvxTabulatorTabPage()
121 aFillPoints ( this, CUI_RES( BTN_FILLCHAR_POINTS ) ), in SvxTabulatorTabPage()
122 aFillDashLine ( this, CUI_RES( BTN_FILLCHAR_DASHLINE ) ), in SvxTabulatorTabPage()
123 aFillSolidLine ( this, CUI_RES( BTN_FILLCHAR_UNDERSCORE ) ), in SvxTabulatorTabPage()
124 aFillSpecial ( this, CUI_RES( BTN_FILLCHAR_OTHER ) ), in SvxTabulatorTabPage()
125 aFillChar ( this, CUI_RES( ED_FILLCHAR_OTHER ) ), in SvxTabulatorTabPage()
126 aNewBtn ( this, CUI_RES( BTN_NEW ) ), in SvxTabulatorTabPage()
127 aDelAllBtn ( this, CUI_RES( BTN_DELALL ) ), in SvxTabulatorTabPage()
128 aDelBtn ( this, CUI_RES( BTN_DEL ) ), in SvxTabulatorTabPage()
140 aLeftTab .SetText(String(CUI_RES( ST_LEFTTAB_ASIAN ))); in SvxTabulatorTabPage()
141 aRightTab .SetText(String(CUI_RES( ST_RIGHTTAB_ASIAN ))); in SvxTabulatorTabPage()
144 aFillChar.SetAccessibleName(String(CUI_RES( ST_FILLCHAR_OTHER ))); in SvxTabulatorTabPage()