Lines Matching refs:aBorder
828 SvBorder aBorder; in ArrangeChilds_Impl() local
832 aBorder = Arrange_Impl(); in ArrangeChilds_Impl()
846 pMasterFrame->SetToolSpaceBorderPixel_Impl( aBorder ); in ArrangeChilds_Impl()
869 SvBorder aBorder; in Arrange_Impl() local
871 return aBorder; in Arrange_Impl()
898 SvBorder aTemp = aBorder; in Arrange_Impl()
910 aBorder.Top() += aSize.Height(); in Arrange_Impl()
924 aBorder.Bottom() += aSize.Height(); in Arrange_Impl()
940 aBorder.Left() += aSize.Width(); in Arrange_Impl()
954 aBorder.Right() += aSize.Width(); in Arrange_Impl()
971 if( bAllowHiding && !RequestTopToolSpacePixel_Impl( aBorder ) ) in Arrange_Impl()
974 aBorder = aTemp; 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()
990 if ( aClientArea.GetHeight() >= aBorder.Top() + aBorder.Bottom() ) in Arrange_Impl()
992 aClientArea.Top() += aBorder.Top(); in Arrange_Impl()
993 aClientArea.Bottom() -= aBorder.Bottom(); in Arrange_Impl()
997 aBorder.Top() = aClientArea.Top(); in Arrange_Impl()
998 aBorder.Bottom() = aClientArea.Bottom(); in Arrange_Impl()
1002 return IsDockingAllowed() ? aBorder : SvBorder(); in Arrange_Impl()
2639 sal_Bool SfxWorkWindow::RequestTopToolSpacePixel_Impl( SvBorder aBorder ) in RequestTopToolSpacePixel_Impl() argument
2642 aClientArea.GetWidth() < aBorder.Left() + aBorder.Right() || in RequestTopToolSpacePixel_Impl()
2643 aClientArea.GetHeight() < aBorder.Top() + aBorder.Bottom() ) in RequestTopToolSpacePixel_Impl()