Home
last modified time | relevance | path

Searched refs:pIntlWrapper (Results 1 – 22 of 22) sorted by relevance

/trunk/main/svl/source/items/
H A Ddateitem.cxx145 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 Dctypeitm.cxx172 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 Ditempool.cxx512 const IntlWrapper * pIntlWrapper in GetPresentation()
531 ePresent, GetMetric(rItem.Which()), eMetric, rText, pIntlWrapper ); in GetPresentation()
/trunk/main/svx/source/items/
H A Dchrtitem.cxx291 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()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx251 …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()
/trunk/main/svl/inc/svl/
H A Ddateitem.hxx64 const IntlWrapper * pIntlWrapper = 0 )
97 const IntlWrapper * pIntlWrapper = 0 )
H A Dctypeitm.hxx65 const IntlWrapper* pIntlWrapper = 0 ) const;
H A Ditempool.hxx191 const IntlWrapper * pIntlWrapper
H A Dpoolitem.hxx225 const IntlWrapper * pIntlWrapper = 0 ) const;
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx51 IntlWrapper* pIntlWrapper; member
53 SfxOrganizeMgr_Impl() : pDocList( NULL ), pIntlWrapper( NULL ) {} in SfxOrganizeMgr_Impl()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx380 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()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx64 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 Dsvtreebx.cxx2434 return pImp->pIntlWrapper->getCaseCollator()->compareString( aLeft, aRight ); in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dsvdpool.hxx50 const IntlWrapper * pIntlWrapper
H A Dsdangitm.hxx47 pIntlWrapper = 0) const;
H A Dxflftrit.hxx59 … SfxMapUnit ePresMetric, String &rText, const IntlWrapper * pIntlWrapper = 0 ) const;
/trunk/main/editeng/inc/editeng/
H A Dlcolitem.hxx51 const IntlWrapper * pIntlWrapper = 0 )
H A Dxmlcnitm.hxx57 const IntlWrapper *pIntlWrapper = 0 ) const;
/trunk/main/xmloff/inc/xmloff/
H A Dxmlcnitm.hxx56 const IntlWrapper *pIntlWrapper = 0 ) const;
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx169 IntlWrapper * pIntlWrapper; member in SvImpLBox
/trunk/main/editeng/source/items/
H A Dtextitem.cxx2895 const IntlWrapper * pIntlWrapper in GetPresentation()
2899 rText, pIntlWrapper ); in GetPresentation()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx4170 … const IntlWrapper * pIntlWrapper ) const in GetPresentation()
4172 return XFillGradientItem::GetPresentation( ePres, eCoreUnit, ePresUnit, rText, pIntlWrapper ); in GetPresentation()

Completed in 138 milliseconds