Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Ddebug.hxx457 #define DBG_ASSERTWARNING( sCon, aWarning ) \ argument
462 if ( !( sCon ) ) \
469 #define DBG_ASSERT( sCon, aError ) \ argument
474 if ( !( sCon ) ) \
482 #define DBG_BF_ASSERT( sCon, aError ) \ argument
485 if ( !( sCon ) ) \
491 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument
731 #define DBG_ASSERTWARNING( sCon, aWarning ) ((void)0) argument
732 #define DBG_ASSERT( sCon, aError ) ((void)0) argument
733 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx475 const ::rtl::OUString sCon( aCondition.makeStringAndClear() ); in deleteRows() local
483 aSql.append(sCon); in deleteRows()

Completed in 28 milliseconds