Searched refs:nCurNode (Results 1 – 2 of 2) sorted by relevance
1383 sal_uInt32 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()
1966 sal_uLong nCurNode = rPaM.GetPara(); in IsInSelection() local1968 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 33 milliseconds