Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dtxthyph.cxx105 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 …]
/aoo4110/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()
/aoo4110/main/sw/inc/
H A Dndtxt.hxx698 sal_Bool Hyphenate( SwInterHyphInfo &rHyphInf );

Completed in 31 milliseconds