Searched refs:xMasterShapes (Results 1 – 1 of 1) sorted by relevance
2394 Reference< drawing::XShapes > xMasterShapes(xMasterPage, UNO_QUERY); in _ExportAutoStyles() local2395 if(xMasterShapes.is() && xMasterShapes->getCount()) in _ExportAutoStyles()2396 GetShapeExport()->collectShapesAutoStyles( xMasterShapes ); in _ExportAutoStyles()2592 Reference< drawing::XShapes > xMasterShapes(xMasterPage, UNO_QUERY); in _ExportMasterStyles() local2593 if(xMasterShapes.is() && xMasterShapes->getCount()) in _ExportMasterStyles()2594 GetShapeExport()->exportShapes( xMasterShapes ); in _ExportMasterStyles()
Completed in 45 milliseconds