Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx824 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 …]
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx247 Rectangle aClientArea; member in SfxWorkWindow