Kaydet (Commit) 1b537610 authored tarafından Caolán McNamara's avatar Caolán McNamara

document horror of WW8Fc2Cp

üst 379d6a5a
...@@ -1480,6 +1480,12 @@ short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace, ...@@ -1480,6 +1480,12 @@ short WW8_BRC::DetermineBorderProperties(bool bVer67, short *pSpace,
return nMSTotalWidth; return nMSTotalWidth;
} }
/*
* WW8Cp2Fc is a good method, a CP always maps to a FC
* WW8Fc2Cp on the other hand is more dubious, a random FC
* may not map to a valid CP. Try and avoid WW8Fc2Cp where
* possible
*/
WW8_CP WW8ScannerBase::WW8Fc2Cp( WW8_FC nFcPos ) const WW8_CP WW8ScannerBase::WW8Fc2Cp( WW8_FC nFcPos ) const
{ {
WW8_CP nFallBackCpEnd = WW8_CP_MAX; WW8_CP nFallBackCpEnd = WW8_CP_MAX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment