Lines Matching refs:aHd

195 	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 >>()
377 DffRecordHeader aHd; in operator >>() local
378 rIn >> aHd in operator >>()
383 aHd.SeekToEndOfRecord( rIn ); in operator >>()
397 DffRecordHeader aHd; in operator >>() local
398 rIn >> aHd in operator >>()
401 aHd.SeekToEndOfRecord( rIn ); in operator >>()
433 DffRecordHeader aHd; in operator >>() local
434 rIn >> aHd; in operator >>()
436 aHd.SeekToEndOfRecord( rIn ); in operator >>()
444 DffRecordHeader aHd; in operator >>() local
445 rIn >> aHd; in operator >>()
525 aHd.SeekToEndOfRecord( rIn ); in operator >>()
539 rIn >> rAtom.aHd in operator >>()
547 rAtom.aHd.SeekToEndOfRecord(rIn); in operator >>()
1494 sal_uInt32 nCurrentEditAtomStrmPos = aCurrentEditAtom.aHd.GetRecEndFilePos(); in SdrPowerPointImport()
1939 DffRecordHeader aHd; in ImportOLE() local
1940 rStCtrl >> aHd; in ImportOLE()
1942 sal_uInt32 nLen = aHd.nRecLen - 4; in ImportOLE()
2084 DffRecordHeader aHd; in ImportExOleObjStg() local
2085 rStCtrl >> aHd; in ImportExOleObjStg()
2086 if ( aHd.nRecType == DFF_PST_ExOleObjStg ) in ImportExOleObjStg()
2088 sal_uInt32 nLen = aHd.nRecLen - 4; in ImportExOleObjStg()
2242 DffRecordHeader aHd; in SeekOle() local
2243 rStCtrl >> aHd; in SeekOle()
2244 if ( aHd.nRecType == DFF_PST_ExOleObjStg ) in SeekOle()
2248 new PPTOleEntry( aAt.nId, aHd.nFilePos, pShell, nRecType, aAt.nAspect ) ); in SeekOle()
2960 DffRecordHeader aHd; in ImportPage() local
2961 rStCtrl >> aHd; in ImportPage()
2962 switch ( aHd.nRecType ) in ImportPage()
2966 ImportHeaderFooterContainer( aHd, *rSlidePersist.pHeaderFooterEntry ); in ImportPage()
2973 if ( SeekToContentOfProgTag( 10, rStCtrl, aHd, aContentDataHd ) ) in ImportPage()
2988 if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in ImportPage()
3146 aHd.SeekToEndOfRecord( rStCtrl ); in ImportPage()
3359 DffRecordHeader aHd; in ImportHeaderFooterContainer() local
3360 rStCtrl >> aHd; in ImportHeaderFooterContainer()
3361 switch ( aHd.nRecType ) in ImportHeaderFooterContainer()
3369 if ( aHd.nRecInstance < 4 ) in ImportHeaderFooterContainer()
3370 MSDFFReadZString( rStCtrl, rE.pPlaceholder[ aHd.nRecInstance ], aHd.nRecLen, sal_True ); in ImportHeaderFooterContainer()
3374 aHd.SeekToEndOfRecord( rStCtrl ); in ImportHeaderFooterContainer()
3527 DffRecordHeader aHd; in PPTExtParaProv() local
3538 rSt >> aHd; in PPTExtParaProv()
3539 switch ( aHd.nRecType ) in PPTExtParaProv()
3543 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < aHd.GetRecEndFilePos() ) ) in PPTExtParaProv()
3588 aExtendedPresRules.Consume( rSt, sal_False, aHd.GetRecEndFilePos() ); in PPTExtParaProv()
3604 aHd.SeekToEndOfRecord( rSt ); in PPTExtParaProv()
3615 rSt >> aHd; in PPTExtParaProv()
3616 switch ( aHd.nRecType ) in PPTExtParaProv()
3620 if ( aHd.nRecInstance < PPT_STYLESHEETENTRYS ) in PPTExtParaProv()
3627 … while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < aHd.GetRecEndFilePos() ) && ( i < nDepth ) ) in PPTExtParaProv()
3630 rSt >> aExtParaSheet[ aHd.nRecInstance ].aExtParaLevel[ i++ ]; in PPTExtParaProv()
3633 if ( rSt.Tell() != aHd.GetRecEndFilePos() ) in PPTExtParaProv()
3655 aHd.SeekToEndOfRecord( rSt ); in PPTExtParaProv()