Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 47) sorted by relevance

12

/aoo42x/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx36 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 DFStringFunctions.cxx37 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 DFDateFunctions.cxx37 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 Dfcode.cxx300 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()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx416 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 DADatabaseMetaDataResultSet.cxx157 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 DAResultSet.cxx189 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 DADatabaseMetaData.cxx64 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 DAView.cxx93 if(!aVar.isNull() && !aVar.isEmpty()) in getFastPropertyValue()
/aoo42x/main/connectivity/inc/connectivity/
H A DFValue.hxx257 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 …]
/aoo42x/main/basegfx/source/tools/
H A Db2dclipstate.cxx96 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 …]
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java291 if (!isNull()) { in free()
476 if (!isNull()) { in getBoolean()
534 if (!isNull()) { in getDate()
590 if (!isNull()) { in getDateTime()
648 if (!isNull()) { in getDouble()
709 if (!isNull()) { in getFloat()
770 if (!isNull()) { in getInt8()
824 if (!isNull()) { in getInt16()
878 if (!isNull()) { in getInt32()
934 if (!isNull()) { in getLong()
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.cxx226 …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 DCRowSetDataColumn.cxx136 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 DCacheSet.cxx235 if(aIter->isNull()) in insertRow()
316 if(aIter->isNull()) in fillParameters()
331 if(aIter->isNull()) in fillParameters()
H A DKeySet.cxx576 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 DRowSetCacheIterator.hxx64 sal_Bool isNull() const;
H A DRowSet.cxx902 if ( !m_aCurrentRow.isNull() ) in insertRow()
964 if ( !m_aCurrentRow.isNull() ) in updateRow()
1082 if ( !m_bModified && _bNotifyModified && !m_aCurrentRow.isNull() ) in implCancelRowUpdates()
1317 …isInsertRow() ) ? ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex].isNull() : ORowSetBase::w… in wasNull()
2764 if ( m_aCurrentRow.isNull() ) in checkUpdateConditions()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx315 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 Ddindexnode.cxx744 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 DDIndexIter.cxx174 while ( ( ( pKey = GetNextKey() ) != NULL ) && pKey->getValue().isNull()) ; in GetCompare()
251 if ( ( ( pKey = GetNextKey() ) == NULL ) || !pKey->getValue().isNull()) in GetNull()
/aoo42x/main/framework/test/
H A Dtest_statusindicatorfactory.bas33 if( isNull(xIndicator1)=TRUE ) or ( isNull(xIndicator2)=TRUE ) or ( isNull(xIndicator3)=TRUE ) then
H A Dtest_componentenumeration.bas66 if( isNull(xComponentEnumeration) = TRUE ) then
83 if( isNull(xElement) = TRUE ) then
/aoo42x/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx298 if (!_filter.isNull()) in appendFilter()
328 if (filter.isNull()) in getCurrentFilter()
337 if (!_filter.isNull()) in appendFilterGroup()
/aoo42x/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx78 bool isNull() const;

Completed in 174 milliseconds

12