Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dpam.cxx167 const SwPosition& rStt2, const SwPosition& rEnd2 ) in ComparePosition() argument
174 if( rEnd1 >= rEnd2 ) in ComparePosition()
185 else if( rEnd2 > rStt1 ) in ComparePosition()
187 if( rEnd2 >= rEnd1 ) in ComparePosition()
189 if( rEnd2 == rEnd1 && rStt2 == rStt1 ) in ComparePosition()
202 else if( rEnd2 == rStt1 ) in ComparePosition()
/trunk/main/sw/inc/
H A Dpam.hxx95 const SwPosition& rStt2, const SwPosition& rEnd2 );

Completed in 25 milliseconds