Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx2986 DffRecordHeader aPPDrawHd; in ImportPage() local
2987 if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in ImportPage()
2992 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPPDrawHd.GetRecEndFilePos() ) ) in ImportPage()
3054 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPPDrawHd.GetRecEndFilePos() ) ) in ImportPage()
3221 DffRecordHeader aPPDrawHd; in ImportPageBackgroundObject() local
3222 if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, nPageRecEnd, &aPPDrawHd ) ) in ImportPageBackgroundObject()
3224 sal_uLong nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in ImportPageBackgroundObject()

Completed in 57 milliseconds