Searched refs:OFormattedField (Results 1 – 4 of 4) sorted by relevance
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() argument109 void SAL_CALL OFormattedField::dispose() throw(uno::RuntimeException) in dispose()148 REPORTCOMPONENT_IMPL(OFormattedField,m_aProps.aComponent)149 REPORTCOMPONENT_IMPL2(OFormattedField,m_aProps.aComponent)150 REPORTCOMPONENT_NOMASTERDETAIL(OFormattedField) in REPORTCOMPONENT_NOMASTERDETAIL() argument151 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()[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()
Completed in 28 milliseconds