Home
last modified time | relevance | path

Searched refs:xGroupShape (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx167 uno::Reference< drawing::XShapes > xGroupShape( xShape, uno::UNO_QUERY ); in replaceAll() local
168 if( xGroupShape.is() && ( xGroupShape->getCount() > 0 ) ) in replaceAll()
170 pContext = new SearchContext_impl( xGroupShape, pContext ); in replaceAll()
274 uno::Reference< drawing::XShapes > xGroupShape; in findAll() local
277 if( (aAny >>= xGroupShape ) && xGroupShape->getCount() > 0 ) in findAll()
279 pContext = new SearchContext_impl( xGroupShape, pContext ); in findAll()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx537 Reference< XShape > xGroupShape; in implConvertAndInsert() local
544xGroupShape = 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()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx989 Reference< XShape > xGroupShape; in implConvertAndInsert() local
992xGroupShape = 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()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2205 uno::Reference< drawing::XShape > xGroupShape = in getPosition() local
2208 aPos = xGroupShape->getPosition(); in getPosition()
2315 uno::Reference< drawing::XShape > xGroupShape = in setPosition() local
2323 _ConvertPositionToHoriL2R( xGroupShape->getPosition(), in setPosition()
2324 xGroupShape->getSize() ) ); in setPosition()