Searched refs:SeekToShape (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 454 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const; 600 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
|
H A D | msdffimp.hxx | 516 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 657 sal_Bool SdrEscherImport::SeekToShape( SvStream& /*rSt*/, void* /*pClientData*/, sal_uInt32 /*nId*/… in SeekToShape() function in SdrEscherImport 2770 sal_Bool SdrPowerPointImport::SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const in SeekToShape() function in SdrPowerPointImport 2772 sal_Bool bRet = SvxMSDffManager::SeekToShape( rSt, pClientData, nId ); in SeekToShape()
|
H A D | msdffimp.cxx | 257 if ( rManager.SeekToShape( rIn, pClientData, GetPropertyValue( DFF_Prop_hspMaster ) ) ) in ReadPropSet() 3288 sal_Bool SvxMSDffManager::SeekToShape( SvStream& rSt, void* /* pClientData */, sal_uInt32 nId ) con… in SeekToShape() function in SvxMSDffManager
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2762 …if ( ! ( IsProperty( DFF_Prop_hspMaster ) && SeekToShape( rSt, pData, GetPropertyValue( DFF_Prop_h… in ProcessObj()
|
Completed in 115 milliseconds