Searched refs:bNull (Results 1 – 4 of 4) sorted by relevance
3388 sal_Bool bNull = sal_True; in IterateParameters() local3447 if ( bNull && fVal != 0.0 ) in IterateParameters()3449 bNull = sal_False; in IterateParameters()3491 if ( bNull && fVal != 0.0 ) in IterateParameters()3493 bNull = sal_False; in IterateParameters()3563 if ( bNull && fVal != 0.0 ) in IterateParameters()3565 bNull = sal_False; in IterateParameters()3631 if ( bNull && fVal != 0.0 ) in IterateParameters()3633 bNull = sal_False; in IterateParameters()4760 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()