Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx533 if ( pDock->nType == pDockWin->GetType() ) in InsertWindow()
556 pFoundDock->nType = pDockWin->GetType(); in InsertWindow()
564 pFoundDock->pWin = pDockWin; in InsertWindow()
619 GetWindowPos( pDockWin, nL, nP ); in MoveWindow()
633 RemoveWindow( pDockWin ); in MoveWindow()
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
761 InsertItem( pDockWin->GetType(), pDockWin, nWinSize, nPos, nSet, nItemBits ); in InsertWindow_Impl()
[all …]
/trunk/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);
/trunk/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()
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()
2125 eAlign = pDockWin->GetAlignment(); in ConfigChild_Impl()
[all …]
/trunk/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()
/trunk/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()

Completed in 97 milliseconds