Searched refs:aPageHd (Results 1 – 2 of 2) sorted by relevance
778 DffRecordHeader aPageHd; in Import() local779 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() local942 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()
2945 DffRecordHeader aPageHd; in ImportPage() local2946 if ( SeekToAktPage( &aPageHd ) ) in ImportPage()2957 while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in ImportPage()3228 DffRecordHeader aPageHd; in ImportPageBackgroundObject() local3229 if ( SeekToAktPage( &aPageHd ) ) in ImportPageBackgroundObject()3231 sal_uLong nPageRecEnd = aPageHd.GetRecEndFilePos(); in ImportPageBackgroundObject()
Completed in 59 milliseconds