Searched refs:xDrawShapes (Results 1 – 2 of 2) sorted by relevance
294 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CollectGraphics() local295 ImpCollectGraphicObjects( rxContext, xDrawShapes, rGraphicSettings, rGraphicList ); in CollectGraphics()434 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CountGraphics() local435 ImpCountGraphicObjects( rxContext, xDrawShapes, rGraphicSettings, rnGraphics ); in CountGraphics()
2461 Reference< drawing::XShapes > xDrawShapes(xDrawPage, UNO_QUERY); in _ExportAutoStyles() local2462 if(xDrawShapes.is() && xDrawShapes->getCount()) in _ExportAutoStyles()2463 GetShapeExport()->collectShapesAutoStyles( xDrawShapes ); in _ExportAutoStyles()
Completed in 33 milliseconds