Lines Matching refs:isNull
365 sal_Bool OLEVariant::isNull() const { return (vt == VT_NULL); } in isNull() function in OLEVariant
372 …return isNull() ? ::com::sun::star::util::Date(30,12,1899) : ::dbtools::DBTypeConversion::toDate(g… in operator ::com::sun::star::util::Date()
376 return isNull() ? ::com::sun::star::util::Time() : ::dbtools::DBTypeConversion::toTime(getDate()); in operator ::com::sun::star::util::Time()
380 …return isNull() ? ::com::sun::star::util::DateTime() : ::dbtools::DBTypeConversion::toDateTime(get… in operator ::com::sun::star::util::DateTime()
416 if(isNull()) in operator rtl::OUString()
466 else if(!isNull()) in operator ::com::sun::star::uno::Sequence<sal_Int8>()
501 if(isNull()) in getString()
511 if(isNull()) in getBool()
527 if(isNull()) in getIUnknown()
545 if(isNull()) in getIDispatch()
561 if(isNull()) in getByte()
575 if(isNull()) in getInt16()
589 if(isNull()) in getInt8()
604 if(isNull()) in getInt32()
619 if(isNull()) in getUInt32()
634 if(isNull()) in getFloat()
648 if(isNull()) in getDouble()
662 if(isNull()) in getDate()
676 if(isNull()) in getCurrency()
694 if(isNull()) in getUI1SAFEARRAYPtr()