Home
last modified time | relevance | path

Searched refs:maShapeMap (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A DCustomAnimationCloner.cxx69 mutable ::std::map< Reference< XShape >, Reference< XShape > > maShapeMap;
111 maShapeMap[xSource] = xTarget; in Clone()
278 if( maShapeMap.find(xSource) != maShapeMap.end() ) in getClonedShape()
280 return maShapeMap[xSource]; in getClonedShape()
283 … DBG_ASSERT( maShapeMap.empty(), "sd::CustomAnimationClonerImpl::getClonedShape() failed!" ); in getClonedShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A DCustomAnimationCloner.cxx67 mutable ::std::map< Reference< XShape >, Reference< XShape > > maShapeMap;
107 maShapeMap[xSource] = xTarget; in Clone()
273 if( maShapeMap.find(xSource) != maShapeMap.end() ) in getClonedShape()
275 return maShapeMap[xSource]; in getClonedShape()
278 … DBG_ASSERT( maShapeMap.empty(), "sd::CustomAnimationClonerImpl::getClonedShape() failed!" ); in getClonedShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ppt/
H A Dslidepersist.hxx122 ::oox::drawingml::ShapePtr getShape( const OUString & id ) { return maShapeMap[ id ]; } in getShape()
123 ::oox::drawingml::ShapeIdMap& getShapeMap() { return maShapeMap; } in getShapeMap()
154 std::map< OUString, ::oox::drawingml::ShapePtr > maShapeMap; member in oox::ppt::SlidePersist
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ppt/
H A Dslidepersist.hxx121 ::oox::drawingml::ShapePtr getShape( const OUString & id ) { return maShapeMap[ id ]; } in getShape()
122 ::oox::drawingml::ShapeIdMap& getShapeMap() { return maShapeMap; } in getShapeMap()
153 std::map< OUString, ::oox::drawingml::ShapePtr > maShapeMap; member in oox::ppt::SlidePersist
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Depptooxml.hxx142 ::oox::drawingml::ShapeExport::ShapeHashMap maShapeMap;
H A Dpptx-epptooxml.cxx379 maShapeMap.clear(); in exportDocument()
449 maShapeMap.clear(); in exportDocument()
473 PowerPointShapeExport aDML(pFS, &maShapeMap, this); in ImplWriteBackground()
1386 PowerPointShapeExport aDML(pFS, &maShapeMap, this); in WriteShapeTree()
1985 return ShapeExport::GetShapeID(rXShape, &maShapeMap); in GetShapeID()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Depptooxml.hxx143 ::oox::drawingml::ShapeExport::ShapeHashMap maShapeMap;
H A Dpptx-epptooxml.cxx388 maShapeMap.clear(); in exportDocument()
462 maShapeMap.clear(); in exportDocument()
545 PowerPointShapeExport aDML(pFS, &maShapeMap, this); in ImplWriteBackground()
1499 PowerPointShapeExport aDML(pFS, &maShapeMap, this); in WriteShapeTree()
2108 return ShapeExport::GetShapeID(rXShape, &maShapeMap); in GetShapeID()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dshapes.hxx102 ShapeHashMap maShapeMap; member in oox::drawingml::ShapeExport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dshapes.hxx101 ShapeHashMap maShapeMap; member in oox::drawingml::ShapeExport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dshapes.cxx363 , mpShapeMap( pShapeMap ? pShapeMap : &maShapeMap ) in ShapeExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedfields.only-used-in-constructor.results220 oox::drawingml::ShapeExport maShapeMap oox::drawingml::ShapeExport::ShapeHashMap
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedfields.only-used-in-constructor.results210 oox::drawingml::ShapeExport maShapeMap oox::drawingml::ShapeExport::ShapeHashMap
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dshapes.cxx331 , mpShapeMap( pShapeMap ? pShapeMap : &maShapeMap ) in ShapeExport()