Searched refs:bNull (Results 1 – 4 of 4) sorted by relevance
3251 sal_Bool bNull = sal_True; in IterateParameters() local3310 if ( bNull && fVal != 0.0 ) in IterateParameters()3312 bNull = sal_False; in IterateParameters()3354 if ( bNull && fVal != 0.0 ) in IterateParameters()3356 bNull = sal_False; in IterateParameters()3426 if ( bNull && fVal != 0.0 ) in IterateParameters()3428 bNull = sal_False; in IterateParameters()3494 if ( bNull && fVal != 0.0 ) in IterateParameters()3496 bNull = sal_False; in IterateParameters()4623 bool bNull = true; in IterateParametersIf() local[all …]
445 sal_Bool bNull; in read() local446 _rxInStream >> bNull; in read()447 m_bEmptyIsNull = bNull; in read()
1284 sal_Bool bNull; in firePropertyChange() local1286 bNull = m_aCurrentRow.isNull(); in firePropertyChange()
2461 sal_Bool bNull = rPar.Get(1)->IsNull(); in RTLFUNC() local2462 if( !bNull && pArg->GetType() == SbxOBJECT ) in RTLFUNC()2466 bNull = sal_True; in RTLFUNC()2468 rPar.Get( 0 )->PutBool( bNull ); in RTLFUNC()