Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1047 Rectangle aEditRect = rControlRegion; in getNativeControlRegion() local
1048 … long nHeight = (aEditRect.GetHeight() > aReq.height+1) ? aEditRect.GetHeight() : aReq.height+1; in getNativeControlRegion()
1049 aEditRect = Rectangle( aEditRect.TopLeft(), in getNativeControlRegion()
1050 Size( aEditRect.GetWidth(), nHeight ) ); in getNativeControlRegion()
1051 rNativeBoundingRegion = aEditRect; in getNativeControlRegion()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx4983 Rectangle aEditRect = pViewData->GetEditArea( eWhich, nPosX, nPosY, this, pPattern, sal_False ); in GetEditUrlOrError() local
4984 if (rPos.Y() < aEditRect.Top()) in GetEditUrlOrError()
5030 Rectangle aLogicEdit = PixelToLogic( aEditRect, aEditMode ); in GetEditUrlOrError()

Completed in 129 milliseconds