Searched refs:rHyphInf (Results 1 – 3 of 3) sorted by relevance
105 aLine.CharToLine( rHyphInf.nStart ); in Hyphenate()119 const xub_StrLen nEnd = rHyphInf.GetEnd(); in Hyphenate()123 bRet = aLine.Hyphenate( rHyphInf ); in Hyphenate()199 const xub_StrLen nEnd = rHyphInf.GetEnd(); in Hyphenate()241 rHyphInf.nWordStart = nWrdStart; in Hyphenate()284 rHyphInf.SetNoLang( sal_True ); in Hyphenate()289 rHyphInf.SetHyphWord( xHyphWord ); in Hyphenate()290 rHyphInf.nWordStart = nWrdStart; in Hyphenate()291 rHyphInf.nWordLen = nLen+nCnt; in Hyphenate()292 rHyphInf.SetNoLang( sal_False ); in Hyphenate()[all …]
1524 sal_Bool SwTxtNode::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate() argument1530 if( !rHyphInf.IsCheck() ) in Hyphenate()1531 rHyphInf.SetNoLang( sal_True ); in Hyphenate()1538 …pLinguFrm = (SwTxtFrm*)getLayoutFrm( GetDoc()->GetCurrentLayout(), (Point*)(rHyphInf.GetCrsrPos())… in Hyphenate()1542 pFrm = &(pFrm->GetFrmAtOfst( rHyphInf.nStart )); in Hyphenate()1556 if( pFrm->Hyphenate( rHyphInf ) ) in Hyphenate()1567 rHyphInf.nLen = rHyphInf.nLen - (pFrm->GetOfst() - rHyphInf.nStart); in Hyphenate()1568 rHyphInf.nStart = pFrm->GetOfst(); in Hyphenate()
702 sal_Bool Hyphenate( SwInterHyphInfo &rHyphInf );
Completed in 37 milliseconds