/aoo4110/main/xmloff/source/draw/ |
H A D | shapeimport.cxx | 711 uno::Reference< drawing::XShapes >& rShapes) in Create3DSceneChildContext() 715 if(rShapes.is()) in Create3DSceneChildContext() 791 uno::Reference< drawing::XShapes >& rShapes, in CreateGroupChildContext() 924 uno::Reference< drawing::XShapes >& rShapes, in CreateFrameChildContext() 1028 uno::Reference< drawing::XShapes >& rShapes) in addShape() 1030 if( rShape.is() && rShapes.is() ) in addShape() 1033 rShapes->add( rShape ); in addShape() 1101 : mxShapes( rShapes ), mnCurrentZ( 0 ), mpParentContext( pParentContext ), in ShapeSortContext() 1147 mpImpl->mpSortContext = new ShapeSortContext( rShapes, mpImpl->mpSortContext ); in pushGroupForSorting() 1431 mpPageContext->mxShapes = rShapes; in startPage() [all …]
|
H A D | ximpshap.hxx | 108 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 142 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 167 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 195 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 242 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 264 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 287 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 324 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 348 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 371 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, [all …]
|
H A D | ximp3dobject.cxx | 58 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DObjectContext() 60 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXML3DObjectContext() 194 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DCubeObjectShapeContext() 196 : SdXML3DObjectContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXML3DCubeObjectShapeContext() 305 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DSphereObjectShapeContext() 307 : SdXML3DObjectContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXML3DSphereObjectShapeContext() 413 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DPolygonBasedShapeContext() 415 : SdXML3DObjectContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXML3DPolygonBasedShapeContext() 509 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DLatheObjectShapeContext() 511 : SdXML3DPolygonBasedShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXML3DLatheObjectShapeContext() [all …]
|
H A D | ximpshap.cxx | 151 uno::Reference< drawing::XShapes >& rShapes, in SdXMLShapeContext() 154 , mxShapes( rShapes ) in SdXMLShapeContext() 1006 uno::Reference< drawing::XShapes >& rShapes, in SdXMLRectShapeContext() 1080 uno::Reference< drawing::XShapes >& rShapes, in SdXMLLineShapeContext() 1202 uno::Reference< drawing::XShapes >& rShapes, in SdXMLEllipseShapeContext() 1459 uno::Reference< drawing::XShapes >& rShapes, in SdXMLPathShapeContext() 1619 uno::Reference< drawing::XShapes >& rShapes, in SdXMLTextBoxShapeContext() 1793 uno::Reference< drawing::XShapes >& rShapes, in SdXMLControlShapeContext() 1867 uno::Reference< drawing::XShapes >& rShapes, in SdXMLConnectorShapeContext() 2132 uno::Reference< drawing::XShapes >& rShapes, in SdXMLMeasureShapeContext() [all …]
|
H A D | ximp3dobject.hxx | 59 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 83 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 107 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 129 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 148 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 167 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
|
H A D | ximpnote.cxx | 39 uno::Reference< drawing::XShapes >& rShapes) in SdXMLNotesContext() 40 : SdXMLGenericPageContext( rImport, nPrfx, rLocalName, xAttrList, rShapes ) in SdXMLNotesContext() 88 while(rShapes->getCount()) in SdXMLNotesContext() 90 rShapes->getByIndex(0L) >>= xShape; in SdXMLNotesContext() 92 rShapes->remove(xShape); in SdXMLNotesContext()
|
H A D | ximpbody.cxx | 57 uno::Reference< drawing::XShapes >& rShapes) in SdXMLDrawPageContext() 58 : SdXMLGenericPageContext( rImport, nPrfx, rLocalName, xAttrList, rShapes ) in SdXMLDrawPageContext() 132 uno::Reference< uno::XInterface > const xRef( rShapes.get() ); in SdXMLDrawPageContext() 136 GetImport().GetShapeImport()->startPage( rShapes ); in SdXMLDrawPageContext() 138 uno::Reference< drawing::XDrawPage > xShapeDrawPage(rShapes, uno::UNO_QUERY); in SdXMLDrawPageContext() 160 uno::Reference < drawing::XMasterPageTarget > xDrawPage(rShapes, uno::UNO_QUERY); in SdXMLDrawPageContext()
|
H A D | ximppage.cxx | 215 Reference< drawing::XShapes >& rShapes) in SdXMLGenericPageContext() 217 , mxShapes( rShapes ) in SdXMLGenericPageContext() 218 , mxAnnotationAccess( rShapes, UNO_QUERY ) in SdXMLGenericPageContext() 563 NavigationOrderAccess( std::vector< Reference< XShape > >& rShapes ); 577 NavigationOrderAccess::NavigationOrderAccess( std::vector< Reference< XShape > >& rShapes ) in NavigationOrderAccess() argument 579 maShapes.swap( rShapes ); in NavigationOrderAccess()
|
H A D | ximplink.cxx | 40 …uno::Reference< xml::sax::XAttributeList>& xAttrList, uno::Reference< drawing::XShapes >& rShapes) in SdXMLShapeLinkContext() argument 42 , mxParent( rShapes ) in SdXMLShapeLinkContext()
|
H A D | ximpgrp.cxx | 47 uno::Reference< drawing::XShapes >& rShapes, in SdXMLGroupShapeContext() 49 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLGroupShapeContext()
|
H A D | ximp3dscene.cxx | 105 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DSceneShapeContext() 107 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShapes ), SdXML3DSce… in SdXML3DSceneShapeContext()
|
H A D | ximpnote.hxx | 44 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
|
/aoo4110/main/oox/source/ppt/ |
H A D | pptshape.cxx | 228 …Placeholder( const sal_Int32 nMasterPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() argument 231 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder() 232 while( aRevIter != rShapes.rend() ) in findPlaceholder() 248 …e::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholderByIndex() argument 251 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholderByIndex() 252 while( aRevIter != rShapes.rend() ) in findPlaceholderByIndex() 269 …nFirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() argument 271 oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, rShapes ); in findPlaceholder() 272 …dPlaceholder || pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlaceholder, rShapes ); in findPlaceholder()
|
H A D | pptshapecontext.cxx | 60 …t32 nMasterPlaceholder, sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() argument 63 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder() 64 while( aRevIter != rShapes.rend() ) in findPlaceholder() 85 sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() 87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder() 88 … pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlaceholder, nSubTypeIndex, rShapes ); in findPlaceholder()
|
H A D | slidepersist.cxx | 133 std::vector< oox::drawingml::ShapePtr >& rShapes( maShapesPtr->getChildren() ); in createXShapes() local 134 std::vector< oox::drawingml::ShapePtr >::iterator aShapesIter( rShapes.begin() ); in createXShapes() 135 while( aShapesIter != rShapes.end() ) in createXShapes()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | shapeimport.hxx | 326 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 332 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes, 341 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes); 370 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes); 378 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes); 381 …pushGroupForSorting( com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes ); 411 void startPage( com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes ); 415 void endPage( com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes );
|
H A D | XMLTextShapeImportHelper.hxx | 50 ::com::sun::star::drawing::XShapes >& rShapes );
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 240 ShapeContainer& rShapes, sal_Int32 nElement, const AttributeList& rAttribs ) in createShapeContext() argument 245 return new ShapeLayoutContext( rParent, rShapes.getDrawing() ); in createShapeContext() 248 return new ShapeTypeContext( rParent, rShapes.createShapeType(), rAttribs ); in createShapeContext() 250 return new GroupShapeContext( rParent, rShapes.createShape< GroupShape >(), rAttribs ); in createShapeContext() 252 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext() 255 return new ShapeContext( rParent, rShapes.createShape< RectangleShape >(), rAttribs ); in createShapeContext() 257 return new ShapeContext( rParent, rShapes.createShape< EllipseShape >(), rAttribs ); in createShapeContext() 259 return new ShapeContext( rParent, rShapes.createShape< PolyLineShape >(), rAttribs ); in createShapeContext() 267 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLTableShapeImportHelper.cxx | 76 uno::Reference< drawing::XShapes >& rShapes ) in finishShape() 79 XMLShapeImportHelper::finishShape( rShape, xAttrList, rShapes ); in finishShape() 82 if (rShapes == rTables.GetCurrentXShapes()) in finishShape() 178 pAnnotationContext->SetShape(rShape, rShapes, aStyleName, aTextStyle); in finishShape()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview5.cxx | 93 const std::list< SdrObject* >& rShapes = pPage->GetPresentationShapeList().getList(); in GetEmptyPresentationObject() local 95 …for( std::list< SdrObject* >::const_iterator iter( rShapes.begin() ); iter != rShapes.end(); iter+… in GetEmptyPresentationObject()
|
H A D | viewoverlaymanager.cxx | 557 const std::list< SdrObject* >& rShapes = pPage->GetPresentationShapeList().getList(); in CreateTags() local 559 …for( std::list< SdrObject* >::const_iterator iter( rShapes.begin() ); iter != rShapes.end(); iter+… in CreateTags()
|
/aoo4110/main/oox/inc/oox/ppt/ |
H A D | pptshape.hxx | 61 …laceholder( const sal_Int32 nMasterPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes ); 62 …r findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::drawingml::ShapePtr >& rShapes ); 63 …FirstPlaceholder, sal_Int32 nSecondPlaceholder, std::vector< oox::drawingml::ShapePtr >& rShapes );
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 60 void transformShapes( SdrObjList& rShapes ); 162 void SdTransformOOo2xDocument::transformShapes( SdrObjList& rShapes ) in transformShapes() argument 164 sal_uInt32 nShapeCount = rShapes.GetObjCount(); in transformShapes() 167 SdrObject* pObj = rShapes.GetObj( nShape ); in transformShapes()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextShapeImportHelper.cxx | 79 Reference< XShapes >& rShapes ) in addShape() 81 if( rShapes.is() ) in addShape() 84 XMLShapeImportHelper::addShape( rShape, xAttrList, rShapes ); in addShape()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1394 …& rPage, const LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, bool bInit, bool… in findAutoLayoutShapesImpl() argument 1416 rShapes[i] = pObj; in findAutoLayoutShapesImpl() 1430 if( rShapes[i] ) in findAutoLayoutShapesImpl() 1451 if( std::find( rShapes.begin(), rShapes.end(), pObj ) != rShapes.end() ) in findAutoLayoutShapesImpl() 1550 rShapes[i] = pObj; in findAutoLayoutShapesImpl()
|