Searched refs:aEditRect (Results 1 – 2 of 2) sorted by relevance
1047 Rectangle aEditRect = rControlRegion; in getNativeControlRegion() local1048 … 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()
4968 Rectangle aEditRect = pViewData->GetEditArea( eWhich, nPosX, nPosY, this, pPattern, sal_False ); in GetEditUrlOrError() local4969 if (rPos.Y() < aEditRect.Top()) in GetEditUrlOrError()5015 Rectangle aLogicEdit = PixelToLogic( aEditRect, aEditMode ); in GetEditUrlOrError()
Completed in 69 milliseconds