Lines Matching refs:pThis

599     _SvxMacroTabPage_Impl*    pImpl = pThis->mpImpl;  in IMPL_STATIC_LINK()
611 pThis->EnableButtons(); in IMPL_STATIC_LINK()
617 return GenericHandler_Impl( pThis, pBtn ); in IMPL_STATIC_LINK()
622 return GenericHandler_Impl( pThis, NULL ); in IMPL_STATIC_LINK()
626 long _SvxMacroTabPage::GenericHandler_Impl( _SvxMacroTabPage* pThis, PushButton* pBtn ) in GenericHandler_Impl() argument
628 _SvxMacroTabPage_Impl* pImpl = pThis->mpImpl; in GenericHandler_Impl()
645 if(pThis->bAppEvents) in GenericHandler_Impl()
647 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl()
648 if(h_it != pThis->m_appEventsHash.end() ) in GenericHandler_Impl()
656 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl()
657 if(h_it != pThis->m_docEventsHash.end() ) in GenericHandler_Impl()
671 if(!pThis->bAppEvents) in GenericHandler_Impl()
672 pThis->bDocModified = true; in GenericHandler_Impl()
682 AssignComponentDialog* pAssignDlg = new AssignComponentDialog( pThis, sEventURL ); in GenericHandler_Impl()
689 if(!pThis->bAppEvents) in GenericHandler_Impl()
690 pThis->bDocModified = true; in GenericHandler_Impl()
697 …SvxScriptSelectorDialog* pDlg = new SvxScriptSelectorDialog( pThis, sal_False, pThis->GetFrame() ); in GenericHandler_Impl()
705 if(!pThis->bAppEvents) in GenericHandler_Impl()
706 pThis->bDocModified = true; in GenericHandler_Impl()
712 if(pThis->bAppEvents) in GenericHandler_Impl()
714 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl()
720 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl()
737 pThis->EnableButtons(); in GenericHandler_Impl()