Home
last modified time | relevance | path

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

/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1038 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 …]
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx114 ::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 Ddrawinglayeranimation.cxx792 basegfx::B2DRectangle aScrollRect, aPaintRect; in ActivityImpl() local
793 ENSURE_OR_THROW( getRectanglesFromScrollMtf( aScrollRect, in ActivityImpl()
800 aScrollRect ); in ActivityImpl()

Completed in 35 milliseconds