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() argument89 uno::Any SAL_CALL OFixedText::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()102 void SAL_CALL OFixedText::dispose() throw(uno::RuntimeException) in dispose()109 ::rtl::OUString OFixedText::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()115 ::rtl::OUString SAL_CALL OFixedText::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()120 uno::Sequence< ::rtl::OUString > OFixedText::getSupportedServiceNames_Static( ) throw(uno::Runtime… in getSupportedServiceNames_Static()129 uno::Reference< uno::XInterface > OFixedText::create(uno::Reference< uno::XComponentContext > const… in create()[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()