Searched refs:aClientArea (Results 1 – 2 of 2) sorted by relevance
824 aClientArea = GetTopRect_Impl(); in ArrangeChilds_Impl()825 if ( aClientArea.IsEmpty() ) in ArrangeChilds_Impl()866 aClientArea = GetTopRect_Impl(); in Arrange_Impl()867 aUpperClientArea = aClientArea; in Arrange_Impl()878 Rectangle aTmp( aClientArea ); in Arrange_Impl()978 if ( aClientArea.GetWidth() >= aBorder.Left() + aBorder.Right() ) in Arrange_Impl()980 aClientArea.Left() += aBorder.Left(); in Arrange_Impl()981 aClientArea.Right() -= aBorder.Right(); in Arrange_Impl()985 aBorder.Left() = aClientArea.Left(); in Arrange_Impl()986 aBorder.Right() = aClientArea.Right(); in Arrange_Impl()[all …]
247 Rectangle aClientArea; member in SfxWorkWindow