Home
last modified time | relevance | path

Searched refs:OFixedLine (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/reportdesign/source/core/api/
H A DFixedLine.cxx140 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::OFixedLine
195 OFixedLine::~OFixedLine() in ~OFixedLine()
201 IMPLEMENT_FORWARD_REFCOUNT( OFixedLine, FixedLineBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
203 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 …]
H A Dservices.cxx68 …{ &OFixedLine::create, &OFixedLine::getImplementationName_Static, &OFixedLine::getSupportedService…
/AOO41X/main/reportdesign/source/core/inc/
H A DFixedLine.hxx45 class OFixedLine : public comphelper::OBaseMutex, class
59 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…
/AOO41X/main/reportdesign/source/core/sdr/
H A DRptModel.cxx202 …xRet = static_cast<cppu::OWeakObject*>(new OFixedLine(m_pReportDefinition->getContext(),m_pReportD… in createShape()