Searched refs:pDockWin (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 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() [all …]
|
| /AOO42X/main/sfx2/source/inc/ |
| H A D | splitwin.hxx | 50 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 D | workwin.cxx | 1901 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 D | dockmgr.cxx | 857 DockingWindow *pDockWin = dynamic_cast< DockingWindow* > ( mpDockingWindow ); in ImplDockingWindowWrapper() local 858 if( pDockWin ) in ImplDockingWindowWrapper() 859 mnFloatBits = pDockWin->GetFloatStyle(); in ImplDockingWindowWrapper()
|
| H A D | brdwin.cxx | 507 DockingWindow *pDockWin = dynamic_cast<DockingWindow*>(pWin); in ImplTracking() local 510 else if ( pDockWin ) in ImplTracking() 511 pDockWin->Close(); in ImplTracking()
|
| H A D | window.cxx | 4823 DockingWindow* pDockWin = dynamic_cast<DockingWindow*>(this); in doLazyDelete() local 4824 if( pSysWin || ( pDockWin && pDockWin->IsFloatingMode() ) ) in doLazyDelete()
|
| /AOO42X/main/framework/source/uielement/ |
| H A D | toolbarmanager.cxx | 2212 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()
|