Home
last modified time | relevance | path

Searched refs:aPPDrawHd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx793 DffRecordHeader aPPDrawHd; in Import() local
794 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import()
796 sal_uInt32 nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in Import()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2987 DffRecordHeader aPPDrawHd; in ImportPage() local
2988 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() local
3233 if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, nPageRecEnd, &aPPDrawHd ) ) in ImportPageBackgroundObject()
3235 sal_uLong nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in ImportPageBackgroundObject()

Completed in 66 milliseconds