Lines Matching refs:pSplitWin

568 		SfxSplitWindow *pSplitWin = new SfxSplitWindow(pWorkWin, eAlign, this, pParent==0 );  in SfxFrameWorkWin_Impl()  local
569 pSplit[n] = pSplitWin; in SfxFrameWorkWin_Impl()
1947 SfxSplitWindow *pSplitWin = GetSplitWindow_Impl(pDockWin->GetAlignment()); in ConfigChild_Impl() local
1957 pWin = pSplitWin->GetSplitWindow(); in ConfigChild_Impl()
1958 if ( pSplitWin->GetWindowCount() == 1 ) in ConfigChild_Impl()
2773 sal_Bool SfxWorkWindow::IsAutoHideMode( const SfxSplitWindow *pSplitWin ) in IsAutoHideMode() argument
2777 if ( pSplit[n] != pSplitWin && pSplit[n]->IsAutoHide( sal_True ) ) in IsAutoHideMode()
2819 SfxSplitWindow* pSplitWin = pSplit[n]; in ArrangeAutoHideWindows() local
2820 sal_Bool bDummyWindow = !pSplitWin->IsFadeIn(); in ArrangeAutoHideWindows()
2821 Window *pDummy = pSplitWin->GetSplitWindow(); in ArrangeAutoHideWindows()
2822 Window *pWin = bDummyWindow ? pDummy : pSplitWin; in ArrangeAutoHideWindows()
2823 …if ( (pSplitWin->IsPinned() && !bDummyWindow) || (!pWin->IsVisible() && pActSplitWin != pSplitWin)… in ArrangeAutoHideWindows()
2837 aSize.Width() = pSplitWin->GetSizePixel().Width(); in ArrangeAutoHideWindows()
2854 aSize.Width() = pSplitWin->GetSizePixel().Width(); in ArrangeAutoHideWindows()
2878 aSize.Height() = pSplitWin->GetSizePixel().Height(); in ArrangeAutoHideWindows()
2900 aSize.Height() = pSplitWin->GetSizePixel().Height(); in ArrangeAutoHideWindows()
2924 pSplitWin->SetPosSizePixel( pWorkWin->OutputToScreenPixel(aPos), aSize ); in ArrangeAutoHideWindows()