Searched refs:xVBACompat (Results 1 – 6 of 6) sorted by relevance
464 uno::Reference< vba::XVBACompatibility > xVBACompat; in getVBACompatibility() local473 return xVBACompat; in getVBACompatibility()478 …uno::Reference< vba::XVBACompatibility > xVBACompat = getVBACompatibility( getDocumentModel( pb ) … in getDefaultVBAMode() local479 return xVBACompat.is() && xVBACompat->getVBACompatibilityMode(); in getDefaultVBAMode()1043 uno::Reference< script::vba::XVBACompatibility > xVBACompat; in Run() local1063 xVBACompat.set( getVBACompatibility( xModel ), uno::UNO_SET_THROW ); in Run()1064 … xVBACompat->broadcastVBAScriptEvent( script::vba::VBAScriptEventId::SCRIPT_STARTED, GetName() ); in Run()1213 if( xVBACompat.is() ) in Run()1218 … xVBACompat->broadcastVBAScriptEvent( script::vba::VBAScriptEventId::SCRIPT_STOPPED, GetName() ); in Run()2624 …Reference< script::vba::XVBACompatibility > xVBACompat( getVBACompatibility( m_xModel ), uno::UNO_… in InitObject() local[all …]
81 … uno::Reference<script::vba::XVBACompatibility> xVBACompat( xLibContainer, uno::UNO_QUERY_THROW ); in setUpDocumentModules() local82 xVBACompat->setVBACompatibilityMode( sal_True ); in setUpDocumentModules()
178 uno::Reference< script::vba::XVBACompatibility > xVBACompat( in DialogEventsAttacherImpl() local180 mbUseFakeVBAEvents = xVBACompat->getVBACompatibilityMode(); in DialogEventsAttacherImpl()
455 … Reference< XVBACompatibility > xVBACompat( getLibraryContainer( E_SCRIPTS ), UNO_QUERY ); in isInVBAMode() local456 if ( xVBACompat.is() ) in isInVBAMode()457 bResult = xVBACompat->getVBACompatibilityMode(); in isInVBAMode()
699 … uno::Reference< script::vba::XVBACompatibility > xVBACompat( xModelSet->getPropertyValue( in Import() local701 xVBACompat->setVBACompatibilityMode( sal_True ); in Import()
286 Reference< vba::XVBACompatibility > xVBACompat( xScriptCont, UNO_QUERY ); in elementInserted() local287 if ( xVBACompat.is() ) in elementInserted()288 pLib->SetVBAEnabled( xVBACompat->getVBACompatibilityMode() ); in elementInserted()
Completed in 61 milliseconds