| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FNumericFunctions.cxx | 36 if ( lhs.isNull() ) in operate() 47 if ( lhs.isNull() ) in operate() 62 if ( lhs.isNull() || rhs.isNull() ) in operate() 70 if ( lhs.isNull() ) in operate() 78 if ( lhs.isNull() ) in operate() 94 if ( nSize == 2 && !lhs[0].isNull() ) in operate() 101 if ( lhs.isNull() ) in operate() 110 if ( lhs.isNull() || static_cast<double>(lhs) < 0.0 ) in operate() 128 if ( nSize == 2 && !lhs[0].isNull() ) in operate() 138 if ( lhs.isNull() || static_cast<double>(lhs) < 0.0 ) in operate() [all …]
|
| H A D | FStringFunctions.cxx | 37 if ( lhs.isNull() ) in operate() 46 if ( lhs.isNull() ) in operate() 55 if ( lhs.isNull() ) in operate() 65 if ( lhs.isNull() ) in operate() 82 if ( !aIter->isNull() ) in operate() 104 if ( aIter->isNull() ) in operate() 120 if ( aIter->isNull() ) in operate() 139 if ( aIter->isNull() ) in operate() 154 if ( lhs.isNull() ) in operate() 165 if ( lhs.isNull() ) in operate() [all …]
|
| H A D | FDateFunctions.cxx | 37 if ( lhs.isNull() ) in operate() 75 if ( lhs.isNull() ) in operate() 84 if ( lhs.isNull() ) in operate() 94 if ( lhs.isNull() ) in operate() 103 if ( lhs.isNull() ) in operate() 141 if ( lhs.isNull() ) in operate() 190 if ( lhs.isNull() ) in operate() 216 if ( nSize == 2 && !lhs[0].isNull() ) in operate() 224 if ( lhs.isNull() ) in operate() 233 if ( lhs.isNull() ) in operate() [all …]
|
| H A D | fcode.cxx | 300 return pOperand->getValue().isNull(); in operate() 317 if (aLH.isNull() || aRH.isNull()) in operate() 340 if (aLH.isNull() || aRH.isNull()) // if (!aLH.getValue() || !aRH.getValue()) in operate()
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | Aolevariant.cxx | 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() [all …]
|
| H A D | ADatabaseMetaDataResultSet.cxx | 157 if(m_aValue.isNull()) in getBinaryStream() 176 if(m_aValue.isNull()) in getBinaryStream() 210 if(m_aValue.isNull()) in getByte() 253 if(m_aValue.isNull()) in getInt() 341 if(m_aValue.isNull()) in getShort() 361 if(m_aValue.isNull()) in getString() 619 return m_aValue.isNull(); in wasNull()
|
| H A D | AResultSet.cxx | 189 if(m_aValue.isNull()) in getBinaryStream() 210 return m_aValue.isNull() ? NULL : new ::comphelper::SequenceInputStream(m_aValue); in getBinaryStream() 624 return m_aValue.isNull(); in wasNull() 912 if(!aVar.isNull() && !aVar.isEmpty()) in hasOrderedBookmarks()
|
| H A D | ADatabaseMetaData.cxx | 64 if(!aVar.isNull() && !aVar.isEmpty()) in getInt32Property() 76 return (!aVar.isNull() && !aVar.isEmpty() ? aVar.getBool() : sal_False); in getBoolProperty() 87 if(!aVar.isNull() && !aVar.isEmpty() && aVar.getType() == VT_BSTR) in getStringProperty()
|
| H A D | AView.cxx | 93 if(!aVar.isNull() && !aVar.isEmpty()) in getFastPropertyValue()
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | FValue.hxx | 257 operator sal_Bool() const { return isNull() ? sal_False : getBool(); } in operator sal_Bool() 258 operator sal_Int8() const { return isNull() ? static_cast<sal_Int8>(0) : getInt8(); } in operator sal_Int8() 259 … operator sal_Int16() const { return isNull() ? static_cast<sal_Int16>(0) : getInt16(); } in operator sal_Int16() 260 operator sal_Int32() const { return isNull() ? 0 : getInt32(); } in operator sal_Int32() 261 operator sal_Int64() const { return isNull() ? 0 : getLong(); } in operator sal_Int64() 262 operator float() const { return isNull() ? (float)0.0: getFloat(); } in operator float() 263 operator double() const { return isNull() ? 0.0 : getDouble(); } in operator double() 267 return isNull() ? ::rtl::OUString() : getString(); in operator ::rtl::OUString() 272 return isNull() ? ::com::sun::star::util::Date() : getDate(); in operator ::com::sun::star::util::Date() 277 return isNull() ? ::com::sun::star::util::Time() : getTime(); in operator ::com::sun::star::util::Time() [all …]
|
| /AOO41X/main/basegfx/source/tools/ |
| H A D | b2dclipstate.cxx | 96 bool isNull() const in isNull() function 209 if( isNull() ) in intersectRange() 217 if( isNull() ) in intersectPolygon() 225 if( isNull() ) in intersectPolyPolygon() 233 if( isNull() ) in intersectClipState() 241 if( isNull() ) in subtractRange() 249 if( isNull() ) in subtractPolygon() 257 if( isNull() ) in subtractPolyPolygon() 265 if( isNull() ) in subtractClipState() 539 bool B2DClipState::isNull() const in isNull() function in basegfx::tools::B2DClipState [all …]
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSetBase.cxx | 226 …CurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentRow->isValid()) ? ((*m_aCu… in impl_wasNull() 251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in impl_getValue() 258 …OSL_ENSURE(!m_aCurrentRow.isNull(),"ORowSetBase::getValue: we don't stand on a valid row! Row is n… in impl_getValue() 260 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in impl_getValue() 281 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache… in impl_getValue() 394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in getBinaryStream() 400 …OSL_ENSURE(!m_aCurrentRow.isNull(),"ORowSetBase::getBinaryStream: we don't stand on a valid row! R… in getBinaryStream() 402 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in getBinaryStream() 1124 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is null!"); in setCurrentRow() 1126 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd(),"Position of matrix iter… in setCurrentRow() [all …]
|
| H A D | CRowSetDataColumn.cxx | 136 if ( !m_aColumnValue.isNull() && m_aColumnValue->isValid() ) in getFastPropertyValue() 221 …if ( !m_aColumnValue.isNull() && m_aColumnValue->isValid() && (!(((*m_aColumnValue)->get())[m_nPos… in fireValueChange() 229 else if ( !m_aColumnValue.isNull() && !_rOldValue.isNull() ) in fireValueChange()
|
| H A D | CacheSet.cxx | 235 if(aIter->isNull()) in insertRow() 316 if(aIter->isNull()) in fillParameters() 331 if(aIter->isNull()) in fillParameters()
|
| H A D | KeySet.cxx | 576 if((_rOrginalRow->get())[aIter->second.nPosition].isNull()) in updateRow() 591 if((_rOrginalRow->get())[aIter->second.nPosition].isNull()) in updateRow() 770 if((_rInsertRow->get())[nPos].isNull()) in executeInsert() 1031 if((_rDeleteRow->get())[aIter->second.nPosition].isNull()) in deleteRow() 1049 if((_rDeleteRow->get())[aIter->second.nPosition].isNull()) in deleteRow()
|
| H A D | RowSetCacheIterator.hxx | 64 sal_Bool isNull() const;
|
| H A D | RowSetCacheIterator.cxx | 127 sal_Bool ORowSetCacheIterator::isNull() const in isNull() function in ORowSetCacheIterator
|
| /AOO41X/main/connectivity/source/drivers/kab/ |
| H A D | kcondition.cxx | 86 return aQtName.isNull(); in eval() 100 return !aQtName.isNull(); in eval() 124 if (aQtName.isNull()) return sal_False; in eval() 139 if (aQtName.isNull()) return sal_False; in eval() 154 if (aQtName.isNull()) return sal_False; in eval()
|
| /AOO41X/main/connectivity/source/drivers/dbase/ |
| H A D | DNoException.cxx | 315 if (aKey.getValue().isNull()) in Write() 326 if (!aKey.getValue().isNull()) in Write() 366 if (getValue().isNull()) in Compare() 368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare() 373 else if (rKey.getValue().isNull()) in Compare() 375 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare() 530 if (rKey.getValue().isNull()) in PrintPage()
|
| H A D | dindexnode.cxx | 744 if (aKey.getValue().isNull()) in Write() 755 if (!aKey.getValue().isNull()) in Write() 792 if (getValue().isNull()) in Compare() 794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare() 799 else if (rKey.getValue().isNull()) in Compare() 801 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare() 951 if (rKey.getValue().isNull()) in PrintPage()
|
| H A D | DIndexIter.cxx | 174 while ( ( ( pKey = GetNextKey() ) != NULL ) && pKey->getValue().isNull()) ; in GetCompare() 251 if ( ( ( pKey = GetNextKey() ) == NULL ) || !pKey->getValue().isNull()) in GetNull()
|
| /AOO41X/main/framework/test/ |
| H A D | test_statusindicatorfactory.bas | 33 …if( isNull(xIndicator1)=TRUE ) or ( isNull(xIndicator2)=TRUE ) or ( isNull(xIndicator3)=TRUE ) then
|
| H A D | test_componentenumeration.bas | 66 if( isNull(xComponentEnumeration) = TRUE ) then 83 if( isNull(xElement) = TRUE ) then
|
| /AOO41X/main/fpicker/source/unx/kde4/ |
| H A D | KDE4FilePicker.cxx | 296 if (!_filter.isNull()) in appendFilter() 326 if (filter.isNull()) in getCurrentFilter() 335 if (!_filter.isNull()) in appendFilterGroup()
|
| /AOO41X/main/basegfx/inc/basegfx/tools/ |
| H A D | b2dclipstate.hxx | 77 bool isNull() const;
|