Lines Matching refs:aSize

877     Size aSize;  in Arrange_Impl()  local
894 aSize = pCli->aSize; in Arrange_Impl()
896 aSize = pCli->pWin->GetSizePixel(); in Arrange_Impl()
906 aSize.Width() = aTmp.GetWidth(); in Arrange_Impl()
908 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
910 aBorder.Top() += aSize.Height(); in Arrange_Impl()
912 aTmp.Top() += aSize.Height(); in Arrange_Impl()
914 aUpperClientArea.Top() += aSize.Height(); in Arrange_Impl()
921 aSize.Width() = aTmp.GetWidth(); in Arrange_Impl()
923 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
924 aBorder.Bottom() += aSize.Height(); in Arrange_Impl()
926 aPos.Y() -= (aSize.Height()-1); in Arrange_Impl()
927 aTmp.Bottom() -= aSize.Height(); in Arrange_Impl()
929 aUpperClientArea.Bottom() -= aSize.Height(); in Arrange_Impl()
936 aSize.Height() = aTmp.GetHeight(); in Arrange_Impl()
938 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
940 aBorder.Left() += aSize.Width(); in Arrange_Impl()
942 aTmp.Left() += aSize.Width(); in Arrange_Impl()
944 aUpperClientArea.Left() += aSize.Width(); in Arrange_Impl()
951 aSize.Height() = aTmp.GetHeight(); in Arrange_Impl()
953 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
954 aBorder.Right() += aSize.Width(); in Arrange_Impl()
956 aPos.X() -= (aSize.Width()-1); in Arrange_Impl()
957 aTmp.Right() -= aSize.Width(); in Arrange_Impl()
959 aUpperClientArea.Right() -= aSize.Width(); in Arrange_Impl()
963 pCli->aSize = pCli->pWin->GetSizePixel(); in Arrange_Impl()
968 pCli->pWin->SetPosSizePixel( aPos, aSize ); in Arrange_Impl()
970 pCli->aSize = aSize; in Arrange_Impl()
1079 pChild->aSize = rNewSize; in AlignChild_Impl()
2016 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl()
2022 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl()
2027 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl()
2033 aInnerRect.Top() += pCli->aSize.Height(); in ConfigChild_Impl()
2039 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2045 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2050 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2056 aInnerRect.Bottom() -= pCli->aSize.Height(); in ConfigChild_Impl()
2062 aInnerRect.Left() += pCli->aSize.Width(); in ConfigChild_Impl()
2068 aInnerRect.Left() += pCli->aSize.Width(); in ConfigChild_Impl()
2073 aInnerRect.Left() += pCli->aSize.Width(); in ConfigChild_Impl()
2079 aInnerRect.Left() += pCli->aSize.Width(); in ConfigChild_Impl()
2084 aInnerRect.Right() -= pCli->aSize.Width(); in ConfigChild_Impl()
2090 aInnerRect.Right() -= pCli->aSize.Width(); in ConfigChild_Impl()
2096 aInnerRect.Right() -= pCli->aSize.Width(); in ConfigChild_Impl()
2101 aInnerRect.Right() -= pCli->aSize.Width(); in ConfigChild_Impl()
2130 pCli->aSize = pDockWin->GetSizePixel(); in ConfigChild_Impl()
2827 Size aSize = pDummy->GetSizePixel(); in ArrangeAutoHideWindows() local
2837 aSize.Width() = pSplitWin->GetSizePixel().Width(); in ArrangeAutoHideWindows()
2841 long nLeft = aPos.X() + aSize.Width(); in ArrangeAutoHideWindows()
2850 aPos.X() += aSize.Width(); in ArrangeAutoHideWindows()
2854 aSize.Width() = pSplitWin->GetSizePixel().Width(); in ArrangeAutoHideWindows()
2856 aPos.X() -= aSize.Width(); in ArrangeAutoHideWindows()
2863 aSize.Width() = aArea.GetWidth(); in ArrangeAutoHideWindows()
2878 aSize.Height() = pSplitWin->GetSizePixel().Height(); in ArrangeAutoHideWindows()
2883 aSize.Width() = aArea.GetWidth(); in ArrangeAutoHideWindows()
2887 long nTop = aPos.Y() + aSize.Height(); in ArrangeAutoHideWindows()
2896 aPos.Y() += aSize.Height(); in ArrangeAutoHideWindows()
2900 aSize.Height() = pSplitWin->GetSizePixel().Height(); in ArrangeAutoHideWindows()
2902 aPos.Y() -= aSize.Height(); in ArrangeAutoHideWindows()
2907 aSize.Width() = aArea.GetWidth(); in ArrangeAutoHideWindows()
2914 aSize.Height() = aArea.GetHeight(); in ArrangeAutoHideWindows()
2924 pSplitWin->SetPosSizePixel( pWorkWin->OutputToScreenPixel(aPos), aSize ); in ArrangeAutoHideWindows()
2927 pDummy->SetPosSizePixel( aPos, aSize ); in ArrangeAutoHideWindows()
2941 Size aSize = pSplit[n]->GetSizePixel(); in GetFreeArea() local
2945 aArea.Left() += aSize.Width(); in GetFreeArea()
2948 aArea.Right() -= aSize.Width(); in GetFreeArea()
2951 aArea.Top() += aSize.Height(); in GetFreeArea()
2954 aArea.Bottom() -= aSize.Height(); in GetFreeArea()