CWS-TOOLING: integrate CWS cli002
This commit is contained in:
@@ -241,7 +241,9 @@ namespace abp
|
||||
_rFieldAssignment[ sAddressProgrammatic ] = sDriverUI;
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG_ERROR( "fieldmapping::defaultMapping: invalid driver programmatic name!" );
|
||||
}
|
||||
}
|
||||
}
|
||||
catch( const Exception& )
|
||||
|
@@ -311,7 +311,9 @@ namespace dbp
|
||||
setFormConnection( xConn );
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG_ERROR("OTableSelectionPage::implFillTables: invalid data source object returned by the context");
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(SQLContext& e) { aSQLException <<= e; }
|
||||
|
@@ -429,8 +429,9 @@ namespace dbp
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG_ASSERT(xPage.is(), "OControlWizard::implDeterminePage: can't determine the page (no model)!");
|
||||
|
||||
}
|
||||
m_aContext.xDrawPage = xPage;
|
||||
}
|
||||
catch(Exception&)
|
||||
|
@@ -660,8 +660,9 @@ namespace pcr
|
||||
sReturn = aEnumStrings[ nIntValue ];
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG_ERROR( "DefaultEnumRepresentation::getDescriptionForValue: could not translate an enum value" );
|
||||
|
||||
}
|
||||
return sReturn;
|
||||
}
|
||||
|
||||
|
@@ -196,8 +196,9 @@ namespace pcr
|
||||
if ( ( index >= 0 ) && ( index < (sal_Int32)aDescriptions.size() ) )
|
||||
sDescription = aDescriptions[ index ];
|
||||
else
|
||||
DBG_ERROR( "EnumRepresentation::getDescriptionForValue: cannot convert!" );
|
||||
|
||||
{
|
||||
DBG_ERROR( "EnumRepresentation::getDescriptionForValue: cannot convert!" );
|
||||
}
|
||||
return sDescription;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user