Home
last modified time | relevance | path

Searched refs:bPAP (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2404 static short DumpStyleUPX( sal_uInt8 nVersion, short nLen, sal_Bool bPAP ) in DumpStyleUPX() argument
2412 *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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx300 short ImportUPX(short nLen, bool bPAP, bool bOdd);
H A Dww8par2.cxx3901 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX() argument
3919 if( (1 < cbUPX) || ( (0 < cbUPX) && !bPAP ) ) in ImportUPX()
3921 if( bPAP ) in ImportUPX()
3934 ImportSprms( nPos, cbUPX, bPAP ); in ImportUPX()

Completed in 50 milliseconds