Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx54 OFixedText::OFixedText(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
64 OFixedText::OFixedText(uno::Reference< uno::XComponentContext > const & _xContext in OFixedText() function in reportdesign::OFixedText
82 OFixedText::~OFixedText() in ~OFixedText()
87 IMPLEMENT_FORWARD_REFCOUNT( OFixedText, FixedTextBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
102 void SAL_CALL OFixedText::dispose() throw(uno::RuntimeException) in dispose()
131 return *(new OFixedText(xContext)); in create()
146 REPORTCOMPONENT_IMPL(OFixedText,m_aProps.aComponent)
147 REPORTCOMPONENT_IMPL2(OFixedText,m_aProps.aComponent)
148 REPORTCOMPONENT_NOMASTERDETAIL(OFixedText) in REPORTCOMPONENT_NOMASTERDETAIL() argument
149 REPORTCONTROLFORMAT_IMPL(OFixedText,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()
[all …]
H A Dservices.cxx56 …{ &OFixedText::create, &OFixedText::getImplementationName_Static, &OFixedText::getSupportedService…
/trunk/main/reportdesign/source/core/inc/
H A DFixedText.hxx46 class OFixedText : public comphelper::OBaseMutex, class
54 OFixedText(const OFixedText&);
55 OFixedText& operator=(const OFixedText&);
74 virtual ~OFixedText();
76 …explicit OFixedText(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…
77 …explicit OFixedText(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…
/trunk/main/reportdesign/source/core/sdr/
H A DRptModel.cxx196 …xRet = static_cast<cppu::OWeakObject*>(new OFixedText(m_pReportDefinition->getContext(),m_pReportD… in createShape()

Completed in 26 milliseconds