Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1384 getScriptTypeDisplayName( _eScriptType ), in impl_migrateScriptStorage_nothrow()
1401 getScriptTypeDisplayName( _eScriptType ) in impl_migrateScriptStorage_nothrow()
1425 getScriptTypeDisplayName( _eScriptType ), in impl_migrateScriptStorage_nothrow()
1451 getScriptTypeDisplayName( _eScriptType ), in impl_migrateScriptStorage_nothrow()
1533 getScriptTypeDisplayName( _eScriptType ), in impl_migrateContainerLibraries_nothrow()
1932 getScriptTypeDisplayName( _eScriptType ) ); in impl_unprotectPasswordLibrary_throw()
H A Ddbmm_types.hxx59 String getScriptTypeDisplayName( const ScriptType _eType );
H A Ddbmm_types.cxx41 String getScriptTypeDisplayName( const ScriptType _eType ) in getScriptTypeDisplayName() function
H A Dmigrationlog.cxx486 … sMovedLib.SearchAndReplaceAllAscii( "$type$", getScriptTypeDisplayName( lib->eType ) ); in getCompleteLog()