Searched refs:aPageHd (Results 1 – 2 of 2) sorted by relevance
776 DffRecordHeader aPageHd; in Import() local777 if ( SeekToAktPage( &aPageHd ) ) in Import()782 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import()832 if ( SeekToContentOfProgTag( 10, rStCtrl, aPageHd, aProgTagHd ) ) in Import()939 DffRecordHeader aPageHd; in Import() local940 if ( SeekToAktPage( &aPageHd ) ) in Import()942 aPageHd.SeekToContent( rStCtrl ); in Import()943 … while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import()952 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()