Home
last modified time | relevance | path

Searched refs:pDockWin (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sfx2/source/dialog/
H A Dsplitwin.cxx479 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()
[all …]
/AOO42X/main/sfx2/source/inc/
H A Dsplitwin.hxx50 void InsertWindow_Impl( SfxDock_Impl* pDockWin,
80 void InsertWindow( SfxDockingWindow* pDockWin,
83 void InsertWindow( SfxDockingWindow* pDockWin,
89 void MoveWindow( SfxDockingWindow* pDockWin,
95 void RemoveWindow( SfxDockingWindow* pDockWin, sal_Bool bHide=sal_True);
/AOO42X/main/sfx2/source/appl/
H A Dworkwin.cxx1901 SfxDockingWindow* pDockWin=0; in ConfigChild_Impl() local
1923 pDockWin = (SfxDockingWindow*) pChild->GetWindow(); in ConfigChild_Impl()
1932 if ( pDockWin ) in ConfigChild_Impl()
1934 … if ( eChild == SFX_CHILDWIN_DOCKINGWINDOW || pDockWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT ) in ConfigChild_Impl()
1939 … pCW->pCli = RegisterChild_Impl(*pDockWin, pDockWin->GetAlignment(), pCW->pWin->CanGetFocus()); in ConfigChild_Impl()
1943 pWin = pDockWin; in ConfigChild_Impl()
1947 SfxSplitWindow *pSplitWin = GetSplitWindow_Impl(pDockWin->GetAlignment()); in ConfigChild_Impl()
1954 ReleaseChild_Impl(*pDockWin); in ConfigChild_Impl()
2110 pDockWin->SetDockingRects(aOuterRect, aInnerRect); in ConfigChild_Impl()
2123 if ( pCli && pDockWin ) in ConfigChild_Impl()
[all …]
/AOO42X/main/vcl/source/window/
H A Ddockmgr.cxx857 DockingWindow *pDockWin = dynamic_cast< DockingWindow* > ( mpDockingWindow ); in ImplDockingWindowWrapper() local
858 if( pDockWin ) in ImplDockingWindowWrapper()
859 mnFloatBits = pDockWin->GetFloatStyle(); in ImplDockingWindowWrapper()
H A Dbrdwin.cxx507 DockingWindow *pDockWin = dynamic_cast<DockingWindow*>(pWin); in ImplTracking() local
510 else if ( pDockWin ) in ImplTracking()
511 pDockWin->Close(); in ImplTracking()
H A Dwindow.cxx4823 DockingWindow* pDockWin = dynamic_cast<DockingWindow*>(this); in doLazyDelete() local
4824 if( pSysWin || ( pDockWin && pDockWin->IsFloatingMode() ) ) in doLazyDelete()
/AOO42X/main/framework/source/uielement/
H A Dtoolbarmanager.cxx2212 DockingWindow* pDockWin = dynamic_cast< DockingWindow* >( pWin ); in IMPL_STATIC_LINK_NOINSTANCE() local
2213 if ( pDockWin ) in IMPL_STATIC_LINK_NOINSTANCE()
2214 pDockWin->Close(); in IMPL_STATIC_LINK_NOINSTANCE()