Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dinvmerge.cxx108 if( aTotalRect.IsEmpty() ) in FlushTotal()
112 pWin->Invert( aTotalRect, INVERT_HIGHLIGHT ); in FlushTotal()
114 pRects->push_back( aTotalRect ); in FlushTotal()
116 aTotalRect.SetEmpty(); in FlushTotal()
124 if ( aTotalRect.IsEmpty() ) in FlushLine()
126 aTotalRect = aLineRect; // start new total rect in FlushLine()
130 if ( aLineRect.Left() == aTotalRect.Left() && in FlushLine()
131 aLineRect.Right() == aTotalRect.Right() && in FlushLine()
132 aLineRect.Top() == aTotalRect.Bottom() + 1 ) in FlushLine()
135 aTotalRect.Bottom() = aLineRect.Bottom(); in FlushLine()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Dinvmerge.hxx38 Rectangle aTotalRect; member in ScInvertMerger

Completed in 12 milliseconds