Home
last modified time | relevance | path

Searched refs:VbaEventsHelperBase (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx40 VbaEventsHelperBase::VbaEventsHelperBase( const uno::Sequence< uno::Any >& rArgs, const uno::Refere… in VbaEventsHelperBase() function in VbaEventsHelperBase
56 VbaEventsHelperBase::~VbaEventsHelperBase() in ~VbaEventsHelperBase()
61 sal_Bool SAL_CALL VbaEventsHelperBase::hasVbaEventHandler( sal_Int32 nEventId, const uno::Sequence<… in hasVbaEventHandler()
69 sal_Bool SAL_CALL VbaEventsHelperBase::processVbaEvent( sal_Int32 nEventId, const uno::Sequence< un… in processVbaEvent()
146 void SAL_CALL VbaEventsHelperBase::notifyEvent( const document::EventObject& rEvent ) in notifyEvent()
153 void SAL_CALL VbaEventsHelperBase::changesOccurred( const util::ChangesEvent& rEvent ) in changesOccurred()
191 void SAL_CALL VbaEventsHelperBase::disposing( const lang::EventObject& rEvent ) in disposing()
198 void VbaEventsHelperBase::processVbaEventNoThrow( sal_Int32 nEventId, const uno::Sequence< uno::Any… in processVbaEventNoThrow()
211 void VbaEventsHelperBase::registerEventHandler( sal_Int32 nEventId, sal_Int32 nModuleType, in registerEventHandler()
224 void VbaEventsHelperBase::startListening() in startListening()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaeventshelperbase.hxx48 class VBAHELPER_DLLPUBLIC VbaEventsHelperBase : public VbaEventsHelperBase_BASE class
51 VbaEventsHelperBase(
54 virtual ~VbaEventsHelperBase();
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx64 VbaEventsHelperBase::checkArgument( rArgs, nIndex ); in lclGetTabFromArgs()
523 VbaEventsHelperBase( rArgs, xContext ), in ScVbaEventsHelper()
630 VbaEventsHelperBase::notifyEvent( rEvent ); in notifyEvent()
H A Dvbaeventshelper.hxx36 class ScVbaEventsHelper : public VbaEventsHelperBase
/trunk/main/sw/source/ui/vba/
H A Dvbaeventshelper.hxx31 class SwVbaEventsHelper : public VbaEventsHelperBase
H A Dvbaeventshelper.cxx36 VbaEventsHelperBase( aArgs, xContext ) in SwVbaEventsHelper()