Searched refs:cbUPX (Results 1 – 2 of 2) sorted by relevance
2406 short cbUPX; in DumpStyleUPX() local2420 xTableStream->Read( &cbUPX, 2 ); in DumpStyleUPX()2423 if ( cbUPX > nLen ) in DumpStyleUPX()2426 cbUPX = nLen; in DumpStyleUPX()2429 bEmpty = ( cbUPX <= 0 ) || ( bPAP && ( cbUPX <= 2 ) ); in DumpStyleUPX()2437 *pOut << "Len:" << nLen << " cbUPX:" << cbUPX << ' '; in DumpStyleUPX()2444 cbUPX-= 2; in DumpStyleUPX()2453 DumpSprms( nVersion, *xTableStream, cbUPX ); in DumpStyleUPX()2455 if ( xTableStream->Tell() != nPos + cbUPX ){ in DumpStyleUPX()2458 xTableStream->Seek( nPos+cbUPX ); in DumpStyleUPX()[all …]
3903 sal_Int16 cbUPX; in ImportUPX() local3912 *pStStrm >> cbUPX; in ImportUPX()3916 if ( cbUPX > nLen ) in ImportUPX()3917 cbUPX = nLen; // !cbUPX auf nLen verkleinert! in ImportUPX()3919 if( (1 < cbUPX) || ( (0 < cbUPX) && !bPAP ) ) in ImportUPX()3926 cbUPX-= 2; in ImportUPX()3930 if( 0 < cbUPX ) in ImportUPX()3934 ImportSprms( nPos, cbUPX, bPAP ); in ImportUPX()3936 if ( pStStrm->Tell() != nPos + cbUPX ) in ImportUPX()3937 pStStrm->Seek( nPos+cbUPX ); in ImportUPX()[all …]
Completed in 30 milliseconds