Home
last modified time | relevance | path

Searched refs:OFormattedField (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DFormattedField.cxx51 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::OFormattedField
89 OFormattedField::~OFormattedField() in ~OFormattedField()
95 IMPLEMENT_FORWARD_REFCOUNT( OFormattedField, FormattedFieldBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
109 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() argument
151 REPORTCONTROLFORMAT_IMPL(OFormattedField,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
[all …]
H A Dservices.cxx54 …{ &OFormattedField::create, &OFormattedField::getImplementationName_Static, &OFormattedField::getS…
/trunk/main/reportdesign/source/core/inc/
H A DFormattedField.hxx44 class OFormattedField : public comphelper::OBaseMutex, class
57 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…
/trunk/main/reportdesign/source/core/sdr/
H A DRptModel.cxx188 …uno::Reference<report::XFormattedField> xProp = new OFormattedField(m_pReportDefinition->getContex… in createShape()

Completed in 33 milliseconds