Lines Matching refs:pWorkWin

568 		SfxSplitWindow *pSplitWin = new SfxSplitWindow(pWorkWin, eAlign, this, pParent==0 );  in SfxFrameWorkWin_Impl()
583 pWorkWin (pWin), in SfxWorkWindow()
650 Window* pRet = pWorkWin; in GetTopWindow()
674 Window *pOld = pWorkWin; in ChangeWindow_Impl()
675 pWorkWin = pNew; in ChangeWindow_Impl()
746 pWorkWin->GetSystemWindow()->GetTaskPaneList()->RemoveWindow( pChild->GetWindow() ); in DeleteControllers_Impl()
1049 if ( rWindow.GetParent() != pWorkWin ) in RegisterChild_Impl()
1050 rWindow.SetParent( pWorkWin ); in RegisterChild_Impl()
1141 …bool bInvisible = ( !IsVisible_Impl() || ( !pWorkWin->IsReallyVisible() && !pWorkWin->IsReallyShow… in ShowChilds_Impl()
1647 …SfxChildWindow *pChildWin = SfxChildWindow::CreateChildWindow( pCW->nId, pWorkWin, &GetBindings(),… in CreateChildWin_Impl()
1656 … ( pWorkWin->IsInputEnabled() /* || pChildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT */ ) ); in CreateChildWin_Impl()
1683 pWorkWin->GetSystemWindow()->GetTaskPaneList()->AddWindow( pChildWin->GetWindow() ); in CreateChildWin_Impl()
1687 …ildWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT || pChildWin->GetWindow()->GetParent() == pWorkWin) in CreateChildWin_Impl()
1758 pWorkWin->GetSystemWindow()->GetTaskPaneList()->RemoveWindow( pChildWin->GetWindow() ); in RemoveChildWin_Impl()
1998 aOuterRect.SetPos( pWorkWin->OutputToScreenPixel( aOuterRect.TopLeft() )); in ConfigChild_Impl()
2222 … ( pWorkWin->IsInputEnabled() /* || pCW->pWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT */ ) ); in SetChildWindowVisible_Impl()
2622 return Rectangle (Point(), pWorkWin->GetOutputSizePixel() ); in GetTopRect_Impl()
2924 pSplitWin->SetPosSizePixel( pWorkWin->OutputToScreenPixel(aPos), aSize ); in ArrangeAutoHideWindows()