Searched refs:OFixedLine (Results 1 – 4 of 4) sorted by relevance
141 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()155 OFixedLine::OFixedLine(uno::Reference< uno::XComponentContext > const & _xContext in OFixedLine() function in reportdesign::OFixedLine196 OFixedLine::~OFixedLine() in ~OFixedLine()202 IMPLEMENT_FORWARD_REFCOUNT( OFixedLine, FixedLineBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument215 void SAL_CALL OFixedLine::dispose() throw(uno::RuntimeException) in dispose()242 return *(new OFixedLine(xContext)); in create()257 REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent)258 REPORTCOMPONENT_NOMASTERDETAIL(OFixedLine) in REPORTCOMPONENT_NOMASTERDETAIL() argument500 ::sal_Int32 SAL_CALL OFixedLine::getCount( ) throw (uno::RuntimeException) in getCount()521 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 30 milliseconds