Home
last modified time | relevance | path

Searched refs:cbUPX (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2406 short cbUPX; in DumpStyleUPX() local
2420 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()
2456 *pOut << "!Um " << xTableStream->Tell() - nPos + cbUPX in DumpStyleUPX()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx3902 sal_Int16 cbUPX; in ImportUPX() local
3911 *pStStrm >> cbUPX; in ImportUPX()
3915 if ( cbUPX > nLen ) in ImportUPX()
3916 cbUPX = nLen; // !cbUPX auf nLen verkleinert! in ImportUPX()
3918 if( (1 < cbUPX) || ( (0 < cbUPX) && !bPAP ) ) in ImportUPX()
3925 cbUPX-= 2; in ImportUPX()
3929 if( 0 < cbUPX ) in ImportUPX()
3933 ImportSprms( nPos, cbUPX, bPAP ); in ImportUPX()
3935 if ( pStStrm->Tell() != nPos + cbUPX ) in ImportUPX()
3936 pStStrm->Seek( nPos+cbUPX ); in ImportUPX()
[all …]