Searched refs:mxVbaEvents (Results 1 – 4 of 4) sorted by relevance
530 if (bWithVbaEvents && mxVbaEvents.is()) try in HasSheetEventScript()534 … if (mxVbaEvents->hasVbaEventHandler( ScSheetEvents::GetVbaSheetEventId( nEvent ), aArgs ) || in HasSheetEventScript()535 …mxVbaEvents->hasVbaEventHandler( ScSheetEvents::GetVbaDocumentEventId( nEvent ), uno::Sequence< un… in HasSheetEventScript()
2737 if( !mxVbaEvents.is() && pDocShell && ooo::vba::isAlienWordDoc( *pDocShell ) ) in GetVbaEventProcessor()2744 …mxVbaEvents.set( ooo::vba::createVBAUnoAPIServiceWithArgs( pDocShell, "com.sun.star.script.vba.VBA… in GetVbaEventProcessor()2750 return mxVbaEvents; in GetVbaEventProcessor()
339 mxVbaEvents; member in ScDocument1849 { mxVbaEvents = rxVbaEvents; } in SetVbaEventProcessor()1851 GetVbaEventProcessor() const { return mxVbaEvents; } in GetVbaEventProcessor()
402 com::sun::star::uno::Reference< com::sun::star::script::vba::XVBAEventProcessor > mxVbaEvents; member in SwDoc
Completed in 78 milliseconds