Searched refs:xGroupShape (Results 1 – 4 of 4) sorted by relevance
169 uno::Reference< drawing::XShapes > xGroupShape( xShape, uno::UNO_QUERY ); in replaceAll() local170 if( xGroupShape.is() && ( xGroupShape->getCount() > 0 ) ) in replaceAll()172 pContext = new SearchContext_impl( xGroupShape, pContext ); in replaceAll()278 uno::Reference< drawing::XShapes > xGroupShape; in findAll() local281 if( (aAny >>= xGroupShape ) && xGroupShape->getCount() > 0 ) in findAll()283 pContext = new SearchContext_impl( xGroupShape, pContext ); in findAll()
537 Reference< XShape > xGroupShape; in implConvertAndInsert() local544 …xGroupShape = mrDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" … in implConvertAndInsert()545 Reference< XShapes > xChildShapes( xGroupShape, UNO_QUERY_THROW ); in implConvertAndInsert()550 rxShapes->remove( xGroupShape ); in implConvertAndInsert()551 xGroupShape.clear(); in implConvertAndInsert()557 return xGroupShape; in implConvertAndInsert()
989 Reference< XShape > xGroupShape; in implConvertAndInsert() local992 …xGroupShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" )… in implConvertAndInsert()993 Reference< XShapes > xChildShapes( xGroupShape, UNO_QUERY_THROW ); in implConvertAndInsert()998 rxShapes->remove( xGroupShape ); in implConvertAndInsert()999 xGroupShape.clear(); in implConvertAndInsert()1005 return xGroupShape; in implConvertAndInsert()
2233 uno::Reference< drawing::XShape > xGroupShape = in getPosition() local2236 aPos = xGroupShape->getPosition(); in getPosition()2344 uno::Reference< drawing::XShape > xGroupShape = in setPosition() local2352 _ConvertPositionToHoriL2R( xGroupShape->getPosition(), in setPosition()2353 xGroupShape->getSize() ) ); in setPosition()
Completed in 96 milliseconds