Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A Dww8scan.cxx1699 sal_Int32 nPLCFfLen; in OpenPieceTable() local
1704 nPLCFfLen = nWordTwoLen; in OpenPieceTable()
1707 *pStr >> nPLCFfLen; in OpenPieceTable()
1708 ASSERT( 65536 > nPLCFfLen, "PLCFfpcd ueber 64 k" ); in OpenPieceTable()
1709 return new WW8PLCFpcd( pStr, pStr->Tell(), nPLCFfLen, 8 ); in OpenPieceTable()
/aoo42x/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1596 sal_Int32 nPLCFfLen; in OpenPieceTable() local
1597 *pStr >> nPLCFfLen; in OpenPieceTable()
1598 ASSERT( 65536 > nPLCFfLen, "PLCFfpcd ueber 64 k" ); in OpenPieceTable()
1599 return new WW8PLCFpcd( pStr, pStr->Tell(), nPLCFfLen, 8 ); in OpenPieceTable()

Completed in 65 milliseconds