Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx5274 std::vector<Rectangle> aPixelRects; in UpdateCursorOverlay() local
5349 aPixelRects.push_back( aRect ); in UpdateCursorOverlay()
5354 if ( aPixelRects.size() ) in UpdateCursorOverlay()
5365 for(sal_uInt32 a(0); a < aPixelRects.size(); a++) in UpdateCursorOverlay()
5367 const Rectangle aRA(aPixelRects[a]); in UpdateCursorOverlay()
5402 std::vector<Rectangle> aPixelRects; in UpdateSelectionOverlay() local
5403 GetSelectionRects( aPixelRects ); in UpdateSelectionOverlay()
5415 for(sal_uInt32 a(0); a < aPixelRects.size(); a++) in UpdateSelectionOverlay()
5417 const Rectangle aRA(aPixelRects[a]); in UpdateSelectionOverlay()
5538 std::vector<Rectangle> aPixelRects; in UpdateDragRectOverlay() local
[all …]

Completed in 58 milliseconds