/aoo42x/main/sdext/source/minimizer/ |
H A D | pagecollector.cxx | 133 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectMasterPages() local 138 if ( aIter->xMasterPage == xMasterPage ) in CollectMasterPages() 145 aMasterPageEntity.xMasterPage = xMasterPage; in CollectMasterPages() 157 Reference< XDrawPage > xMasterPage( xMasterPageTarget->getMasterPage(), UNO_QUERY_THROW ); in CollectMasterPages() local 162 if ( aIter->xMasterPage == xMasterPage ) in CollectMasterPages()
|
H A D | graphiccollector.cxx | 307 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectGraphics() local 308 ImpCollectBackgroundGraphic( rxContext, xMasterPage, rGraphicSettings, rGraphicList ); in CollectGraphics() 309 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CollectGraphics() 447 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CountGraphics() local 448 ImpCountBackgroundGraphic( rxContext, xMasterPage, rGraphicSettings, rnGraphics ); in CountGraphics() 449 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CountGraphics()
|
H A D | pagecollector.hxx | 37 com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xMasterPage; member
|
H A D | impoptimizer.cxx | 117 xMasterPages->remove( aIter->xMasterPage ); in ImpDeleteUnusedMasterPages()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 561 Reference< drawing::XShapes > xMasterPage; in setSourceDocument() local 563 if((aAny >>= xMasterPage) && xMasterPage.is()) in setSourceDocument() 1406 if( xMasterPage.is() ) in ImpPrepPageMasterInfos() 1420 if(xMasterPage.is()) in ImpPrepPageMasterInfos() 1421 pNewInfo = ImpGetOrCreatePageMasterInfo(xMasterPage); in ImpPrepPageMasterInfos() 2376 if( xMasterPage.is() ) in _ExportAutoStyles() 2379 GetFormExport()->examineForms( xMasterPage ); in _ExportAutoStyles() 2415 collectAnnotationAutoStyles(xMasterPage); in _ExportAutoStyles() 2556 if(xMasterPage.is()) in _ExportMasterStyles() 2589 exportFormsElement( xMasterPage ); in _ExportMasterStyles() [all …]
|
H A D | ximpbody.cxx | 161 uno::Reference< drawing::XDrawPage > xMasterPage; in SdXMLDrawPageContext() local 172 aAny >>= xMasterPage; in SdXMLDrawPageContext() 174 if(xMasterPage.is()) in SdXMLDrawPageContext() 176 uno::Reference < container::XNamed > xMasterNamed(xMasterPage, uno::UNO_QUERY); in SdXMLDrawPageContext() 184 xDrawPage->setMasterPage(xMasterPage); in SdXMLDrawPageContext()
|
H A D | ximppage.cxx | 516 Reference< drawing::XDrawPage > xMasterPage(GetLocalShapesContext(), uno::UNO_QUERY); in SetPageMaster() local 517 if(xMasterPage.is()) in SetPageMaster() 520 Reference <beans::XPropertySet> xPropSet(xMasterPage, uno::UNO_QUERY); in SetPageMaster()
|
H A D | sdxmlexp_impl.hxx | 155 …PageMasterInfo( com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xMasterPage );
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 553 Reference< XDrawPage > xMasterPage( xMasterTarget->getMasterPage() ); in implExportDocument() local 565 if( xMasterTestPage == xMasterPage ) in implExportDocument() 960 Reference< XDrawPage > xMasterPage; in implCreateObjects() local 962 rxMasterPages->getByIndex( i ) >>= xMasterPage; in implCreateObjects() 964 if( xMasterPage.is() ) in implCreateObjects() 966 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in implCreateObjects() 968 implCreateObjectsFromBackground( xMasterPage ); in implCreateObjects() 1013 Reference< XDrawPage > xMasterPage(xMasterTarget->getMasterPage()); in implCreateObjects() local 1015 if(xMasterPage.is()) in implCreateObjects() 1017 Reference< XShapes > xShapes(xMasterPage,UNO_QUERY); in implCreateObjects() [all …]
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 85 ::com::sun::star::drawing::XDrawPage >& xMasterPage, 135 const uno::Reference< drawing::XDrawPage >& xMasterPage, in BackgroundShape() 150 !getMetaFile( uno::Reference<lang::XComponent>(xMasterPage, uno::UNO_QUERY), in BackgroundShape() 322 const uno::Reference< drawing::XDrawPage >& xMasterPage, in createBackgroundShape() 328 xMasterPage, in createBackgroundShape()
|
H A D | backgroundshape.hxx | 53 ::com::sun::star::drawing::XDrawPage >& xMasterPage,
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawingDemo.java | 138 XDrawPage xMasterPage = PageHelper.getMasterPageByIndex( in Demo_PageCreation() local 140 PageHelper.setMasterPage( xDrawPage, xMasterPage ); in Demo_PageCreation() 206 XDrawPage xMasterPage = PageHelper.getMasterPageByIndex( in Demo_ShapeCreation() local 208 pPages[ nCurrentPageIndex++ ] = xMasterPage; in Demo_ShapeCreation() 214 xMasterPage ); in Demo_ShapeCreation()
|
H A D | PageHelper.java | 172 static public void setMasterPage( XDrawPage xDrawPage, XDrawPage xMasterPage ) in setMasterPage() argument 177 xMasterPageTarget.setMasterPage( xMasterPage ); in setMasterPage()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfexporter.cxx | 458 Reference< XDrawPage > xMasterPage = xMasterPageTarget->getMasterPage(); in exportDrawPageBackground() local 459 if( !xMasterPage.is()) in exportDrawPageBackground() 462 Reference< XComponent > xCompMaster( xMasterPage, UNO_QUERY ); in exportDrawPageBackground() 516 …Int16 FlashExporter::exportMasterPageObjects(sal_uInt16 nPage, Reference< XDrawPage >& xMasterPage) in exportMasterPageObjects() argument 518 Reference< XShapes > xShapes( xMasterPage, UNO_QUERY ); in exportMasterPageObjects() 535 exportDrawPageContents( xMasterPage, false, true ); in exportMasterPageObjects()
|
H A D | swfexporter.hxx | 198 …nt16 nPage, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xMasterPage);
|
/aoo42x/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 205 Reference< drawing::XDrawPage > xMasterPage; in endDocument() local 210 xMasterPages->getByIndex( 0 ) >>= xMasterPage; in endDocument() 212 xMasterPage = xMasterPages->insertNewByIndex( xMasterPages->getCount() ); in endDocument() 214 … pMasterPersistPtr = SlidePersistPtr( new SlidePersist( rFilter, sal_True, sal_False, xMasterPage, in endDocument()
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 1132 uno::Reference< drawing::XDrawPage > xMasterPage; in loadShapes() local 1140 xMasterPage = xMasterPageTarget->getMasterPage(); in loadShapes() 1141 xMasterPageShapes.set( xMasterPage, in loadShapes() 1144 if( xMasterPage.is() && xMasterPageShapes.is() ) in loadShapes() 1153 ShapeImporter aMPShapesFunctor( xMasterPage, in loadShapes()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XMasterPageTarget.idl | 58 @param xMasterPage 61 void setMasterPage( [in] com::sun::star::drawing::XDrawPage xMasterPage );
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | PageUtil.java | 195 static public void setMasterPage(XDrawPage xDrawPage, XDrawPage xMasterPage) { in setMasterPage() argument 198 xMasterPageTarget.setMasterPage(xMasterPage); in setMasterPage()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1376 Reference< XShapes > xMasterPage( xMasterPageTarget->getMasterPage(), UNO_QUERY ); in registerShapeEvents() local 1377 if( xMasterPage.is() ) in registerShapeEvents() 1378 registerShapeEvents( xMasterPage ); in registerShapeEvents()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1985 uno::Reference< drawing::XDrawPage > xMasterPage = xMasterPageTarget->getMasterPage(); in render() local 1986 if ( xMasterPage.is() ) in render() 1988 uno::Reference< drawing::XShapes> xShapes( xMasterPage, uno::UNO_QUERY ); in render()
|
H A D | unopage.hxx | 205 …om::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xMasterPage ) throw(::com::…
|
H A D | unopage.cxx | 2410 void SAL_CALL SdDrawPage::setMasterPage( const Reference< drawing::XDrawPage >& xMasterPage ) in setMasterPage() argument 2419 SdMasterPage* pMasterPage = SdMasterPage::getImplementation( xMasterPage ); in setMasterPage()
|