Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/filter/ppt/
H A Dpptin.cxx778 DffRecordHeader aPageHd; in Import() local
779 if ( SeekToAktPage( &aPageHd ) ) in Import()
784 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import()
834 if ( SeekToContentOfProgTag( 10, rStCtrl, aPageHd, aProgTagHd ) ) in Import()
941 DffRecordHeader aPageHd; in Import() local
942 if ( SeekToAktPage( &aPageHd ) ) in Import()
944 aPageHd.SeekToContent( rStCtrl ); in Import()
945 … while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import()
954 if ( SeekToContentOfProgTag( 10, rStCtrl, aPageHd, aProgTagHd ) ) in Import()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2945 DffRecordHeader aPageHd; in ImportPage() local
2946 if ( SeekToAktPage( &aPageHd ) ) in ImportPage()
2957 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in ImportPage()
3228 DffRecordHeader aPageHd; in ImportPageBackgroundObject() local
3229 if ( SeekToAktPage( &aPageHd ) ) in ImportPageBackgroundObject()
3231 sal_uLong nPageRecEnd = aPageHd.GetRecEndFilePos(); in ImportPageBackgroundObject()

Completed in 53 milliseconds