Home
last modified time | relevance | path

Searched refs:ReadPropSet (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1099 void DffPropSet::ReadPropSet( SvStream& rIn, bool bSetUninitializedOnly ) in ReadPropSet() function in DffPropSet
1234 rRec.ReadPropSet( rIn, false ); in operator >>()
1240 rRec.ReadPropSet( rIn, true ); in operator |=()
H A Dmsdffimp.cxx244 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeId ) const in ReadPropSet() function in DffPropertyReader
246 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData ) const in ReadPropSet()
1296 aSecPropSet.ReadPropSet( rIn, NULL ); in ApplyRectangularGradientAsBitmap()
4354 ReadPropSet( rSt, pClientData, (sal_uInt32)aObjData.eShapeType ); in ImportShape()
4356 ReadPropSet( rSt, pClientData ); in ImportShape()
4369 pSecPropSet->ReadPropSet( rSt, NULL ); in ImportShape()
H A Dsvdfppt.cxx1313 aSecPropSet.ReadPropSet( rSt, (ProcessData*)pData ); in ProcessObj()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx90 void ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeType = 0 ) const;
92 void ReadPropSet( SvStream& rIn, void* pClientData ) const;
H A Ddffpropset.hxx56 void ReadPropSet( SvStream&, bool );
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx4219 maDffConv.ReadPropSet( *mxMemStrm, 0 ); in Read()