Home
last modified time | relevance | path

Searched refs:SvNumberFormatsObj (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx425 SvNumberFormatsObj::SvNumberFormatsObj( SvNumberFormatsSupplierObj& _rParent, ::comphelper::SharedM… in SvNumberFormatsObj() function in SvNumberFormatsObj
432 SvNumberFormatsObj::~SvNumberFormatsObj() in ~SvNumberFormatsObj()
452 uno::Sequence<sal_Int32> SAL_CALL SvNumberFormatsObj::queryKeys( sal_Int16 nType, in queryKeys()
478 sal_Int32 SAL_CALL SvNumberFormatsObj::queryKey( const rtl::OUString& aFormat, in queryKey()
502 sal_Int32 SAL_CALL SvNumberFormatsObj::addNew( const rtl::OUString& aFormat, in addNew()
533 sal_Int32 SAL_CALL SvNumberFormatsObj::addNewConverted( const rtl::OUString& aFormat, in addNewConverted()
577 rtl::OUString SAL_CALL SvNumberFormatsObj::generateFormat( sal_Int32 nBaseKey, in generateFormat()
599 sal_Int32 SAL_CALL SvNumberFormatsObj::getStandardIndex( const lang::Locale& nLocale ) in getStandardIndex()
691 rtl::OUString SAL_CALL SvNumberFormatsObj::getImplementationName() in getImplementationName()
697 sal_Bool SAL_CALL SvNumberFormatsObj::supportsService( const rtl::OUString& ServiceName ) in supportsService()
[all …]
H A Dnumfmuno.hxx109 class SvNumberFormatsObj : public cppu::WeakImplHelper3< class
119SvNumberFormatsObj(SvNumberFormatsSupplierObj& pParent, ::comphelper::SharedMutex& _rMutex);
120 virtual ~SvNumberFormatsObj();
171 SvNumberFormatsObj(); // never implemented
H A Dnumuno.cxx114 return new SvNumberFormatsObj( *this, pImpl->aMutex ); in getNumberFormats()

Completed in 39 milliseconds