Lines Matching refs:pDispat
1026 SfxDispatcher *pDispat = this; in _Execute() local
1027 while ( pDispat ) in _Execute()
1029 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute()
1032 if ( &rShell == pDispat->pImp->aStack.Top(n) ) in _Execute()
1036 pDispat->pImp->xPoster->Post(new SfxRequest(rReq)); in _Execute()
1042 pDispat = pDispat->pImp->pParent; in _Execute()
1705 SfxDispatcher *pDispat = this; in Update_Impl() local
1706 while ( pDispat ) in Update_Impl()
1708 SfxWorkWindow *pWork = pDispat->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1710 if ( pAct == pDispat || pAct == this ) in Update_Impl()
1716 pDispat = pDispat->pImp->pParent; in Update_Impl()
1721 pDispat = this; in Update_Impl()
1724 if ( pDispat == pActDispat ) in Update_Impl()
1749 SfxDispatcher *pDispat = this; in _Update_Impl() local
1752 if ( pDispat == pActDispat ) in _Update_Impl()
2598 SfxDispatcher *pDispat = this; in _Execute() local
2599 while ( pDispat ) in _Execute()
2601 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute()
2603 if ( pShell == pDispat->pImp->aStack.Top(n) ) in _Execute()
2605 pDispat->pImp->xPoster->Post( in _Execute()