Searched refs:DBA_RES (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 639 DBA_RES( RID_STR_NAME_MUST_NOT_BE_EMPTY ), in approveNewObject() 651 DBA_RES( RID_STR_NO_NULL_OBJECTS_IN_CONTAINER ), in approveNewObject() 658 DBA_RES( RID_STR_NAME_ALREADY_USED ), in approveNewObject() 664 DBA_RES( RID_STR_OBJECT_CONTAINER_MISMATCH ), in approveNewObject() 670 DBA_RES( RID_STR_OBJECT_ALREADY_CONTAINED ), in approveNewObject()
|
H A D | documentcontainer.cxx | 585 ::rtl::OUString sMessage( DBA_RES( RID_STR_NAME_NOT_FOUND ) ); in loadComponentFromURL() 655 ::rtl::OUString sMessage( DBA_RES( RID_STR_NO_SUB_FOLDER ) ); in insertByHierarchicalName()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | core_resource.hxx | 37 #define DBA_RES( id ) ResourceManager::loadString( id ) macro 40 #define DBACORE_RESSTRING( id ) DBA_RES( id )
|
/trunk/main/dbaccess/source/core/api/ |
H A D | column.cxx | 424 …::dbtools::throwGenericSQLException( DBA_RES( RID_STR_NO_COLUMN_ADD ), static_cast<XChild*>(static… in appendObject() 456 …::dbtools::throwGenericSQLException( DBA_RES( RID_STR_NO_COLUMN_DROP ), static_cast<XChild*>(stati… in dropObject()
|
H A D | query.cxx | 219 ::rtl::OUString sError( DBA_RES( RID_STR_STATEMENT_WITHOUT_RESULT_SET ) ); in IMPLEMENT_FORWARD_XINTERFACE3()
|
H A D | RowSet.cxx | 2246 … throw SQLException(DBA_RES(RID_STR_CONNECTION_INVALID),*this,SQLSTATE_GENERAL,1000,Any() ); in impl_getTables_throw() 2449 throw SQLException(DBA_RES(RID_STR_NO_XQUERIESSUPPLIER),*this,::rtl::OUString(),0,Any()); in impl_buildActiveCommand_throw()
|
Completed in 72 milliseconds