Lines Matching refs:nVersion

62 void DumpSprms( sal_uInt8 nVersion, SvStream& rSt, short nLen );
149 DumpSprms( pWwFib->nVersion, *xTableStream, cbPapx ); in Dump_LVL()
155 DumpSprms( pWwFib->nVersion, *xTableStream, cbChpx ); in Dump_LVL()
399 sal_Bool bOk = WW8GetFieldPara( pWwFib->nVersion, rPlc, aF ); in DumpField3()
550 DFib( SvStream& rStrm, sal_uInt8 nVersion ) : WW8Fib( rStrm, nVersion ) {} in DFib() argument
762 sal_uInt8 nVersion; member in DStyle
765 : WW8Style( rStream, rFib ){ nVersion = rFib.nVersion; } in DStyle()
813 static short DumpSprm( sal_uInt8 nVersion, SvStream& rSt, short nSprmsLen ) in DumpSprm() argument
823 sal_uInt16 nId = WW8GetSprmId( nVersion, x, &nDelta ); in DumpSprm()
825 short nSprmL = WW8GetSprmSizeBrutto( nVersion, x, &nId ); in DumpSprm()
826 short nSprmNL = WW8GetSprmSizeNetto( nVersion, x, &nId ); in DumpSprm()
833 if( 8 > nVersion ) in DumpSprm()
856 void DumpSprms( sal_uInt8 nVersion, SvStream& rSt, short nLen ) in DumpSprms() argument
864 nLen = DumpSprm( nVersion, rSt, nLen ); in DumpSprms()
870 static void DumpMemSprm( sal_uInt8 nVersion, sal_Int16* pSprm ) in DumpMemSprm() argument
873 sal_uInt16 nId = WW8GetSprmId( nVersion, p, 0 ); in DumpMemSprm()
876 *pOut << '/' << WW8GetSprmSizeBrutto( nVersion, p, &nId ); // Laenge incl. alles in Dez in DumpMemSprm()
877 *pOut << '/' << WW8GetSprmSizeNetto( nVersion, p, &nId ); // Laenge excl Token in Dez in DumpMemSprm()
888 void DumpSepx( sal_uInt8 nVersion, long nPos ) in DumpSepx() argument
896 DumpSprms( nVersion, *xStrm, nLen ); in DumpSepx()
944 void DumpFkp( sal_uInt8 nVersion, long nPos, short nItemSize, ePLCFT ePlc ) in DumpFkp() argument
991 DumpSprms( nVersion, *xStrm, (short)c ); in DumpFkp()
1002 DumpSprms( nVersion, *xStrm, nLen - 2 ); in DumpFkp()
1179 static void DumpPLCFPcd( sal_uInt8 nVersion, long nPos, long nLen ) in DumpPLCFPcd() argument
1199 if( 8 <= nVersion ) in DumpPLCFPcd()
1217 DumpMemSprm( nVersion, &(p->prm) ); in DumpPLCFPcd()
1226 static void DumpPcd( sal_uInt8 nVersion, long nPos, long nLen ) in DumpPcd() argument
1250 DumpSprms( nVersion, *xTableStream, cb ); // Dumpe Sprms in DumpPcd()
1264 DumpPLCFPcd( nVersion, xTableStream->Tell(), nLen2 ); in DumpPcd()
1288 switch( pWwFib->nVersion ) in DumpPLCF()
1333 DumpSepx( pWwFib->nVersion, nPo ); in DumpPLCF()
1341 switch( pWwFib->nVersion ) in DumpPLCF()
1359 DumpFkp( pWwFib->nVersion, nPo, pFkpSizeTab[ ePlc ], ePlc ); in DumpPLCF()
1383 if( 8 == pWwFib->nVersion ) in DumpPLCF()
1390 if( 8 == pWwFib->nVersion ) in DumpPLCF()
1586 if( 8 == pWwFib->nVersion ) in DumpTxtStoryEntry()
1614 8 == pWwFib->nVersion ? 22 : 0, &DumpTxtStoryEntry ); in DumpTextBoxs()
1626 8 == pWwFib->nVersion ? 22 : 0, &DumpTxtStoryEntry ); in DumpTextBoxs()
1639 8 == pWwFib->nVersion ? 26 : 6 ); in DumpDrawObjects()
1652 if( 8 == pWwFib->nVersion ) in DumpDrawObjects()
1713 if( 8 == pWwFib->nVersion ) in DumpFdoa()
1730 if( 8 == pWwFib->nVersion ) in DumpFdoa()
2404 static short DumpStyleUPX( sal_uInt8 nVersion, short nLen, sal_Bool bPAP ) in DumpStyleUPX() argument
2453 DumpSprms( nVersion, *xTableStream, cbUPX ); in DumpStyleUPX()
2469 static void DumpStyleGrupx( sal_uInt8 nVersion, short nLen, sal_Bool bPara ) in DumpStyleGrupx() argument
2477 if( bPara ) nLen = DumpStyleUPX( nVersion, nLen, sal_True ); // Grupx.Papx in DumpStyleGrupx()
2478 DumpStyleUPX( nVersion, nLen, sal_False ); // Grupx.Chpx in DumpStyleGrupx()
2531 DumpStyleGrupx( nVersion, nSkip, pStd->sgc == 1 ); in Dump1Style()
2614 int DoConvert( const String& rName, sal_uInt8 nVersion ) in DoConvert() argument
2622 pWwFib = new DFib( *xStrm, nVersion ); in DoConvert()
2631 switch( pWwFib->nVersion ) // 6 steht fuer "6 ODER 7", 7 steht fuer "NUR 7" in DoConvert()
2669 if( ( 8 > pWwFib->nVersion && pWwFib->fComplex ) || in DoConvert()
2671 DumpPcd( pWwFib->nVersion, pWwFib->fcClx, pWwFib->lcbClx ); in DoConvert()
2721 if( 8 == pWwFib->nVersion ) in DoConvert()