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() argument214 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()241 return *(new OFixedLine(xContext)); in create()256 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent)257 REPORTCOMPONENT_NOMASTERDETAIL(OFixedLine) in REPORTCOMPONENT_NOMASTERDETAIL() argument499 ::sal_Int32 SAL_CALL OFixedLine::getCount( ) throw (uno::RuntimeException) in getCount()520 awt::Size SAL_CALL OFixedLine::getSize( ) throw (uno::RuntimeException) in getSize()[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()
Completed in 53 milliseconds