Lines Matching refs:pWork
1346 SfxWorkWindow *pWork = pParent; in UpdateObjectBars_Impl() local
1347 while ( pWork ) in UpdateObjectBars_Impl()
1349 pWork->SfxWorkWindow::UpdateObjectBars_Impl(); in UpdateObjectBars_Impl()
1350 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl()
1357 pWork = pParent; in UpdateObjectBars_Impl()
1358 while ( pWork ) in UpdateObjectBars_Impl()
1360 pWork->ArrangeChilds_Impl(); in UpdateObjectBars_Impl()
1361 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl()
1366 pWork = pParent; in UpdateObjectBars_Impl()
1367 while ( pWork ) in UpdateObjectBars_Impl()
1369 pWork->ShowChilds_Impl(); in UpdateObjectBars_Impl()
1370 pWork = pWork->GetParent_Impl(); in UpdateObjectBars_Impl()
2170 SfxWorkWindow *pWork = pParent; in SetChildWindowVisible_Impl() local
2174 while ( pWork && pWork->pParent ) in SetChildWindowVisible_Impl()
2175 pWork = pWork->pParent; in SetChildWindowVisible_Impl()
2177 if ( pWork ) in SetChildWindowVisible_Impl()
2180 sal_uInt16 nCount = pWork->pChildWins->Count(); in SetChildWindowVisible_Impl()
2182 if ((*pWork->pChildWins)[n]->nSaveId == nId) in SetChildWindowVisible_Impl()
2184 pCW = (*pWork->pChildWins)[n]; in SetChildWindowVisible_Impl()
2208 if ( pWork && !( pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) ) in SetChildWindowVisible_Impl()
2209 pWork->pChildWins->Insert( pWork->pChildWins->Count(), pCW ); in SetChildWindowVisible_Impl()
2365 SfxWorkWindow *pWork = pParent; in IsFloating() local
2369 while ( pWork && pWork->pParent ) in IsFloating()
2370 pWork = pWork->pParent; in IsFloating()
2372 if ( pWork ) in IsFloating()
2375 sal_uInt16 nCount = pWork->pChildWins->Count(); in IsFloating()
2377 if ((*pWork->pChildWins)[n]->nSaveId == nId) in IsFloating()
2379 pCW = (*pWork->pChildWins)[n]; in IsFloating()
2405 if ( pWork && !( pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) ) in IsFloating()
2406 pWork->pChildWins->Insert( pWork->pChildWins->Count(), pCW ); in IsFloating()
2449 SfxWorkWindow *pWork = pParent; in SetChildWindow_Impl() local
2453 while ( pWork && pWork->pParent ) in SetChildWindow_Impl()
2454 pWork = pWork->pParent; in SetChildWindow_Impl()
2456 if ( pWork ) in SetChildWindow_Impl()
2459 sal_uInt16 nCount = pWork->pChildWins->Count(); in SetChildWindow_Impl()
2461 if ((*pWork->pChildWins)[n]->nSaveId == nId) in SetChildWindow_Impl()
2463 pCW = (*pWork->pChildWins)[n]; in SetChildWindow_Impl()
2476 pWork = this; in SetChildWindow_Impl()
2487 if ( !pWork || pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) in SetChildWindow_Impl()
2488 pWork = this; in SetChildWindow_Impl()
2489 pWork->pChildWins->Insert( pWork->pChildWins->Count(), pCW ); in SetChildWindow_Impl()
2493 pWork->ToggleChildWindow_Impl(nId,bSetFocus); in SetChildWindow_Impl()
2965 SfxChildWinController_Impl::SfxChildWinController_Impl( sal_uInt16 nID, SfxWorkWindow *pWork ) in SfxChildWinController_Impl() argument
2966 : SfxControllerItem( nID, pWork->GetBindings() ) in SfxChildWinController_Impl()
2967 , pWorkwin( pWork ) in SfxChildWinController_Impl()