Lines Matching refs:SvNumberFormatsSupplierServiceObject

49 	return static_cast< ::cppu::OWeakObject* >(new SvNumberFormatsSupplierServiceObject(_rxFactory));  in SvNumberFormatsSupplierServiceObject_CreateInstance()
53 SvNumberFormatsSupplierServiceObject::SvNumberFormatsSupplierServiceObject(const ::com::sun::star::… in SvNumberFormatsSupplierServiceObject() function in SvNumberFormatsSupplierServiceObject
60 SvNumberFormatsSupplierServiceObject::~SvNumberFormatsSupplierServiceObject() in ~SvNumberFormatsSupplierServiceObject()
70 Any SAL_CALL SvNumberFormatsSupplierServiceObject::queryAggregation( const Type& _rType ) throw (Ru… in queryAggregation()
85 void SAL_CALL SvNumberFormatsSupplierServiceObject::initialize( const Sequence< Any >& _rArguments … in initialize()
127 ::rtl::OUString SAL_CALL SvNumberFormatsSupplierServiceObject::getImplementationName( ) throw(Runt… in getImplementationName()
133 sal_Bool SAL_CALL SvNumberFormatsSupplierServiceObject::supportsService( const ::rtl::OUString& _rS… in supportsService()
145 Sequence< ::rtl::OUString > SAL_CALL SvNumberFormatsSupplierServiceObject::getSupportedServiceNames… in getSupportedServiceNames()
153 ::rtl::OUString SAL_CALL SvNumberFormatsSupplierServiceObject::getServiceName( ) throw(RuntimeExce… in getServiceName()
159 void SAL_CALL SvNumberFormatsSupplierServiceObject::write( const Reference< XObjectOutputStream >& … in write()
172 void SAL_CALL SvNumberFormatsSupplierServiceObject::read( const Reference< XObjectInputStream >& _r… in read()
184 Reference< XPropertySet > SAL_CALL SvNumberFormatsSupplierServiceObject::getNumberFormatSettings() … in getNumberFormatSettings()
192 Reference< XNumberFormats > SAL_CALL SvNumberFormatsSupplierServiceObject::getNumberFormats() throw… in getNumberFormats()
200 sal_Int64 SAL_CALL SvNumberFormatsSupplierServiceObject::getSomething( const Sequence< sal_Int8 >& … in getSomething()
210 void SvNumberFormatsSupplierServiceObject::implEnsureFormatter() in implEnsureFormatter()