Searched refs:VbaEventsHelperBase (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbaeventshelperbase.cxx | 40 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() 70 sal_Bool SAL_CALL VbaEventsHelperBase::processVbaEvent( sal_Int32 nEventId, const uno::Sequence< un… in processVbaEvent() 148 void SAL_CALL VbaEventsHelperBase::notifyEvent( const document::EventObject& rEvent ) throw (uno::R… in notifyEvent() 155 void SAL_CALL VbaEventsHelperBase::changesOccurred( const util::ChangesEvent& rEvent ) throw (uno::… in changesOccurred() 193 void SAL_CALL VbaEventsHelperBase::disposing( const lang::EventObject& rEvent ) throw (uno::Runtime… in disposing() 200 void VbaEventsHelperBase::processVbaEventNoThrow( sal_Int32 nEventId, const uno::Sequence< uno::Any… in processVbaEventNoThrow() 213 void VbaEventsHelperBase::registerEventHandler( sal_Int32 nEventId, sal_Int32 nModuleType, in registerEventHandler() 226 void VbaEventsHelperBase::startListening() in startListening() [all …]
|
| /AOO41X/main/vbahelper/inc/vbahelper/ |
| H A D | vbaeventshelperbase.hxx | 48 class VBAHELPER_DLLPUBLIC VbaEventsHelperBase : public VbaEventsHelperBase_BASE class 51 VbaEventsHelperBase( 54 virtual ~VbaEventsHelperBase();
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaeventshelper.cxx | 64 VbaEventsHelperBase::checkArgument( rArgs, nIndex ); in lclGetTabFromArgs() 523 VbaEventsHelperBase( rArgs, xContext ), in ScVbaEventsHelper() 630 VbaEventsHelperBase::notifyEvent( rEvent ); in notifyEvent()
|
| H A D | vbaeventshelper.hxx | 36 class ScVbaEventsHelper : public VbaEventsHelperBase
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbaeventshelper.hxx | 31 class SwVbaEventsHelper : public VbaEventsHelperBase
|
| H A D | vbaeventshelper.cxx | 36 VbaEventsHelperBase( aArgs, xContext ) in SwVbaEventsHelper()
|