Searched refs:bPAP (Results 1 – 3 of 3) sorted by relevance
2404 static short DumpStyleUPX( sal_uInt8 nVersion, short nLen, sal_Bool bPAP ) in DumpStyleUPX() argument2412 *pOut << "very empty UPX." << ((bPAP) ? "papx " : "chpx "); in DumpStyleUPX()2429 bEmpty = ( cbUPX <= 0 ) || ( bPAP && ( cbUPX <= 2 ) ); in DumpStyleUPX()2436 *pOut << "UPX." << ((bPAP) ? "papx " : "chpx "); in DumpStyleUPX()2439 if( bPAP ) in DumpStyleUPX()2464 end( *pOut, *xTableStream ) << "UPX." << ((bPAP) ? "papx " : "chpx ") << endl1; in DumpStyleUPX()
300 short ImportUPX(short nLen, bool bPAP, bool bOdd);
3872 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX() argument3890 if( (1 < cbUPX) || ( (0 < cbUPX) && !bPAP ) ) in ImportUPX()3892 if( bPAP ) in ImportUPX()3905 ImportSprms( nPos, cbUPX, bPAP ); in ImportUPX()
Completed in 50 milliseconds