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.cxx169 uno::Reference< drawing::XShapes > xGroupShape( xShape, uno::UNO_QUERY ); in replaceAll() local
170 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() local
281 if( (aAny >>= xGroupShape ) && xGroupShape->getCount() > 0 ) in findAll()
283 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.cxx2233 uno::Reference< drawing::XShape > xGroupShape = in getPosition() local
2236 aPos = xGroupShape->getPosition(); in getPosition()
2344 uno::Reference< drawing::XShape > xGroupShape = in setPosition() local
2352 _ConvertPositionToHoriL2R( xGroupShape->getPosition(), in setPosition()
2353 xGroupShape->getSize() ) ); in setPosition()

Completed in 30 milliseconds