Searched refs:OFormattedField (Results 1 – 4 of 4) sorted by relevance
49 uno::Reference< uno::XInterface > OFormattedField::create(uno::Reference< uno::XComponentContext > … in create()51 return *(new OFormattedField(xContext)); in create()61 OFormattedField::OFormattedField(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()71 OFormattedField::OFormattedField(uno::Reference< uno::XComponentContext > const & _xContext in OFormattedField() function in reportdesign::OFormattedField89 OFormattedField::~OFormattedField() in ~OFormattedField()95 IMPLEMENT_FORWARD_REFCOUNT( OFormattedField, FormattedFieldBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument97 uno::Any SAL_CALL OFormattedField::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExc… in IMPLEMENT_FORWARD_REFCOUNT()109 void SAL_CALL OFormattedField::dispose() throw(uno::RuntimeException) in dispose()117 ::rtl::OUString OFormattedField::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()123 ::rtl::OUString SAL_CALL OFormattedField::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()[all …]
54 …{ &OFormattedField::create, &OFormattedField::getImplementationName_Static, &OFormattedField::getS…
44 class OFormattedField : public comphelper::OBaseMutex, class57 OFormattedField(const OFormattedField&);58 OFormattedField& operator=(const OFormattedField&);77 virtual ~OFormattedField();79 …explicit OFormattedField(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContex…80 …explicit OFormattedField(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContex…
188 …uno::Reference<report::XFormattedField> xProp = new OFormattedField(m_pReportDefinition->getContex… in createShape()