Searched refs:bInvers (Results 1 – 1 of 1) sorted by relevance
2078 sal_Bool bInvers = pSelection->GetEnd() < pSelection->GetStart(); in ImpPaint() local2079 pSelStart = !bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()2080 pSelEnd = bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()
Completed in 33 milliseconds