Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/numbers/
H A Dnumfmuno.cxx425 SvNumberFormatsObj::SvNumberFormatsObj( SvNumberFormatsSupplierObj& _rParent, ::comphelper::SharedM… in SvNumberFormatsObj() function in SvNumberFormatsObj
432 SvNumberFormatsObj::~SvNumberFormatsObj() in ~SvNumberFormatsObj()
439 uno::Reference<beans::XPropertySet> SAL_CALL SvNumberFormatsObj::getByKey( sal_Int32 nKey ) in getByKey()
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()
565 void SAL_CALL SvNumberFormatsObj::removeByKey( sal_Int32 nKey ) throw(uno::RuntimeException) in removeByKey()
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()
[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()