Home
last modified time | relevance | path

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

/AOO41X/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.cxx423 DffRecordHeader aHd; in operator >>() local
424 rIn >> aHd; in operator >>()
425 if ( aHd.nRecType == DFF_msofbtSolverContainer ) in operator >>()
428 while ( ( rIn.GetError() == 0 ) && ( rIn.Tell() < aHd.GetRecEndFilePos() ) ) in operator >>()
3005 DffRecordHeader aHd; in Consume() local
3006 rIn >> aHd; in Consume()
3007 if ( aHd.nRecVer == DFF_PSFLAG_CONTAINER ) in Consume()
3008 nStOfs = aHd.GetRecEndFilePos(); in Consume()
3344 DffRecordHeader aHd; in SeekToRec() local
3347 rSt >> aHd; in SeekToRec()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx786 DffRecordHeader aHd; in Import() local
787 rStCtrl >> aHd; in Import()
788 switch( aHd.nRecType ) in Import()
792 aHd.SeekToBegOfRecord( rStCtrl ); in Import()
794 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import()
857 aHd.SeekToEndOfRecord( rStCtrl ); in Import()
947 DffRecordHeader aHd; in Import() local
948 rStCtrl >> aHd; in Import()
949 switch ( aHd.nRecType ) in Import()
996 aHd.SeekToEndOfRecord( rStCtrl ); in Import()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx1340 WW8_DPHEAD aHd; // Lese Draw-Primitive-Header in ReadGrafPrimitive() local
1341 pStrm->Read(&aHd, sizeof(WW8_DPHEAD)); in ReadGrafPrimitive()
1343 if( rLeft >= SVBT16ToShort(aHd.cb) ) // Vorsichtsmassmahme in ReadGrafPrimitive()
1346 switch (SVBT16ToShort(aHd.dpk) & 0xff ) in ReadGrafPrimitive()
1349 pRet = ReadGroup( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1352 pRet = ReadLine( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1355 pRet = ReadTxtBox( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1358 pRet = ReadRect( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1361 pRet = ReadElipse( &aHd, pDo, rSet ); in ReadGrafPrimitive()
1364 pRet = ReadArc( &aHd, pDo, rSet ); in ReadGrafPrimitive()
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx295 DffRecordHeader aHd; member