Lines Matching refs:aCellRect
155 Rectangle aCellRect(GetBoundingBox()); in GetBoundingBoxOnScreen() local
162 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
163 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
166 return aCellRect; in GetBoundingBoxOnScreen()
172 Rectangle aCellRect; in GetBoundingBox() local
178 aCellRect.SetSize(Size(nSizeX, nSizeY)); in GetBoundingBox()
179 …aCellRect.SetPos(mpViewShell->GetViewData()->GetScrPos(maCellAddress.Col(), maCellAddress.Row(), m… in GetBoundingBox()
186 aCellRect = aRect.Intersection(aCellRect); in GetBoundingBox()
201 if( !aParaRect.IsEmpty() && (aCellRect.GetWidth() < aParaRect.GetWidth()) ) in GetBoundingBox()
202 aCellRect.SetSize( Size( aParaRect.GetWidth(), aCellRect.GetHeight() ) ); in GetBoundingBox()
206 if (aCellRect.IsEmpty()) in GetBoundingBox()
207 aCellRect.SetPos(Point(-1, -1)); in GetBoundingBox()
208 return aCellRect; in GetBoundingBox()