Home
last modified time | relevance | path

Searched refs:DffPropertyReader (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx68 class MSFILTER_DLLPUBLIC DffPropertyReader : public DffPropSet class
85 DffPropertyReader( const SvxMSDffManager& rManager );
86 ~DffPropertyReader();
378 class MSFILTER_DLLPUBLIC SvxMSDffManager : public DffPropertyReader
402 friend class DffPropertyReader;
505 DffPropertyReader* pSecPropSet;
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx220 DffPropertyReader::DffPropertyReader( const SvxMSDffManager& rMan ) : in DffPropertyReader() function in DffPropertyReader
228 void DffPropertyReader::SetDefaultPropSet( SvStream& rStCtrl, sal_uInt32 nOffsDgg ) const in SetDefaultPropSet()
239 ( (DffPropertyReader*) this )->pDefaultPropSet = new DffPropSet; in SetDefaultPropSet()
247 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeId ) const in ReadPropSet()
249 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData ) const in ReadPropSet()
253 rIn >> (DffPropertyReader&)*this; in ReadPropSet()
263 rIn |= (DffPropertyReader&)*this; in ReadPropSet()
267 …( (DffPropertyReader*) this )->mnFix16Angle = Fix16ToAngle( GetPropertyValue( DFF_Prop_Rotation, 0… in ReadPropSet()
380 sal_Int32 DffPropertyReader::Fix16ToAngle( sal_Int32 nContent ) const in Fix16ToAngle()
391 DffPropertyReader::~DffPropertyReader() in ~DffPropertyReader()
[all …]
H A Dsvdfppt.cxx1312 DffPropertyReader aSecPropSet( *this ); in ProcessObj()
3249 rStCtrl >> (DffPropertyReader&)*this; in ImportPageBackgroundObject()