Lines Matching refs:rShapeId
49 const OUString& rShapeId = (*aIt)->getShapeId(); in lclMapShapesById() local
50 OSL_ENSURE( rShapeId.getLength() > 0, "lclMapShapesById - missing shape identifier" ); in lclMapShapesById()
51 if( rShapeId.getLength() > 0 ) in lclMapShapesById()
53 …OSL_ENSURE( orMap.find( rShapeId ) == orMap.end(), "lclMapShapesById - shape identifier already us… in lclMapShapesById()
54 orMap[ rShapeId ] = *aIt; in lclMapShapesById()
90 const ShapeType* ShapeContainer::getShapeTypeById( const OUString& rShapeId, bool bDeep ) const in getShapeTypeById() argument
93 if( const ShapeType* pType = maTypesById.get( rShapeId ).get() ) in getShapeTypeById()
98 if( const ShapeType* pType = (*aVIt)->getChildTypeById( rShapeId ) ) in getShapeTypeById()
103 const ShapeBase* ShapeContainer::getShapeById( const OUString& rShapeId, bool bDeep ) const in getShapeById() argument
106 if( const ShapeBase* pShape = maShapesById.get( rShapeId ).get() ) in getShapeById()
111 if( const ShapeBase* pShape = (*aVIt)->getChildById( rShapeId ) ) in getShapeById()