Searched refs:sCon (Results 1 – 2 of 2) sorted by relevance
457 #define DBG_ASSERTWARNING( sCon, aWarning ) \ argument462 if ( !( sCon ) ) \469 #define DBG_ASSERT( sCon, aError ) \ argument474 if ( !( sCon ) ) \482 #define DBG_BF_ASSERT( sCon, aError ) \ argument485 if ( !( sCon ) ) \491 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument731 #define DBG_ASSERTWARNING( sCon, aWarning ) ((void)0) argument732 #define DBG_ASSERT( sCon, aError ) ((void)0) argument733 #define DBG_BF_ASSERT( sCon, aError ) ((void)0) argument
475 const ::rtl::OUString sCon( aCondition.makeStringAndClear() ); in deleteRows() local483 aSql.append(sCon); in deleteRows()
Completed in 36 milliseconds