/aoo42x/main/svl/source/items/ |
H A D | dateitem.cxx | 145 const IntlWrapper * pIntlWrapper in GetPresentation() 150 if (pIntlWrapper) in GetPresentation() 152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation() 154 rText += pIntlWrapper->getLocaleData()->getTime(aDateTime); in GetPresentation() 241 const IntlWrapper * pIntlWrapper in GetPresentation() 244 DBG_ASSERT(pIntlWrapper, in GetPresentation() 252 pIntlWrapper ? in GetPresentation() 253 pIntlWrapper->getLocale() : in GetPresentation() 256 else if (pIntlWrapper) in GetPresentation() 258 rText = pIntlWrapper->getLocaleData()->getDate(GetDateTime()); in GetPresentation() [all …]
|
H A D | ctypeitm.cxx | 172 const IntlWrapper * pIntlWrapper) const in GetPresentation() 176 DBG_ASSERT(pIntlWrapper, in GetPresentation() 178 if (pIntlWrapper) in GetPresentation() 181 pIntlWrapper-> in GetPresentation() 192 pIntlWrapper); in GetPresentation()
|
H A D | itempool.cxx | 512 const IntlWrapper * pIntlWrapper in GetPresentation() 531 ePresent, GetMetric(rItem.Which()), eMetric, rText, pIntlWrapper ); in GetPresentation()
|
/aoo42x/main/svx/source/items/ |
H A D | chrtitem.cxx | 291 const IntlWrapper * pIntlWrapper) const in GetPresentation() 293 DBG_ASSERT( pIntlWrapper, "SvxDoubleItem::GetPresentation: no IntlWrapper" ); in GetPresentation() 294 if ( pIntlWrapper ) in GetPresentation() 297 pIntlWrapper->getLocaleData()->getNumDecimalSep().GetChar(0), true ); in GetPresentation()
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 251 …pImpl->pIntlWrapper = new IntlWrapper( ::comphelper::getProcessServiceFactory(), Application::GetS… in SfxOrganizeMgr() 252 const CollatorWrapper* pCollator = pImpl->pIntlWrapper->getCaseCollator(); in SfxOrganizeMgr() 273 delete pImpl->pIntlWrapper; in ~SfxOrganizeMgr() 737 const CollatorWrapper* pCollator = pImpl->pIntlWrapper->getCaseCollator(); in InsertFile()
|
/aoo42x/main/svl/inc/svl/ |
H A D | dateitem.hxx | 64 const IntlWrapper * pIntlWrapper = 0 ) 97 const IntlWrapper * pIntlWrapper = 0 )
|
H A D | ctypeitm.hxx | 65 const IntlWrapper* pIntlWrapper = 0 ) const;
|
H A D | itempool.hxx | 191 const IntlWrapper * pIntlWrapper
|
H A D | poolitem.hxx | 225 const IntlWrapper * pIntlWrapper = 0 ) const;
|
/aoo42x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 51 IntlWrapper* pIntlWrapper; member 53 SfxOrganizeMgr_Impl() : pDocList( NULL ), pIntlWrapper( NULL ) {} in SfxOrganizeMgr_Impl()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 380 const IntlWrapper * pIntlWrapper) const in GetPresentation() 387 pIntlWrapper); in GetPresentation() 397 …eturn XOutdevItemPool::GetPresentation(rItem,ePresentation,ePresentationMetric,rText,pIntlWrapper); in GetPresentation() 894 XubString& rText, const IntlWrapper * pIntlWrapper) const in GetPresentation() 911 if(!pIntlWrapper) in GetPresentation() 912 pIntlWrapper = pMyIntlWrapper = new IntlWrapper( in GetPresentation() 916 if(pIntlWrapper->getLocaleData()->isNumLeadingZero()) in GetPresentation() 934 pIntlWrapper->getLocaleData()->getNumDecimalSep().GetChar(0); in GetPresentation() 947 pIntlWrapper = NULL; in GetPresentation()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 64 pIntlWrapper( NULL ) // #102891# ----------------------- in SvImpLBox() 127 if( pIntlWrapper ) in ~SvImpLBox() 128 delete pIntlWrapper; in ~SvImpLBox() 142 if( !pIntlWrapper ) in UpdateIntlWrapper() 143 pIntlWrapper = new IntlWrapper( ::comphelper::getProcessServiceFactory(), aNewLocale ); in UpdateIntlWrapper() 146 const ::com::sun::star::lang::Locale &aLocale = pIntlWrapper->getLocale(); in UpdateIntlWrapper() 151 delete pIntlWrapper; in UpdateIntlWrapper() 152 pIntlWrapper = new IntlWrapper( ::comphelper::getProcessServiceFactory(), aNewLocale ); in UpdateIntlWrapper()
|
H A D | svtreebx.cxx | 2434 return pImp->pIntlWrapper->getCaseCollator()->compareString( aLeft, aRight ); in IMPL_LINK()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdpool.hxx | 50 const IntlWrapper * pIntlWrapper
|
H A D | sdangitm.hxx | 47 pIntlWrapper = 0) const;
|
H A D | xflftrit.hxx | 59 … SfxMapUnit ePresMetric, String &rText, const IntlWrapper * pIntlWrapper = 0 ) const;
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | lcolitem.hxx | 51 const IntlWrapper * pIntlWrapper = 0 )
|
H A D | xmlcnitm.hxx | 57 const IntlWrapper *pIntlWrapper = 0 ) const;
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlcnitm.hxx | 56 const IntlWrapper *pIntlWrapper = 0 ) const;
|
/aoo42x/main/svtools/source/inc/ |
H A D | svimpbox.hxx | 169 IntlWrapper * pIntlWrapper; member in SvImpLBox
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 2895 const IntlWrapper * pIntlWrapper in GetPresentation() 2899 rText, pIntlWrapper ); in GetPresentation()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 4170 … const IntlWrapper * pIntlWrapper ) const in GetPresentation() 4172 return XFillGradientItem::GetPresentation( ePres, eCoreUnit, ePresUnit, rText, pIntlWrapper ); in GetPresentation()
|