Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1101 DffRecordHeader aHd; in ReadPropSet() local
1103 rIn >> aHd; in ReadPropSet()
1105 aHd.SeekToContent( rIn ); in ReadPropSet()
1106 nEndOfRecord = Min(aHd.GetRecEndFilePos(), nEndOfStream); in ReadPropSet()
1110 InitializePropSet( aHd.nRecType ); in ReadPropSet()
1114 sal_uInt32 nPropCount = aHd.nRecInstance; in ReadPropSet()
1229 aHd.SeekToEndOfRecord( rIn ); in ReadPropSet()
H A Dsvdfppt.cxx195 DffRecordHeader aHd; in operator >>() local
196 rIn >> aHd; in operator >>()
197 if ( aHd.nRecType == PPT_PST_CurrentUserAtom ) in operator >>()
211 aHd.SeekToEndOfRecord( rIn ); in operator >>()
222 DffRecordHeader aHd; in operator >>() local
223 rIn >> aHd in operator >>()
229 aHd.SeekToEndOfRecord( rIn ); in operator >>()
324 DffRecordHeader aHd; in operator >>() local
329 rIn >> aHd in operator >>()
350 aHd.SeekToEndOfRecord( rIn ); in operator >>()
[all …]
H A Dmsdffimp.cxx420 DffRecordHeader aHd; in operator >>() local
421 rIn >> aHd; in operator >>()
422 if ( aHd.nRecType == DFF_msofbtSolverContainer ) in operator >>()
425 while ( ( rIn.GetError() == 0 ) && ( rIn.Tell() < aHd.GetRecEndFilePos() ) ) in operator >>()
3015 DffRecordHeader aHd; in Consume() local
3016 rIn >> aHd; in Consume()
3017 if ( aHd.nRecVer == DFF_PSFLAG_CONTAINER ) in Consume()
3018 nStOfs = aHd.GetRecEndFilePos(); in Consume()
3354 DffRecordHeader aHd; in SeekToRec() local
3357 rSt >> aHd; in SeekToRec()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx784 DffRecordHeader aHd; in Import() local
785 rStCtrl >> aHd; in Import()
786 switch( aHd.nRecType ) in Import()
790 aHd.SeekToBegOfRecord( rStCtrl ); in Import()
792 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import()
855 aHd.SeekToEndOfRecord( rStCtrl ); in Import()
945 DffRecordHeader aHd; in Import() local
946 rStCtrl >> aHd; in Import()
947 switch ( aHd.nRecType ) in Import()
994 aHd.SeekToEndOfRecord( rStCtrl ); in Import()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1336 WW8_DPHEAD aHd; // Lese Draw-Primitive-Header in ReadGrafPrimitive() local
1337 pStrm->Read(&aHd, sizeof(WW8_DPHEAD)); in ReadGrafPrimitive()
1339 if( rLeft >= SVBT16ToShort(aHd.cb) ) // Vorsichtsmassmahme in ReadGrafPrimitive()
1342 switch (SVBT16ToShort(aHd.dpk) & 0xff ) in ReadGrafPrimitive()
1345 pRet = ReadGroup( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1348 pRet = ReadLine( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1351 pRet = ReadTxtBox( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1354 pRet = ReadRect( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1357 pRet = ReadElipse( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1360 pRet = ReadArc( &aHd, pDo, rSet ); in ReadGrafPrimitive()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx295 DffRecordHeader aHd; member