Lines Matching refs:pDockWin

479 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize)  in InsertWindow()  argument
533 if ( pDock->nType == pDockWin->GetType() ) in InsertWindow()
556 pFoundDock->nType = pDockWin->GetType(); in InsertWindow()
564 pFoundDock->pWin = pDockWin; in InsertWindow()
573 void SfxSplitWindow::ReleaseWindow_Impl(SfxDockingWindow *pDockWin, sal_Bool bSave) in ReleaseWindow_Impl() argument
587 if ( pDock->nType == pDockWin->GetType() ) in ReleaseWindow_Impl()
608 void SfxSplitWindow::MoveWindow( SfxDockingWindow* pDockWin, const Size& rSize, in MoveWindow() argument
619 GetWindowPos( pDockWin, nL, nP ); in MoveWindow()
633 RemoveWindow( pDockWin ); in MoveWindow()
634 InsertWindow( pDockWin, rSize, nLine, nPos, bNewLine ); in MoveWindow()
639 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize, in InsertWindow() argument
649 ReleaseWindow_Impl( pDockWin, sal_False ); in InsertWindow()
652 pDock->nType = pDockWin->GetType(); in InsertWindow()
654 pDock->pWin = pDockWin; in InsertWindow()
715 SfxDockingWindow* pDockWin = pDock->pWin; in InsertWindow_Impl() local
717 sal_uInt16 nItemBits = pDockWin->GetWinBits_Impl(); in InsertWindow_Impl()
761 InsertItem( pDockWin->GetType(), pDockWin, nWinSize, nPos, nSet, nItemBits ); in InsertWindow_Impl()
836 void SfxSplitWindow::RemoveWindow( SfxDockingWindow* pDockWin, sal_Bool bHide ) in RemoveWindow() argument
844 sal_uInt16 nSet = GetSet( pDockWin->GetType() ); in RemoveWindow()
877 if ( pDock->nType == pDockWin->GetType() ) in RemoveWindow()
890 RemoveItem( pDockWin->GetType() ); in RemoveWindow()