Home
last modified time | relevance | path

Searched refs:rHyphInf (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/text/
H A Dtxthyph.cxx81 sal_Bool SwTxtFrm::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate() argument
105 aLine.CharToLine( rHyphInf.nStart ); in Hyphenate()
119 const xub_StrLen nEnd = rHyphInf.GetEnd(); in Hyphenate()
123 bRet = aLine.Hyphenate( rHyphInf ); in Hyphenate()
151 sal_Bool SwTxtFormatter::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate() argument
197 const xub_StrLen nPamStart = rHyphInf.nStart; in Hyphenate()
199 const xub_StrLen nEnd = rHyphInf.GetEnd(); in Hyphenate()
241 rHyphInf.nWordStart = nWrdStart; in Hyphenate()
283 if ( !rHyphInf.IsCheck() && sal_False == bRet ) in Hyphenate()
284 rHyphInf.SetNoLang( sal_True ); in Hyphenate()
[all …]
/AOO41X/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1518 sal_Bool SwTxtNode::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate() argument
1524 if( !rHyphInf.IsCheck() ) in Hyphenate()
1525 rHyphInf.SetNoLang( sal_True ); in Hyphenate()
1532 …pLinguFrm = (SwTxtFrm*)getLayoutFrm( GetDoc()->GetCurrentLayout(), (Point*)(rHyphInf.GetCrsrPos())… in Hyphenate()
1536 pFrm = &(pFrm->GetFrmAtOfst( rHyphInf.nStart )); in Hyphenate()
1550 if( pFrm->Hyphenate( rHyphInf ) ) in Hyphenate()
1561 rHyphInf.nLen = rHyphInf.nLen - (pFrm->GetOfst() - rHyphInf.nStart); in Hyphenate()
1562 rHyphInf.nStart = pFrm->GetOfst(); in Hyphenate()
/AOO41X/main/sw/inc/
H A Dndtxt.hxx698 sal_Bool Hyphenate( SwInterHyphInfo &rHyphInf );