Home
last modified time | relevance | path

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

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx902 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, rStorageName, ERRCODE_BUTT… in ImpMgrNotLoaded() local
903 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENMGRSTREAM, rStorageName ) ); in ImpMgrNotLoaded()
1050 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, aStorName, ERRCODE_BUTTON_… in LoadOldBasicManager() local
1051 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENMGRSTREAM, aStorName ) ); in LoadOldBasicManager()
1098 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_LIBLOAD, aStorName, ERRCODE_BUTTON_… in LoadOldBasicManager() local
1099 … pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_STORAGENOTFOUND, aStorName ) ); in LoadOldBasicManager()
1186 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, xStorage->GetName(), ERRCO… in ImpLoadLibary() local
1187 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENLIBSTORAGE, pLibInfo->GetLibName()… in ImpLoadLibary()
1195 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_LIBLOAD , pLibInfo->GetLibName(), E… in ImpLoadLibary() local
1196 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENLIBSTREAM, pLibInfo->GetLibName() … in ImpLoadLibary()
[all …]