Home
last modified time | relevance | path

Searched refs:m_xDrawPage (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/reportdesign/source/core/api/
H A DSection.cxx243 ::comphelper::query_aggregation(m_xProxy,m_xDrawPage); in init()
559 return m_xDrawPage.is() ? m_xDrawPage->hasElements() : sal_False; in hasElements()
566 return m_xDrawPage.is() ? m_xDrawPage->getCount() : 0; in getCount()
572 return m_xDrawPage->getByIndex(Index); in getByIndex()
641 OSL_ENSURE(m_xDrawPage.is(),"No DrawPage!"); in add()
642 m_xDrawPage->add(xShape); in add()
653 OSL_ENSURE(m_xDrawPage.is(),"No DrawPage!"); in remove()
654 m_xDrawPage->remove(xShape); in remove()
/aoo4110/main/chart2/source/view/main/
H A DChartView.cxx155 , m_xDrawPage() in ChartView()
202 m_xDrawPage = m_pDrawModelWrapper->getMainDrawPage(); in initialize()
222 m_xDrawPage = NULL; in ~ChartView()
254 if( !m_xDrawPage.is() ) in getMetaFile()
287 aFilterData[3].Value <<= uno::Reference< uno::XInterface >( m_xDrawPage, uno::UNO_QUERY ); in getMetaFile()
305 … xExporter->setSourceDocument( uno::Reference< lang::XComponent >( m_xDrawPage, uno::UNO_QUERY) ); in getMetaFile()
1746 Reference< lang::XUnoTunnel> xUnoTunnel(m_xDrawPage,uno::UNO_QUERY); in getSdrPage()
2530 .getOrCreateChartRootShape( m_xDrawPage ) ); in createShapes()
H A DChartView.hxx217 m_xDrawPage;
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx54 …del >& xModel ) : ScVbaShapeRange_BASE( xParent, xContext, xShapes ), m_xDrawPage( xDrawPage ), m… in ScVbaShapeRange()
69 uno::Reference< drawing::XShapeGrouper > xShapeGrouper( m_xDrawPage, uno::UNO_QUERY_THROW ); in Group()
H A Dvbashapes.cxx88 m_xDrawPage.set( xShapes, uno::UNO_QUERY_THROW ); in ScVbaShapes()
204 return new ScVbaShapeRange( getParent(), mxContext, xShapes, m_xDrawPage, m_xModel ); in Range()
/aoo4110/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx38 css::uno::Reference< css::drawing::XDrawPage > m_xDrawPage; member in ScVbaShapeRange
H A Dvbashapes.hxx41 css::uno::Reference< css::drawing::XDrawPage > m_xDrawPage; member in ScVbaShapes
/aoo4110/main/reportdesign/source/core/inc/
H A DSection.hxx53 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > m_xDrawPage;

Completed in 136 milliseconds