Searched refs:OFixedText (Results 1 – 4 of 4) sorted by relevance
54 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::OFixedText82 OFixedText::~OFixedText() in ~OFixedText()87 IMPLEMENT_FORWARD_REFCOUNT( OFixedText, FixedTextBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument102 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() argument149 REPORTCONTROLFORMAT_IMPL(OFixedText,m_aProps.aFormatProperties) in REPORTCOMPONENT_NOMASTERDETAIL()[all …]
56 …{ &OFixedText::create, &OFixedText::getImplementationName_Static, &OFixedText::getSupportedService…
46 class OFixedText : public comphelper::OBaseMutex, class54 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…
196 …xRet = static_cast<cppu::OWeakObject*>(new OFixedText(m_pReportDefinition->getContext(),m_pReportD… in createShape()
Completed in 23 milliseconds