Lines Matching refs:OFormattedFieldWrapper

53 DBG_NAME(OFormattedFieldWrapper)  in DBG_NAME()  argument
57 return *(new OFormattedFieldWrapper(_rxFactory, sal_True)); in DBG_NAME()
63 return *(new OFormattedFieldWrapper(_rxFactory, sal_False)); in OFormattedFieldWrapper_CreateInstance()
67 OFormattedFieldWrapper::OFormattedFieldWrapper(const Reference<XMultiServiceFactory>& _rxFactory, s… in OFormattedFieldWrapper() function in frm::OFormattedFieldWrapper
71 DBG_CTOR(OFormattedFieldWrapper, NULL); in OFormattedFieldWrapper()
100 OFormattedFieldWrapper::OFormattedFieldWrapper( const OFormattedFieldWrapper* _pCloneSource ) in OFormattedFieldWrapper() function in frm::OFormattedFieldWrapper
136 OFormattedFieldWrapper::~OFormattedFieldWrapper() in ~OFormattedFieldWrapper()
145 DBG_DTOR(OFormattedFieldWrapper, NULL); in ~OFormattedFieldWrapper()
149 Any SAL_CALL OFormattedFieldWrapper::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
194 ::rtl::OUString SAL_CALL OFormattedFieldWrapper::getServiceName() throw(RuntimeException) in getServiceName()
201 ::rtl::OUString SAL_CALL OFormattedFieldWrapper::getImplementationName( ) throw (RuntimeException) in getImplementationName()
207 sal_Bool SAL_CALL OFormattedFieldWrapper::supportsService( const ::rtl::OUString& _rServiceName ) t… in supportsService()
216 Sequence< ::rtl::OUString > SAL_CALL OFormattedFieldWrapper::getSupportedServiceNames( ) throw (Ru… in getSupportedServiceNames()
225 void SAL_CALL OFormattedFieldWrapper::write(const Reference<XObjectOutputStream>& _rxOutStream) thr… in write()
265 void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>& _rxInStream) throw(… in read()
346 Reference< XCloneable > SAL_CALL OFormattedFieldWrapper::createClone( ) throw (RuntimeException) in createClone()
350 return new OFormattedFieldWrapper( this ); in createClone()
354 void OFormattedFieldWrapper::ensureAggregate() in ensureAggregate()