Home
last modified time | relevance | path

Searched refs:rShapes (Results 1 – 25 of 38) sorted by path

12

/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx61 …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 );
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontext.hxx88 ShapeContainer& rShapes,
/trunk/main/oox/source/ppt/
H A Dpptshape.cxx228 …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 Dpptshapecontext.cxx60 …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 Dslidepersist.cxx133 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()
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx240 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()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx76 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()
H A DXMLTableShapeImportHelper.hxx47 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx306 void FillShapes(std::vector < uno::Reference < drawing::XShape > >& rShapes) const;
760 void ScChildrenShapes::FillShapes(std::vector < uno::Reference < drawing::XShape > >& rShapes) const in FillShapes()
773 rShapes.push_back(xShape); in FillShapes()
H A DAccessibleDocumentPagePreview.cxx732 …::accessibility::AccessibleShape* GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) co…
1120 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChildVec& rShapes, sal_In… in GetAccShape() argument
1122 return (GetAccShape(rShapes[nIndex])); in GetAccShape()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1378 …& rPage, const LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, bool bInit, bool… in findAutoLayoutShapesImpl() argument
1400 rShapes[i] = pObj; in findAutoLayoutShapesImpl()
1414 if( rShapes[i] ) in findAutoLayoutShapesImpl()
1435 if( std::find( rShapes.begin(), rShapes.end(), pObj ) != rShapes.end() ) in findAutoLayoutShapesImpl()
1534 rShapes[i] = pObj; in findAutoLayoutShapesImpl()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx60 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()
/trunk/main/sd/source/ui/view/
H A Dsdview5.cxx93 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 Dviewoverlaymanager.cxx557 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()
/trunk/main/xmloff/inc/xmloff/
H A DXMLTextShapeImportHelper.hxx50 ::com::sun::star::drawing::XShapes >& rShapes );
H A Dshapeimport.hxx326 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 Dtxtparae.hxx685 ::com::sun::star::container::XIndexAccess> & rShapes,
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx711 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 Dximp3dobject.cxx58 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 Dximp3dobject.hxx59 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 Dximp3dscene.cxx105 uno::Reference< drawing::XShapes >& rShapes, in SdXML3DSceneShapeContext()
107 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShapes ), SdXML3DSce… in SdXML3DSceneShapeContext()
H A Dximp3dscene.hxx59 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
H A Dximpbody.cxx57 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 Dximpbody.hxx47 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
H A Dximpgrp.cxx47 uno::Reference< drawing::XShapes >& rShapes, in SdXMLGroupShapeContext()
49 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLGroupShapeContext()

Completed in 89 milliseconds

12