Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DSection.cxx244 ::comphelper::query_aggregation(m_xProxy,m_xDrawPage); in init()
560 return m_xDrawPage.is() ? m_xDrawPage->hasElements() : sal_False; in hasElements()
567 return m_xDrawPage.is() ? m_xDrawPage->getCount() : 0; in getCount()
573 return m_xDrawPage->getByIndex(Index); in getByIndex()
642 OSL_ENSURE(m_xDrawPage.is(),"No DrawPage!"); in add()
643 m_xDrawPage->add(xShape); in add()
654 OSL_ENSURE(m_xDrawPage.is(),"No DrawPage!"); in remove()
655 m_xDrawPage->remove(xShape); in remove()
/trunk/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;
/trunk/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()
/trunk/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
/trunk/main/reportdesign/source/core/inc/
H A DSection.hxx53 … ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > m_xDrawPage;