Searched refs:nSoftHyphPos (Results 1 – 4 of 4) sorted by relevance
414 const long nSoftHyphPos = in Guess() local417 if ( nSoftHyphPos >= 0 && in Guess()418 nBreakStart + nSoftHyphPos <= nBreakPos && in Guess()
535 xub_StrLen nSoftHyphPos; // SoftHyphPos fuer Hyphenate member in SwTxtFormatInfo668 inline xub_StrLen GetSoftHyphPos() const { return nSoftHyphPos; } in GetSoftHyphPos()669 inline void SetSoftHyphPos( const xub_StrLen nNew ) { nSoftHyphPos = nNew; } in SetSoftHyphPos()
1529 nSoftHyphPos = 0; in Init()1557 nSoftHyphPos = 0; in SwTxtFormatInfo()
181 const xub_StrLen nSoftHyphPos = rInf.GetSoftHyphPos(); in UnderFlow() local194 rInf.SetSoftHyphPos( nSoftHyphPos ); in UnderFlow()
Completed in 94 milliseconds