/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() 101 if ( lhs.isNull() ) in operate() 150 if ( lhs.isNull() || rhs.isNull() ) in operate() 158 if ( lhs.isNull() ) in operate() 174 if ( lhs.isNull() ) in operate() 182 if ( lhs.isNull() ) 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() 104 if ( aIter->isNull() ) in operate() 154 if ( lhs.isNull() ) in operate() 165 if ( lhs.isNull() ) in operate() 176 if ( lhs.isNull() ) in operate() 211 if ( lhs.isNull() || rhs.isNull() ) in operate() 240 if ( lhs.isNull() || rhs.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() 224 if ( lhs.isNull() ) in operate() 233 if ( lhs.isNull() ) in operate() 242 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 | 416 if(isNull()) in operator rtl::OUString() 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() [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() 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(); } 263 operator double() const { return isNull() ? 0.0 : getDouble(); } 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() 282 return isNull() ? ::com::sun::star::util::DateTime() : getDateTime(); in operator ::com::sun::star::util::DateTime() 287 return isNull() ? ::com::sun::star::uno::Sequence<sal_Int8>() : getSequence(); in operator ::com::sun::star::uno::Sequence<sal_Int8>() [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() 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() 1140 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); in setCurrentRow() 1147 if ( _bMoved && m_aCurrentRow.isNull() ) in setCurrentRow() 1152 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); 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;
|