Searched refs:aPPDrawHd (Results 1 – 2 of 2) sorted by relevance
793 DffRecordHeader aPPDrawHd; in Import() local794 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import()796 sal_uInt32 nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in Import()
2987 DffRecordHeader aPPDrawHd; in ImportPage() local2988 if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in ImportPage()2993 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPPDrawHd.GetRecEndFilePos() ) ) in ImportPage()3055 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPPDrawHd.GetRecEndFilePos() ) ) in ImportPage()3232 DffRecordHeader aPPDrawHd; in ImportPageBackgroundObject() local3233 if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, nPageRecEnd, &aPPDrawHd ) ) in ImportPageBackgroundObject()3235 sal_uLong nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in ImportPageBackgroundObject()
Completed in 59 milliseconds