Home
last modified time | relevance | path

Searched refs:pIntl (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/editeng/source/items/
H A Dfrmitems.cxx320 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
575 XubString& rText, const IntlWrapper* pIntl in GetPresentation()
936 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
1450 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
2127 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
2171 ePresUnit, pIntl )) in GetPresentation()
2176 ePresUnit, pIntl ); in GetPresentation()
2238 ePresUnit, pIntl )) in GetPresentation()
2244 ePresUnit, pIntl )) in GetPresentation()
2250 ePresUnit, pIntl )) in GetPresentation()
[all …]
H A Ditemtype.cxx38 … GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, const IntlWrapper* pIntl ) in GetMetricText() argument
123 if(pIntl) in GetMetricText()
124 sRet += pIntl->getLocaleData()->getNumDecimalSep(); in GetMetricText()
H A Dtextitem.cxx1094 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
1117 eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
1308 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
1323 eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
2252 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
2262 rText = GetMetricText( (long)GetValue(), eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
2278 rText += GetMetricText( (long)GetValue(), eCoreUnit, SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
/trunk/main/sw/inc/
H A Dgrfatr.hxx72 const IntlWrapper* pIntl = 0 ) const;
125 const IntlWrapper* pIntl = 0 ) const;
148 const IntlWrapper* pIntl = 0 ) const;
164 const IntlWrapper* pIntl = 0 ) const;
180 const IntlWrapper* pIntl = 0 ) const;
233 const IntlWrapper* pIntl = 0 ) const;
258 const IntlWrapper* pIntl = 0 ) const;
274 const IntlWrapper* pIntl = 0 ) const;
297 const IntlWrapper* pIntl = 0 ) const;
H A Dparatr.hxx82 const IntlWrapper* pIntl = 0) const;
126 const IntlWrapper* pIntl = 0 ) const;
166 const IntlWrapper* pIntl = 0 ) const;
188 const IntlWrapper* pIntl = 0 ) const;
H A Dfmthdft.hxx58 const IntlWrapper* pIntl = 0 ) const;
92 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtornt.hxx58 const IntlWrapper* pIntl = 0 ) const;
96 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtlsplt.hxx44 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtrowsplt.hxx44 const IntlWrapper* pIntl = 0 ) const;
H A Dfmteiro.hxx46 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtfollowtextflow.hxx48 const IntlWrapper* pIntl = 0 ) const;
H A Dhfspacingitem.hxx45 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtautofmt.hxx60 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtline.hxx52 const IntlWrapper* pIntl = 0 ) const;
H A Dfchrfmt.hxx69 const IntlWrapper* pIntl = 0 ) const;
H A Dfmtcnct.hxx56 const IntlWrapper* pIntl = 0 ) const;
/trunk/main/svx/source/items/
H A Dalgitem.cxx579 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
590 rText = GetMetricText( (long)nLeftMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
592 rText += GetMetricText( (long)nTopMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
594 rText += GetMetricText( (long)nRightMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
596 rText += GetMetricText( (long)nBottomMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
602 rText += GetMetricText( (long)nLeftMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
607 rText += GetMetricText( (long)nTopMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
612 rText += GetMetricText( (long)nRightMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
617 rText += GetMetricText( (long)nBottomMargin, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
H A Dgrfitem.cxx164 String &rText, const IntlWrapper* pIntl ) const in GetPresentation()
174 eCoreUnit, SFX_MAPUNIT_MM, pIntl ); in GetPresentation()
176 eCoreUnit, SFX_MAPUNIT_MM, pIntl ); in GetPresentation()
178 eCoreUnit, SFX_MAPUNIT_MM, pIntl ); in GetPresentation()
180 eCoreUnit, SFX_MAPUNIT_MM, pIntl ); in GetPresentation()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx685 const IntlWrapper* pIntl in lcl_HFPresentation() argument
736 eCoreMetric, ePresentationMetric, pIntl ); in lcl_HFPresentation()
753 eCoreMetric, ePresentationMetric, pIntl ); in lcl_HFPresentation()
761 if ( !pIntl ) in lcl_HFPresentation()
762 pIntl = ScGlobal::GetScIntlWrapper(); in lcl_HFPresentation()
763 pItem->GetPresentation( ePresentation, eCoreMetric, ePresentationMetric, aText, pIntl ); in lcl_HFPresentation()
788 const IntlWrapper* pIntl ) const in GetPresentation()
995 …ion( rItem, ePresentation, GetMetric( nW ), ePresentationMetric, aBuffer, pIntl ) != SFX_ITEM_PRES… in GetPresentation()
1038 if ( !pIntl ) in GetPresentation()
1039 pIntl = ScGlobal::GetScIntlWrapper(); in GetPresentation()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx368 const IntlWrapper* pIntl in GetPresentation()
390 rText += ::GetMetricText( GetWidth(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
409 rText += ::GetMetricText( GetHeight(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
548 const IntlWrapper* pIntl in GetPresentation()
566 rText += ::GetMetricText( GetPos(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
610 const IntlWrapper* pIntl in GetPresentation()
628 rText += ::GetMetricText( GetPos(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
744 const IntlWrapper* pIntl in GetPresentation()
768 SFX_MAPUNIT_POINT, pIntl ); in GetPresentation()
H A Duiitems.cxx96 const IntlWrapper* pIntl in GetPresentation()
112 rText += ::GetMetricText( nHght, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
/trunk/main/sc/inc/
H A Dattrib.hxx130 const IntlWrapper* pIntl = 0 ) const;
184 const IntlWrapper* pIntl = 0 ) const;
241 const IntlWrapper* pIntl = 0 ) const;
318 const IntlWrapper* pIntl = 0 ) const;
H A Ddocpool.hxx70 const IntlWrapper* pIntl = 0 ) const;
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1469 XubString& rText, const IntlWrapper * pIntl in GetPresentation()
1480 eCoreUnit, ePresUnit, pIntl); in GetPresentation()
2746 XubString& rText, const IntlWrapper * pIntl in GetPresentation()
2757 eCoreUnit, ePresUnit, pIntl); in GetPresentation()
2854 XubString& rText, const IntlWrapper *pIntl in GetPresentation()
2865 eCoreUnit, ePresUnit, pIntl); in GetPresentation()
/trunk/main/editeng/inc/editeng/
H A Ditemtype.hxx47 …g GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, const IntlWrapper * pIntl );

Completed in 115 milliseconds

12