Lines Matching refs:pImp
238 if ( pImp->aWinState.Len() ) in StateChanged()
240 SetWindowState( pImp->aWinState ); in StateChanged()
273 pImp->bConstructed = sal_True; in StateChanged()
290 pImp->aWinState = pInfo->aWinState; in Initialize()
305 if ( pImp->bConstructed && pImp->pMgr ) in Resize()
308 pImp->aMoveTimer.Start(); in Resize()
315 if ( pImp->bConstructed && pImp->pMgr && IsReallyVisible() ) in Move()
318 pImp->aMoveTimer.Start(); in Move()
328 pImp->aMoveTimer.Stop(); in IMPL_LINK()
329 if ( pImp->bConstructed && pImp->pMgr ) in IMPL_LINK()
336 pImp->aWinState = GetWindowState( nMask ); in IMPL_LINK()
337 …l()->ConfigChild_Impl( SFX_CHILDWIN_DOCKINGWINDOW, SFX_ALIGNDOCKINGWINDOW, pImp->pMgr->GetType() ); in IMPL_LINK()
349 pImp( new SfxModelessDialog_Impl ) in SfxModelessDialog()
351 pImp->pMgr = pCW; in SfxModelessDialog()
352 pImp->bConstructed = sal_False; in SfxModelessDialog()
356 pImp->StartListening( *pBindinx ); in SfxModelessDialog()
357 pImp->aMoveTimer.SetTimeout(50); in SfxModelessDialog()
358 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxModelessDialog,TimerHdl)); in SfxModelessDialog()
368 pImp( new SfxModelessDialog_Impl ) in SfxModelessDialog()
370 pImp->pMgr = pCW; in SfxModelessDialog()
371 pImp->bConstructed = sal_False; in SfxModelessDialog()
375 pImp->StartListening( *pBindinx ); in SfxModelessDialog()
376 pImp->aMoveTimer.SetTimeout(50); in SfxModelessDialog()
377 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxModelessDialog,TimerHdl)); in SfxModelessDialog()
393 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify()
394 pImp->pMgr->Activate_Impl(); in Notify()
409 pImp->pMgr->Deactivate_Impl(); in Notify()
433 if ( pImp->pMgr->GetFrame().is() && pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxModelessDialog()
435 delete pImp; in ~SfxModelessDialog()
455 SfxBoolItem aValue( pImp->pMgr->GetType(), sal_False); in Close()
457 pImp->pMgr->GetType(), in Close()
495 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify()
496 pImp->pMgr->Activate_Impl(); in Notify()
513 pImp->pMgr->Deactivate_Impl(); in Notify()
535 pImp( new SfxFloatingWindow_Impl ) in SfxFloatingWindow()
537 pImp->pMgr = pCW; in SfxFloatingWindow()
538 pImp->bConstructed = sal_False; in SfxFloatingWindow()
542 pImp->StartListening( *pBindinx ); in SfxFloatingWindow()
543 pImp->aMoveTimer.SetTimeout(50); in SfxFloatingWindow()
544 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxFloatingWindow,TimerHdl)); in SfxFloatingWindow()
555 pImp( new SfxFloatingWindow_Impl ) in SfxFloatingWindow()
557 pImp->pMgr = pCW; in SfxFloatingWindow()
558 pImp->bConstructed = sal_False; in SfxFloatingWindow()
562 pImp->StartListening( *pBindinx ); in SfxFloatingWindow()
563 pImp->aMoveTimer.SetTimeout(50); in SfxFloatingWindow()
564 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxFloatingWindow,TimerHdl)); in SfxFloatingWindow()
584 SfxBoolItem aValue( pImp->pMgr->GetType(), sal_False); in Close()
586 pImp->pMgr->GetType(), in Close()
601 if ( pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxFloatingWindow()
603 delete pImp; in ~SfxFloatingWindow()
620 if ( pImp->bConstructed && pImp->pMgr ) in Resize()
623 pImp->aMoveTimer.Start(); in Resize()
630 if ( pImp->bConstructed && pImp->pMgr ) in Move()
633 pImp->aMoveTimer.Start(); in Move()
643 pImp->aMoveTimer.Stop(); in IMPL_LINK()
644 if ( pImp->bConstructed && pImp->pMgr ) in IMPL_LINK()
651 pImp->aWinState = GetWindowState( nMask ); in IMPL_LINK()
652 …l()->ConfigChild_Impl( SFX_CHILDWIN_DOCKINGWINDOW, SFX_ALIGNDOCKINGWINDOW, pImp->pMgr->GetType() ); in IMPL_LINK()
663 if ( pImp->aWinState.Len() ) in StateChanged()
664 SetWindowState( pImp->aWinState ); in StateChanged()
665 pImp->bConstructed = sal_True; in StateChanged()
682 pImp->aWinState = pInfo->aWinState; in Initialize()