Searched refs:OFixedLine (Results 1 – 4 of 4) sorted by relevance
140 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()154 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext in OFixedLine() function in reportdesign::OFixedLine195 OFixedLine::~OFixedLine() in ~OFixedLine()201 IMPLEMENT_FORWARD_REFCOUNT( OFixedLine, FixedLineBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument203 uno::Any SAL_CALL OFixedLine::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()214 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()220 ::rtl::OUString OFixedLine::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()226 ::rtl::OUString SAL_CALL OFixedLine::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()231 uno::Sequence< ::rtl::OUString > OFixedLine::getSupportedServiceNames_Static( ) throw(uno::Runtime… in getSupportedServiceNames_Static()239 uno::Reference< uno::XInterface > OFixedLine::create(uno::Reference< uno::XComponentContext > const… in create()[all …]
68 …{ &OFixedLine::create, &OFixedLine::getImplementationName_Static, &OFixedLine::getSupportedService…
45 class OFixedLine : public comphelper::OBaseMutex, class59 OFixedLine(const OFixedLine&);60 OFixedLine& operator=(const OFixedLine&);76 virtual ~OFixedLine();78 …explicit OFixedLine(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…79 …explicit OFixedLine(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…
202 …xRet = static_cast<cppu::OWeakObject*>(new OFixedLine(m_pReportDefinition->getContext(),m_pReportD… in createShape()