Searched refs:getVBACompatibilityMode (Results 1 – 8 of 8) sorted by relevance
180 mbUseFakeVBAEvents = xVBACompat->getVBACompatibilityMode(); in DialogEventsAttacherImpl()
316 if( getVBACompatibilityMode() ) try in importLibraryElement()
2850 ::sal_Bool SAL_CALL SfxLibraryContainer::getVBACompatibilityMode() throw (RuntimeException) in getVBACompatibilityMode() function in basic::SfxLibraryContainer
457 bResult = xVBACompat->getVBACompatibilityMode(); in isInVBAMode()
517 virtual ::sal_Bool SAL_CALL getVBACompatibilityMode()
479 return xVBACompat.is() && xVBACompat->getVBACompatibilityMode(); in getDefaultVBAMode()
288 pLib->SetVBAEnabled( xVBACompat->getVBACompatibilityMode() ); in elementInserted()
5384 bResult = xVBA.is() && xVBA->getVBACompatibilityMode(); in IsInVBAMode()
Completed in 95 milliseconds