Searched refs:nCurNode (Results 1 – 2 of 2) sorted by relevance
1383 sal_uInt16 nCurNode = pEditEngine->pImpEditEngine->GetEditDoc().GetPos( rPaM.GetNode() ); in IsInSelection() local1385 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()
1962 sal_uLong nCurNode = rPaM.GetPara(); in IsInSelection() local1964 if ( ( nCurNode > nStartNode ) && ( nCurNode < nEndNode ) ) in IsInSelection()1969 if ( nCurNode == nStartNode ) in IsInSelection()1973 else if ( ( nCurNode == nStartNode ) && ( rPaM.GetIndex() >= aSel.GetStart().GetIndex() ) ) in IsInSelection()1975 else if ( ( nCurNode == nEndNode ) && ( rPaM.GetIndex() < aSel.GetEnd().GetIndex() ) ) in IsInSelection()
Completed in 23 milliseconds