Searched refs:xVbaEvents (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 219 …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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 567 …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 1865 … xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( SC_SHEETEVENT_SELECT ), aArgs ); in SelectionChanged()
|
H A D | servuno.cxx | 573 uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( in MakeInstance() local 575 pDocShell->GetDocument()->SetVbaEventProcessor( xVbaEvents ); in MakeInstance()
|
H A D | docuno.cxx | 2339 …uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents( pDoc->GetVbaEventProcessor(), uno::U… in HandleCalculateEvents() local 2342 …xVbaEvents->processVbaEvent( ScSheetEvents::GetVbaSheetEventId( SC_SHEETEVENT_CALCULATE ), aArgs ); in HandleCalculateEvents()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 596 … 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 2194 … uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = pDoc->GetVbaEventProcessor(); in MouseButtonUp() local 2195 if( xVbaEvents.is() ) try in MouseButtonUp() 2209 xVbaEvents->processVbaEvent( script::vba::VBAEventId::WORKSHEET_FOLLOWHYPERLINK, aArgs ); in MouseButtonUp()
|
Completed in 91 milliseconds