Lines Matching refs:pChildWin

1554 		SfxChildWindow *pChildWin = pCW->pWin;  in UpdateChildWindows_Impl()  local
1560 if ( pChildWin == NULL && pCW->bCreate ) in UpdateChildWindows_Impl()
1595 else if ( pChildWin ) in UpdateChildWindows_Impl()
1598 …if ( ( !bIsFullScreen || pChildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT ) && bAllChildsVisible… in UpdateChildWindows_Impl()
1614 ((SfxDockingWindow*)pChildWin->GetWindow())->Reappear_Impl(); in UpdateChildWindows_Impl()
1617 if ( pCW->nInterfaceId != pChildWin->GetContextId() ) in UpdateChildWindows_Impl()
1618 pChildWin->CreateContext( pCW->nInterfaceId, GetBindings() ); in UpdateChildWindows_Impl()
1624 if ( pChildWin && !bCreate ) in UpdateChildWindows_Impl()
1626 if ( !pChildWin->QueryClose() || pChildWin->IsHideNotDelete() || Application::IsUICaptured() ) in UpdateChildWindows_Impl()
1634 ((SfxDockingWindow*)pChildWin->GetWindow())->Disappear_Impl(); in UpdateChildWindows_Impl()
1647 …SfxChildWindow *pChildWin = SfxChildWindow::CreateChildWindow( pCW->nId, pWorkWin, &GetBindings(),… in CreateChildWin_Impl() local
1648 if (pChildWin) in CreateChildWin_Impl()
1651 bSetFocus = pChildWin->WantsFocus(); in CreateChildWin_Impl()
1652 pChildWin->SetWorkWindow_Impl( this ); in CreateChildWin_Impl()
1655 pChildWin->GetWindow()->EnableInput( pCW->bEnable && in CreateChildWin_Impl()
1659 SfxChildWinInfo aInfo = pChildWin->GetInfo(); in CreateChildWin_Impl()
1670 sal_uInt16 nPos = pChildWin->GetPosition(); in CreateChildWin_Impl()
1683 pWorkWin->GetSystemWindow()->GetTaskPaneList()->AddWindow( pChildWin->GetWindow() ); in CreateChildWin_Impl()
1685 pCW->pWin = pChildWin; in CreateChildWin_Impl()
1687 …if ( pChildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT || pChildWin->GetWindow()->GetParent() == … in CreateChildWin_Impl()
1692 …pCW->pCli = RegisterChild_Impl(*(pChildWin->GetWindow()), pChildWin->GetAlignment(), pChildWin->Ca… in CreateChildWin_Impl()
1694 if ( pChildWin->GetAlignment() != SFX_ALIGN_NOALIGNMENT && bIsFullScreen ) in CreateChildWin_Impl()
1707 if ( pCW->nInterfaceId != pChildWin->GetContextId() ) in CreateChildWin_Impl()
1708 pChildWin->CreateContext( pCW->nInterfaceId, GetBindings() ); in CreateChildWin_Impl()
1711 SaveStatus_Impl(pChildWin, pCW->aInfo); in CreateChildWin_Impl()
1718 SfxChildWindow *pChildWin = pCW->pWin; in RemoveChildWin_Impl() local
1721 sal_uInt16 nPos = pChildWin->GetPosition(); in RemoveChildWin_Impl()
1739 pCW->aInfo = pChildWin->GetInfo(); in RemoveChildWin_Impl()
1741 SaveStatus_Impl(pChildWin, pCW->aInfo); in RemoveChildWin_Impl()
1743 pChildWin->Hide(); in RemoveChildWin_Impl()
1750 ReleaseChild_Impl(*pChildWin->GetWindow()); in RemoveChildWin_Impl()
1758 pWorkWin->GetSystemWindow()->GetTaskPaneList()->RemoveWindow( pChildWin->GetWindow() ); in RemoveChildWin_Impl()
1760 pChildWin->Destroy(); in RemoveChildWin_Impl()
2512 SfxChildWindow *pChildWin = pCW->pWin; in ShowChildWindow_Impl() local
2513 if ( pChildWin ) in ShowChildWindow_Impl()
2521pChildWin->Show( bSetFocus && pChildWin->WantsFocus() ? 0 : SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE ); in ShowChildWindow_Impl()
2524 ((SfxDockingWindow*)pChildWin->GetWindow())->Reappear_Impl(); in ShowChildWindow_Impl()
2535 ((SfxDockingWindow*)pChildWin->GetWindow())->Disappear_Impl(); in ShowChildWindow_Impl()
2545 pChildWin = pCW->pWin; in ShowChildWindow_Impl()
2548 if ( pChildWin ) in ShowChildWindow_Impl()
2550 pChildWin->SetVisible_Impl( bVisible ); in ShowChildWindow_Impl()
2552 pCW->aInfo = pChildWin->GetInfo(); in ShowChildWindow_Impl()
2555 SaveStatus_Impl( pChildWin, pCW->aInfo ); in ShowChildWindow_Impl()