Lines Matching refs:pErrorMgr
911 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENMGRSTREAM, rStorageName ) ); in ImpMgrNotLoaded()
1059 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENMGRSTREAM, aStorName ) ); in LoadOldBasicManager()
1107 … pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_STORAGENOTFOUND, aStorName ) ); in LoadOldBasicManager()
1130 delete pErrorMgr; in ~BasicManager()
1145 pErrorMgr = new BasicErrorManager; in Init()
1195 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENLIBSTORAGE, pLibInfo->GetLibName()… in ImpLoadLibary()
1204 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENLIBSTREAM, pLibInfo->GetLibName() … in ImpLoadLibary()
1236 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_BASICLOADERROR, pLibInfo->GetLibName()… in ImpLoadLibary()
1428 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_STDLIB, pLibInfo->GetLibName() ) ); in RemoveLib()
1452 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENLIBSTORAGE, pLibInfo->GetLibName()… in RemoveLib()
1624 …pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_LIBNOTFOUND, String::CreateFromInt32(n… in LoadLib()
1766 return pErrorMgr->HasErrors(); in HasErrors()
1772 pErrorMgr->Reset(); in ClearErrors()
1778 return pErrorMgr->GetFirstError(); in GetFirstError()
1784 return pErrorMgr->GetNextError(); in GetNextError()