Home
last modified time | relevance | path

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

/AOO42X/main/svl/source/numbers/
H A Dsupservs.cxx49 … 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()
[all …]
H A Dsupservs.hxx41 class SvNumberFormatsSupplierServiceObject class
58SvNumberFormatsSupplierServiceObject(const ::com::sun::star::uno::Reference< ::com::sun::star::lan…
59 ~SvNumberFormatsSupplierServiceObject();
/AOO42X/main/svl/source/uno/
H A Dregisterservices.cxx45 DECLARE_CREATEINSTANCE( SvNumberFormatsSupplierServiceObject ) in DECLARE_CREATEINSTANCE() argument