Home
last modified time | relevance | path

Searched refs:EE_RESSTR (Results 1 – 10 of 10) sorted by relevance

/trunk/main/editeng/source/items/
H A Dfrmitems.cxx190 rText = EE_RESSTR(RID_SVXSTR_PAPERBIN_SETTINGS); in GetPresentation()
193 rText = EE_RESSTR(RID_SVXSTR_PAPERBIN); in GetPresentation()
337 rText = EE_RESSTR(RID_SVXITEMS_SIZE_WIDTH); in GetPresentation()
340 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
342 rText += EE_RESSTR(RID_SVXITEMS_SIZE_HEIGHT); in GetPresentation()
345 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
607 rText = EE_RESSTR(RID_SVXITEMS_LRSPACE_LEFT); in GetPresentation()
615 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
620 rText += EE_RESSTR(RID_SVXITEMS_LRSPACE_FLINE); in GetPresentation()
629 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
[all …]
H A Dparaitem.cxx490 return EE_RESSTR(RID_SVXITEMS_ADJUST_BEGIN + nPos); in GetValueTextByPos()
603 rText = EE_RESSTR(RID_SVXITEMS_LINES); in GetPresentation()
609 rText = EE_RESSTR(RID_SVXITEMS_WIDOWS_COMPLETE); in GetPresentation()
611 rText += EE_RESSTR(RID_SVXITEMS_LINES); in GetPresentation()
675 rText = EE_RESSTR(RID_SVXITEMS_LINES); in GetPresentation()
681 rText = EE_RESSTR(RID_SVXITEMS_ORPHANS_COMPLETE); in GetPresentation()
683 rText += EE_RESSTR(RID_SVXITEMS_LINES); in GetPresentation()
799 rText = EE_RESSTR(nId); in GetPresentation()
805 rText += EE_RESSTR(nId); in GetPresentation()
820 rText = EE_RESSTR(nId); in GetPresentation()
[all …]
H A Dtextitem.cxx738 return EE_RESSTR( RID_SVXITEMS_WEIGHT_BEGIN + nPos ); in GetValueTextByPos()
1110 rText += EE_RESSTR( GetMetricId( ePropUnit ) ); in GetPresentation()
1119 rText += EE_RESSTR(GetMetricId(SFX_MAPUNIT_POINT)); in GetPresentation()
1325 rText += EE_RESSTR(GetMetricId(SFX_MAPUNIT_POINT)); in GetPresentation()
1540 return EE_RESSTR( RID_SVXITEMS_UL_BEGIN + nPos ); in GetValueTextByPos()
1573 return EE_RESSTR( RID_SVXITEMS_OL_BEGIN + nPos ); in GetValueTextByPos()
1664 return EE_RESSTR( RID_SVXITEMS_STRIKEOUT_BEGIN + nPos ); in GetValueTextByPos()
1761 rText = EE_RESSTR(nId); in GetPresentation()
1822 rText = EE_RESSTR(nId); in GetPresentation()
1884 rText = EE_RESSTR(nId); in GetPresentation()
[all …]
H A Ditemtype.cxx143 return EE_RESSTR( nId ); in GetSvxString()
174 sStr = EE_RESSTR( RID_SVXITEMS_COLOR_BEGIN + nColor + 1 ); in GetColorString()
H A Dcharhiddenitem.cxx71 rText = EE_RESSTR(nId); in GetPresentation()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx727 aText = EE_RESSTR(RID_SVXITEMS_LRSPACE_LEFT); in lcl_HFPresentation()
738 aText += EE_RESSTR(GetMetricId(ePresentationMetric)); in lcl_HFPresentation()
744 aText += EE_RESSTR(RID_SVXITEMS_LRSPACE_RIGHT); in lcl_HFPresentation()
755 aText += EE_RESSTR(GetMetricId(ePresentationMetric)); in lcl_HFPresentation()
/trunk/main/editeng/inc/editeng/
H A Deerdll.hxx55 #define EE_RESSTR(x) String( EditResId(x) ) macro
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx344 InfoBox( pWin, EE_RESSTR( RID_SVXSTR_HMERR_THESAURUS ) ).Execute(); in StartThesaurus()
H A Dunolingu.cxx1340 nRes = InfoBox( pParent, EE_RESSTR( nRid ) ).Execute(); in SvxDicError()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx561 aBinName = EE_RESSTR( RID_SVXSTR_PAPERBIN_SETTINGS ); in Reset()
1017 EE_RESSTR( RID_SVXSTR_PAPERBIN_SETTINGS ) ); in IMPL_LINK()