Home
last modified time | relevance | path

Searched refs:eBasic (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx239 LanguageMapping( "Basic", eBasic ) in lcl_getScriptTypeFromLanguage()
1176 … && impl_migrateContainerLibraries_nothrow( aSubDocument, eBasic, aProgressMixer, PHASE_BASIC ) in impl_handleDocument_nothrow()
1464 OSL_PRECOND( ( _eScriptType == eBasic ) || ( _eScriptType == eDialog ), in impl_migrateContainerLibraries_nothrow()
1484 …_eScriptType == eBasic ? xSubDocScripts->getBasicLibraries() : xSubDocScripts->getDialogLibraries(… in impl_migrateContainerLibraries_nothrow()
1503 if ( _eScriptType == eBasic ) in impl_migrateContainerLibraries_nothrow()
1653 ScriptType eScriptType = eBasic; in impl_adjustScriptLibrary_nothrow()
H A Ddbmm_types.hxx39 eBasic, enumerator
H A Ddbmm_types.cxx47 case eBasic: nResId = STR_OOO_BASIC; break; in getScriptTypeDisplayName()
H A Dmigrationlog.cxx62 :eType( eBasic ) in LibraryEntry()