Lines Matching refs:aPos

876     Point aPos;  in Arrange_Impl()  local
911 aPos = aTmp.TopLeft(); in Arrange_Impl()
925 aPos = aTmp.BottomLeft(); in Arrange_Impl()
926 aPos.Y() -= (aSize.Height()-1); in Arrange_Impl()
941 aPos = aTmp.TopLeft(); in Arrange_Impl()
955 aPos = aTmp.TopRight(); in Arrange_Impl()
956 aPos.X() -= (aSize.Width()-1); in Arrange_Impl()
968 pCli->pWin->SetPosSizePixel( aPos, aSize ); in Arrange_Impl()
2784 void SfxWorkWindow::EndAutoShow_Impl( Point aPos ) in EndAutoShow_Impl() argument
2787 pParent->EndAutoShow_Impl( aPos ); in EndAutoShow_Impl()
2794 Point aLocalPos = p->ScreenToOutputPixel( aPos ); in EndAutoShow_Impl()
2828 Point aPos = pDummy->GetPosPixel(); in ArrangeAutoHideWindows() local
2841 long nLeft = aPos.X() + aSize.Width(); in ArrangeAutoHideWindows()
2850 aPos.X() += aSize.Width(); in ArrangeAutoHideWindows()
2856 aPos.X() -= aSize.Width(); in ArrangeAutoHideWindows()
2860 if ( aPos.X() < aArea.Left() ) in ArrangeAutoHideWindows()
2862 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows()
2868 long nRight = aPos.X(); in ArrangeAutoHideWindows()
2882 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows()
2887 long nTop = aPos.Y() + aSize.Height(); in ArrangeAutoHideWindows()
2896 aPos.Y() += aSize.Height(); in ArrangeAutoHideWindows()
2902 aPos.Y() -= aSize.Height(); in ArrangeAutoHideWindows()
2906 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows()
2911 if ( aPos.Y() < aArea.Top() ) in ArrangeAutoHideWindows()
2913 aPos.Y() = aArea.Top(); in ArrangeAutoHideWindows()
2924 pSplitWin->SetPosSizePixel( pWorkWin->OutputToScreenPixel(aPos), aSize ); in ArrangeAutoHideWindows()
2927 pDummy->SetPosSizePixel( aPos, aSize ); in ArrangeAutoHideWindows()