Home
last modified time | relevance | path

Searched refs:nMacroExecMode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx176 sal_Int16 nMacroExecMode = ::com::sun::star::document::MacroExecMode::USE_CONFIG; in executeDispatchRequests() local
178 aArgs[2].Value <<= nMacroExecMode; in executeDispatchRequests()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx444 sal_Int16 nMacroExecMode = ::com::sun::star::document::MacroExecMode::USE_CONFIG; in IMPL_STATIC_LINK() local
446 aArgs[1].Value <<= nMacroExecMode; in IMPL_STATIC_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1015 … sal_Int16 nMacroExecMode( !aDocumentMacroMode ? MacroExecMode::USE_CONFIG : *aDocumentMacroMode ); in onCommandOpenSomething() local
1016 OSL_VERIFY( pIter->Value >>= nMacroExecMode ); in onCommandOpenSomething()
1017 aDocumentMacroMode.reset( nMacroExecMode ); in onCommandOpenSomething()

Completed in 26 milliseconds