Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx542 sal_uInt16 FindLine( sal_uInt16 nChar, sal_Bool bInclEnd );
H A Dimpedit.cxx215 nStartLine = pTmpPortion->GetLines().FindLine( aTmpSel.Min().GetIndex(), sal_False ); in DrawSelection()
217 nEndLine = pTmpPortion->GetLines().FindLine( aTmpSel.Max().GetIndex(), sal_True ); in DrawSelection()
H A Dimpedit2.cxx619 sal_uInt16 nLine = pParaPortion->GetLines().FindLine( aPaM.GetIndex(), sal_True ); in Command()
1037 sal_uInt16 nLine = pParaPortion->GetLines().FindLine( aPaM.GetIndex(), sal_False ); in CursorVisualStartEnd()
1095 sal_uInt16 nLine = pParaPortion->GetLines().FindLine( aPaM.GetIndex(), sal_False ); in CursorVisualLeftRight()
H A Deditdoc.cxx562 sal_uInt16 EditLineList::FindLine( sal_uInt16 nChar, sal_Bool bInclEnd ) in FindLine() function in EditLineList
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1306 SwTableLine* pLn = SwXTextTableRow::FindLine(pTable, pLine); in setPropertyValue()
1366 SwTableLine* pLn = SwXTextTableRow::FindLine(pTable, pLine); in getPropertyValue()
1430 SwTableLine* SwXTextTableRow::FindLine(SwTable* pTable, SwTableLine* pLine) in FindLine() function in SwXTextTableRow
/trunk/main/sw/inc/
H A Dunotbl.hxx218 static SwTableLine* FindLine(SwTable* pTable, SwTableLine* pLine);

Completed in 112 milliseconds