Home
last modified time | relevance | path

Searched refs:pIsUnicode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/ !
H A Dww8scan.cxx1476 WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode, in WW8Cp2Fc() argument
1485 if( !pIsUnicode ) in WW8Cp2Fc()
1486 pIsUnicode = &bIsUnicode; in WW8Cp2Fc()
1516 *pIsUnicode = false; in WW8Cp2Fc()
1518 nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode ); in WW8Cp2Fc()
1521 nRet += (nCpPos - nCpStart) * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
1528 *pIsUnicode = true; in WW8Cp2Fc()
1530 *pIsUnicode = false; in WW8Cp2Fc()
1531 return pWw8Fib->fcMin + nCpPos * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
H A Dww8scan.hxx795 WW8_FC WW8Cp2Fc( WW8_CP nCpPos, sal_Bool* pIsUnicode = 0,
/trunk/main/sw/source/filter/ww8/ !
H A Dww8scan.cxx1574 WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode, in WW8Cp2Fc() argument
1583 if( !pIsUnicode ) in WW8Cp2Fc()
1584 pIsUnicode = &bIsUnicode; in WW8Cp2Fc()
1617 *pIsUnicode=true; in WW8Cp2Fc()
1619 *pIsUnicode = false; in WW8Cp2Fc()
1621 nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode ); in WW8Cp2Fc()
1624 nRet += (nCpPos - nCpStart) * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
1631 *pIsUnicode = true; in WW8Cp2Fc()
1633 *pIsUnicode = false; in WW8Cp2Fc()
1634 return pWw8Fib->fcMin + nCpPos * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
H A Dww8scan.hxx984 WW8_FC WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode = 0,