Searched refs:nPLCFfLen (Results 1 – 2 of 2) sorted by relevance
1698 sal_Int32 nPLCFfLen; in OpenPieceTable() local1703 nPLCFfLen = nWordTwoLen; in OpenPieceTable()1706 *pStr >> nPLCFfLen; in OpenPieceTable()1707 ASSERT( 65536 > nPLCFfLen, "PLCFfpcd ueber 64 k" ); in OpenPieceTable()1708 return new WW8PLCFpcd( pStr, pStr->Tell(), nPLCFfLen, 8 ); in OpenPieceTable()
1595 sal_Int32 nPLCFfLen; in OpenPieceTable() local1596 *pStr >> nPLCFfLen; in OpenPieceTable()1597 ASSERT( 65536 > nPLCFfLen, "PLCFfpcd ueber 64 k" ); in OpenPieceTable()1598 return new WW8PLCFpcd( pStr, pStr->Tell(), nPLCFfLen, 8 ); in OpenPieceTable()