Home
last modified time | relevance | path

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

/aoo42x/main/editeng/source/editeng/
H A Dimpedit.cxx1383 sal_uInt32 nCurNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( rPaM.GetNode() ); in IsInSelection() local
1385 if ( ( nCurNode > nStartNode ) && ( nCurNode < nEndNode ) ) in IsInSelection()
1390 if ( nCurNode == nStartNode ) in IsInSelection()
1394 else if ( ( nCurNode == nStartNode ) && ( rPaM.GetIndex() >= aSel.Min().GetIndex() ) ) in IsInSelection()
1396 else if ( ( nCurNode == nEndNode ) && ( rPaM.GetIndex() < aSel.Max().GetIndex() ) ) in IsInSelection()
/aoo42x/main/svtools/source/edit/
H A Dtextview.cxx1966 sal_uLong nCurNode = rPaM.GetPara(); in IsInSelection() local
1968 if ( ( nCurNode > nStartNode ) && ( nCurNode < nEndNode ) ) in IsInSelection()
1973 if ( nCurNode == nStartNode ) in IsInSelection()
1977 else if ( ( nCurNode == nStartNode ) && ( rPaM.GetIndex() >= aSel.GetStart().GetIndex() ) ) in IsInSelection()
1979 else if ( ( nCurNode == nEndNode ) && ( rPaM.GetIndex() < aSel.GetEnd().GetIndex() ) ) in IsInSelection()

Completed in 23 milliseconds