Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx5289 std::vector<Rectangle> aPixelRects; in UpdateCursorOverlay() local
5364 aPixelRects.push_back( aRect ); in UpdateCursorOverlay()
5369 if ( aPixelRects.size() ) in UpdateCursorOverlay()
5380 for(sal_uInt32 a(0); a < aPixelRects.size(); a++) in UpdateCursorOverlay()
5382 const Rectangle aRA(aPixelRects[a]); in UpdateCursorOverlay()
5417 std::vector<Rectangle> aPixelRects; in UpdateSelectionOverlay() local
5418 GetSelectionRects( aPixelRects ); in UpdateSelectionOverlay()
5430 for(sal_uInt32 a(0); a < aPixelRects.size(); a++) in UpdateSelectionOverlay()
5432 const Rectangle aRA(aPixelRects[a]); in UpdateSelectionOverlay()
5553 std::vector<Rectangle> aPixelRects; in UpdateDragRectOverlay() local
[all …]

Completed in 25 milliseconds