Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1524 sal_Bool SwTxtNode::Hyphenate( SwInterHyphInfo &rHyphInf ) in Hyphenate() argument
1530 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()
/trunk/main/sw/inc/
H A Dndtxt.hxx702 sal_Bool Hyphenate( SwInterHyphInfo &rHyphInf );

Completed in 34 milliseconds