Searched refs:aLastItemBottomRight (Results 1 – 1 of 1) sorted by relevance
258 const Point aLastItemBottomRight( rLastItem.GetCurrentRect().BottomRight() ); in impl_fitItems() local259 return aFitInto.Left() <= aLastItemBottomRight.X() in impl_fitItems()260 && aFitInto.Right() >= aLastItemBottomRight.X(); in impl_fitItems()
Completed in 27 milliseconds