Searched refs:xMasterPageShapes (Results 1 – 2 of 2) sorted by relevance
309 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CollectGraphics() local310 ImpCollectGraphicObjects( rxContext, xMasterPageShapes, rGraphicSettings, rGraphicList ); in CollectGraphics()449 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CountGraphics() local450 ImpCountGraphicObjects( rxContext, xMasterPageShapes, rGraphicSettings, rnGraphics ); in CountGraphics()
1133 uno::Reference< drawing::XShapes > xMasterPageShapes; in loadShapes() local1141 xMasterPageShapes.set( xMasterPage, in loadShapes()1144 if( xMasterPage.is() && xMasterPageShapes.is() ) in loadShapes()1172 nCurrCount = xMasterPageShapes->getCount() + 1; in loadShapes()
Completed in 23 milliseconds