Searched refs:pIsUnicode (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 1477 WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode, in WW8Cp2Fc() argument 1486 if( !pIsUnicode ) in WW8Cp2Fc() 1487 pIsUnicode = &bIsUnicode; in WW8Cp2Fc() 1517 *pIsUnicode = false; in WW8Cp2Fc() 1519 nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode ); in WW8Cp2Fc() 1522 nRet += (nCpPos - nCpStart) * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc() 1529 *pIsUnicode = true; in WW8Cp2Fc() 1531 *pIsUnicode = false; in WW8Cp2Fc() 1532 return pWw8Fib->fcMin + nCpPos * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
|
H A D | ww8scan.hxx | 795 WW8_FC WW8Cp2Fc( WW8_CP nCpPos, sal_Bool* pIsUnicode = 0,
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 1575 WW8_FC WW8ScannerBase::WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode, in WW8Cp2Fc() argument 1584 if( !pIsUnicode ) in WW8Cp2Fc() 1585 pIsUnicode = &bIsUnicode; in WW8Cp2Fc() 1618 *pIsUnicode=true; in WW8Cp2Fc() 1620 *pIsUnicode = false; in WW8Cp2Fc() 1622 nRet = WW8PLCFx_PCD::TransformPieceAddress( nRet, *pIsUnicode ); in WW8Cp2Fc() 1625 nRet += (nCpPos - nCpStart) * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc() 1632 *pIsUnicode = true; in WW8Cp2Fc() 1634 *pIsUnicode = false; in WW8Cp2Fc() 1635 return pWw8Fib->fcMin + nCpPos * (*pIsUnicode ? 2 : 1); in WW8Cp2Fc()
|
H A D | ww8scan.hxx | 985 WW8_FC WW8Cp2Fc(WW8_CP nCpPos, bool* pIsUnicode = 0,
|
Completed in 141 milliseconds