Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx291 sal_Bool bPrevious = bRightMargin && pCurr->GetLen() && GetPrev() && in CharCrsrToLine() local
293 if( bPrevious && nPosition && CH_BREAK == GetInfo().GetChar( nPosition-1 ) ) in CharCrsrToLine()
294 bPrevious = sal_False; in CharCrsrToLine()
295 return bPrevious ? PrevLine() : pCurr; in CharCrsrToLine()

Completed in 12 milliseconds