Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx219 …tibleSfxHint( const uno::Reference< script::vba::XVBAEventProcessor >& xVbaEvents, const SfxHint& … in lcl_processCompatibleSfxHint() argument
229 xVbaEvents->processVbaEvent( DOCUMENT_NEW, aArgs ); in lcl_processCompatibleSfxHint()
232 xVbaEvents->processVbaEvent( DOCUMENT_OPEN, aArgs ); in lcl_processCompatibleSfxHint()
251 uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = mpDoc->GetVbaEventProcessor(); in Notify() local
252 if( xVbaEvents.is() ) in Notify()
253 lcl_processCompatibleSfxHint( xVbaEvents, rHint ); in Notify()
332 … uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = mpDoc->GetVbaEventProcessor(); in PrepareClose() local
333 if( xVbaEvents.is() ) in PrepareClose()
337 xVbaEvents->processVbaEvent( DOCUMENT_CLOSE, aArgs ); in PrepareClose()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx567 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( pDoc->GetVbaEventProcessor(), uno::U… in lcl_CallActivate() local
571 xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( nEvent ), aArgs ); in lcl_CallActivate()
1346 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( pDoc->GetVbaEventProcessor(), uno::U… in MousePressed() local
1350 xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( nEvent ), aArgs ); in MousePressed()
1861 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( pDoc->GetVbaEventProcessor(), uno::U… in SelectionChanged() local
1865xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( SC_SHEETEVENT_SELECT ), aArgs ); in SelectionChanged()
H A Dservuno.cxx573 uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( in MakeInstance() local
575 pDocShell->GetDocument()->SetVbaEventProcessor( xVbaEvents ); in MakeInstance()
H A Ddocuno.cxx2339 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( pDoc->GetVbaEventProcessor(), uno::U… in HandleCalculateEvents() local
2342xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( SC_SHEETEVENT_CALCULATE ), aArgs ); in HandleCalculateEvents()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx596 … uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = aDocument.GetVbaEventProcessor(); in Notify() local
597 if ( xVbaEvents.is() ) try in Notify()
601 xVbaEvents->processVbaEvent( script::vba::VBAEventId::WORKBOOK_NEWSHEET, aArgs ); in Notify()
2452 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( aDocument.GetVbaEventProcessor(), un… in PrepareClose() local
2454 xVbaEvents->processVbaEvent( script::vba::VBAEventId::WORKBOOK_BEFORECLOSE, aArgs ); in PrepareClose()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2209 … uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = pDoc->GetVbaEventProcessor(); in MouseButtonUp() local
2210 if( xVbaEvents.is() ) try in MouseButtonUp()
2224 xVbaEvents->processVbaEvent( script::vba::VBAEventId::WORKSHEET_FOLLOWHYPERLINK, aArgs ); in MouseButtonUp()

Completed in 92 milliseconds