/trunk/main/oox/source/vml/ |
H A D | vmlshape.cxx | 268 if( ((aShapeRect.Width > 0) || (aShapeRect.Height > 0)) && rxShapes.is() ) in convertAndInsert() 270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert() 337 Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() argument 339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert() 367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() 390 Reference< XShape > CustomShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() argument 393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() 480 … Reference< XShape > xShape = mrDrawing.createAndInsertClientXShape( *this, rxShapes, rShapeRect ); in implConvertAndInsert() 502 return CustomShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() 535 Reference< XShape > GroupShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const R… in implConvertAndInsert() argument [all …]
|
H A D | vmldrawing.cxx | 206 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertXShape() 209 OSL_ENSURE( rxShapes.is(), "Drawing::createAndInsertXShape - missing XShapes container" ); in createAndInsertXShape() 211 if( (rService.getLength() > 0) && rxShapes.is() ) try in createAndInsertXShape() 216 rxShapes->add( xShape ); in createAndInsertXShape() 228 … const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect, sal_Int32& rnCtrlIndex ) const in createAndInsertXControlShape() 237 …ateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.ControlShape" ), rxShapes, rShapeRect ); in createAndInsertXControlShape()
|
H A D | vmlshapecontainer.cxx | 123 void ShapeContainer::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeParentAncho… in convertAndInsert() argument 126 (*aIt)->convertAndInsert( rxShapes, pParentAnchor ); in convertAndInsert()
|
/trunk/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 509 const Reference< XShapes >& rxShapes, const Rectangle* pParentRect ) const in convertAndInsert() 523 xShape = implConvertAndInsert( rDrawing, rxShapes, aShapeRect ); in convertAndInsert() 987 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 998 rxShapes->remove( xGroupShape ); in implConvertAndInsert() 1041 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 1113 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 1131 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 1173 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 1251 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert() 1371 if( (rService.getLength() > 0) && rxShapes.is() ) try in createAndInsertXShape() [all …]
|
H A D | drawingfragment.cxx | 106 void Shape::finalizeXShape( XmlFilterBase& rFilter, const Reference< XShapes >& rxShapes ) in finalizeXShape() argument 113 ::oox::drawingml::Shape::finalizeXShape( rFilter, rxShapes ); in finalizeXShape() 436 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertClientXShape() 591 …Reference< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIn… in createAndInsertClientXShape()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | drawingmanager.hxx | 133 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 186 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 220 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 266 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 292 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 319 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 353 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 374 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 397 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 423 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, [all …]
|
H A D | drawingfragment.hxx | 77 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes ); 182 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
/trunk/main/oox/inc/oox/vml/ |
H A D | vmlshape.hxx | 218 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 232 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 260 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 297 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 313 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 330 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 360 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
H A D | vmldrawing.hxx | 147 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 155 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 177 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
H A D | vmlshapecontainer.hxx | 95 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
/trunk/main/oox/source/drawingml/ |
H A D | shape.cxx | 159 const Reference< XShapes >& rxShapes, in addShape() 168 …e< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRect, sal_… in addShape() 210 const Reference< XShapes >& rxShapes, in addChildren() 260 (*aIter++)->addShape( rFilterBase, pTheme, rxShapes, pShapeRect, pShapeMap ); in addChildren() 268 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, in createAndInsert() 388 rxShapes->add( mxShape ); in createAndInsert() 518 finalizeXShape( rFilterBase, rxShapes ); in createAndInsert() 584 void Shape::finalizeXShape( XmlFilterBase& rFilter, const Reference< XShapes >& rxShapes ) in finalizeXShape() argument 609 xExternalPage = rxShapes; in finalizeXShape()
|
/trunk/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 227 … Reference< XComponentContext >& rxContext, const Reference< XShapes >& rxShapes, const GraphicSet… in ImpCollectGraphicObjects() argument 229 for ( sal_Int32 i = 0; i < rxShapes->getCount(); i++ ) in ImpCollectGraphicObjects() 235 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCollectGraphicObjects() 352 … Reference< XComponentContext >& rxContext, const Reference< XShapes >& rxShapes, const GraphicSet… in ImpCountGraphicObjects() argument 354 for ( sal_Int32 i = 0; i < rxShapes->getCount(); i++ ) in ImpCountGraphicObjects() 360 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCountGraphicObjects()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 135 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 153 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 161 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, 172 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes );
|
/trunk/main/filter/source/svg/ |
H A D | svgexport.cxx | 782 sal_Bool SVGFilter::implExportShapes( const Reference< XShapes >& rxShapes ) in implExportShapes() argument 787 for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i ) in implExportShapes() 789 if( ( rxShapes->getByIndex( i ) >>= xShape ) && xShape.is() ) in implExportShapes() 1039 sal_Bool SVGFilter::implCreateObjectsFromShapes( const Reference< XShapes >& rxShapes ) in implCreateObjectsFromShapes() argument 1044 for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i ) in implCreateObjectsFromShapes() 1046 if( ( rxShapes->getByIndex( i ) >>= xShape ) && xShape.is() ) in implCreateObjectsFromShapes()
|
H A D | svgfilter.hxx | 281 sal_Bool implExportShapes( const Reference< XShapes >& rxShapes ); 287 sal_Bool implCreateObjectsFromShapes( const Reference< XShapes >& rxShapes );
|
/trunk/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 973 bool ImplEscherExSdr::ImplInitUnoShapes( const Reference< XShapes >& rxShapes ) in ImplInitUnoShapes() argument 978 if( !rxShapes.is() ) in ImplInitUnoShapes() 983 mXShapes = rxShapes; in ImplInitUnoShapes() 1047 void EscherEx::AddUnoShapes( const Reference< XShapes >& rxShapes ) in AddUnoShapes() argument 1049 if ( mpImplEscherExSdr->ImplInitUnoShapes( rxShapes ) ) in AddUnoShapes()
|
H A D | eschesdo.hxx | 194 …noShapes( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes );
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlannoi.cxx | 203 …nst uno::Reference< drawing::XShape >& rxShape, const uno::Reference< drawing::XShapes >& rxShapes, in SetShape() argument 207 mrAnnotationData.mxShapes = rxShapes; in SetShape()
|
H A D | xmlannoi.hxx | 96 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
/trunk/main/oox/source/ppt/ |
H A D | pptshape.cxx | 64 const Reference< XShapes >& rxShapes, in addShape() 187 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 1215 …Ref< XclExpRecordBase > XclExpObjectManager::ProcessDrawing( const Reference< XShapes >& rxShapes ) in ProcessDrawing() argument 1217 if( rxShapes.is() ) in ProcessDrawing() 1218 mxEscherEx->AddUnoShapes( rxShapes ); in ProcessDrawing()
|
/trunk/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 50 const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
|
/trunk/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 385 …sDrawing( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes );
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1561 …noShapes( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes );
|