Searched refs:aScrollRect (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1038 Rectangle aScrollRect( Point( nFrozenWidth + nDelta, 0 ), in ScrollColumns() local 1047 Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns() 1050 Rectangle aInvalidateRect( aScrollRect ); in ScrollColumns() 1057 aScrollRect.Bottom() = pDataWin->GetOutputSizePixel().Height(); in ScrollColumns() 1060 pDataWin->Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns() 1063 aScrollRect.Left() = nFrozenWidth; in ScrollColumns() 1064 aScrollRect.Right() = nFrozenWidth + nDelta - 1; in ScrollColumns() 1065 getDataWindow()->Invalidate( aScrollRect ); in ScrollColumns() 1084 Rectangle aScrollRect( Point( nFrozenWidth, 0 ), in ScrollColumns() local 1092 Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns() [all …]
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 114 ::basegfx::B2DRectangle aScrollRect, aPaintRect; in forceScrollTextMetaFile() 115 ENSURE_OR_THROW( getRectanglesFromScrollMtf( aScrollRect, in forceScrollTextMetaFile() 124 if( aScrollRect.isInside( aPaintRect ) ) in forceScrollTextMetaFile() 125 maBounds = aScrollRect; in forceScrollTextMetaFile()
|
H A D | drawinglayeranimation.cxx | 792 basegfx::B2DRectangle aScrollRect, aPaintRect; in ActivityImpl() local 793 ENSURE_OR_THROW( getRectanglesFromScrollMtf( aScrollRect, in ActivityImpl() 800 aScrollRect ); in ActivityImpl()
|
Completed in 52 milliseconds