Home
last modified time | relevance | path

Searched refs:SetShapeId (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Deschesdo.hxx86 void SetShapeId( sal_uInt32 nVal ) { mnShapeId = nVal; } in SetShapeId() function in ImplEESdrObject
H A Deschesdo.cxx150 rObj.SetShapeId( nShapeID ); \
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.hxx444 void SetShapeId( const sal_uInt32& rShapeId ) { maShapeId = rShapeId; } in SetShapeId() function in SwMacroInfo
H A Dww8par.cxx1027 pInfo->SetShapeId( rObjData.nShapeId ); in ProcessObj()