Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/uno/
H A Dunotext.cxx1537 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionStarts() local
1540 if( (pR1 == 0) || (pR2 == 0) ) in compareRegionStarts()
1543 const ESelection& r1 = pR1->maSelection; in compareRegionStarts()
1561 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionEnds() local
1564 if( (pR1 == 0) || (pR2 == 0) ) in compareRegionEnds()
1567 const ESelection& r1 = pR1->maSelection; in compareRegionEnds()

Completed in 23 milliseconds