Home
last modified time | relevance | path

Searched refs:bIsNull (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dregion.cxx326 Region::Region(bool bIsNull) in Region() argument
330 mbIsNull(bIsNull) in Region()
/trunk/main/forms/source/component/
H A DFormComponent.cxx2527 sal_Bool bIsNull = sal_True; in reset() local
2549 bIsNull = m_xColumn->wasNull(); in reset()
2558 if ( bIsNull ) in reset()
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx68 Region(bool bIsNull = false); // default creates empty region, with true a null region is created
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1024 sal_Bool bIsNull = aStartEdit.GetValue() == 0; in CheckForStartValue_Impl() local
1029 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx920 sal_Bool bIsNull = (fVal == 0.0); in DBaseExport() local
921 if ( bIsNull ) in DBaseExport()
922 bIsNull = !aDocument.HasValueData( nDocCol, nDocRow, nTab ); in DBaseExport()
923 if ( bIsNull ) in DBaseExport()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2144 sal_Bool bIsNull = aStartED.GetValue() == 0; in CheckForStartValue_Impl() local
2149 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()

Completed in 70 milliseconds