Searched refs:rShapeId (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontainer.cxx | 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() [all …]
|
H A D | vmldrawing.cxx | 61 sal_Int32 lclGetShapeId( const OUString& rShapeId ) in lclGetShapeId() argument 64 …return ((rShapeId.getLength() >= 3) && (rShapeId[ 0 ] == '\0') && (rShapeId[ 1 ] == 's')) ? rShape… in lclGetShapeId() 154 sal_Int32 Drawing::getLocalShapeIndex( const OUString& rShapeId ) const in getLocalShapeIndex() 156 sal_Int32 nShapeId = lclGetShapeId( rShapeId ); in getLocalShapeIndex() 195 const OleObjectInfo* Drawing::getOleObjectInfo( const OUString& rShapeId ) const in getOleObjectInfo() 197 return ContainerHelper::getMapElement( maOleObjects, rShapeId ); in getOleObjectInfo() 200 const ControlInfo* Drawing::getControlInfo( const OUString& rShapeId ) const in getControlInfo() 202 return ContainerHelper::getMapElement( maControls, rShapeId ); in getControlInfo()
|
H A D | vmlshape.cxx | 525 const ShapeType* GroupShape::getChildTypeById( const OUString& rShapeId ) const in getChildTypeById() 527 return mxChildren->getShapeTypeById( rShapeId, true ); in getChildTypeById() 530 const ShapeBase* GroupShape::getChildById( const OUString& rShapeId ) const in getChildById() 532 return mxChildren->getShapeById( rShapeId, true ); in getChildById()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshape.hxx | 211 virtual const ShapeType* getChildTypeById( const ::rtl::OUString& rShapeId ) const; 213 virtual const ShapeBase* getChildById( const ::rtl::OUString& rShapeId ) const; 352 virtual const ShapeType* getChildTypeById( const ::rtl::OUString& rShapeId ) const; 354 virtual const ShapeBase* getChildById( const ::rtl::OUString& rShapeId ) const;
|
H A D | vmldrawing.hxx | 136 sal_Int32 getLocalShapeIndex( const ::rtl::OUString& rShapeId ) const; 138 const OleObjectInfo* getOleObjectInfo( const ::rtl::OUString& rShapeId ) const; 140 const ControlInfo* getControlInfo( const ::rtl::OUString& rShapeId ) const;
|
H A D | vmlshapecontainer.hxx | 76 const ShapeType* getShapeTypeById( const ::rtl::OUString& rShapeId, bool bDeep ) const; 79 const ShapeBase* getShapeById( const ::rtl::OUString& rShapeId, bool bDeep ) const;
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 2846 sal_Int32 SwEscherEx::WriteFlyFrm(const DrawObj &rObj, sal_uInt32 &rShapeId, in WriteFlyFrm() argument 2860 nBorderThick = WriteGrfFlyFrame( rFmt, rShapeId = GenerateShapeId() ); in WriteFlyFrm() 2863 nBorderThick = WriteOLEFlyFrame( rFmt, rShapeId = GenerateShapeId() ); in WriteFlyFrm() 2878 rShapeId = GetFlyShapeId(rFmt, rObj.mnHdFtIndex, rPVec); in WriteFlyFrm() 2885 pTxtBxs->Append( *pObj, rShapeId ); in WriteFlyFrm() 2909 nBorderThick = WriteTxtFlyFrame(rObj, rShapeId, nTxtId, rPVec); in WriteFlyFrm() 2920 rShapeId = GetFlyShapeId(rFmt, rObj.mnHdFtIndex, rPVec); in WriteFlyFrm() 2921 pTxtBxs->Append( &rFmt, rShapeId ); in WriteFlyFrm() 2925 nBorderThick = WriteTxtFlyFrame(rObj, rShapeId, nTxtId, rPVec); in WriteFlyFrm()
|
H A D | escher.hxx | 163 sal_Int32 WriteFlyFrm(const DrawObj &rObj, sal_uInt32 &rShapeId,
|
H A D | ww8par.hxx | 445 void SetShapeId( const sal_uInt32& rShapeId ) { maShapeId = rShapeId; } in SetShapeId() argument
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 675 const OUString& rShapeId = mrExport.getInterfaceToIdentifierMapper().getIdentifier( xRef ); in exportShape() local 676 if( rShapeId.getLength() ) in exportShape() 678 mrExport.AddAttributeIdLegacy(XML_NAMESPACE_DRAW, rShapeId); in exportShape()
|
H A D | shapeexport2.cxx | 1403 const OUString& rShapeId = mrExport.getInterfaceToIdentifierMapper().getIdentifier( xRefS ); local 1404 mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_START_SHAPE, rShapeId); 1421 const OUString& rShapeId = mrExport.getInterfaceToIdentifierMapper().getIdentifier( xRefE ); local 1422 mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_END_SHAPE, rShapeId);
|
Completed in 85 milliseconds