Searched refs:bIsNull (Results 1 – 6 of 6) sorted by relevance
920 sal_Bool bIsNull = (fVal == 0.0); in DBaseExport() local921 if ( bIsNull ) in DBaseExport()922 bIsNull = !aDocument.HasValueData( nDocCol, nDocRow, nTab ); in DBaseExport()923 if ( bIsNull ) in DBaseExport()
68 Region(bool bIsNull = false); // default creates empty region, with true a null region is created
326 Region::Region(bool bIsNull) in Region() argument330 mbIsNull(bIsNull) in Region()
1024 sal_Bool bIsNull = aStartEdit.GetValue() == 0; in CheckForStartValue_Impl() local1029 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()
2527 sal_Bool bIsNull = sal_True; in reset() local2549 bIsNull = m_xColumn->wasNull(); in reset()2558 if ( bIsNull ) in reset()
2144 sal_Bool bIsNull = aStartED.GetValue() == 0; in CheckForStartValue_Impl() local2149 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()
Completed in 54 milliseconds