Home
last modified time | relevance | path

Searched refs:wasNull (Results 1 – 25 of 127) sorted by relevance

123456

/aoo4110/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx71 if(xRow->wasNull()) in impl_getTypeInfo_throw()
74 if(xRow->wasNull()) in impl_getTypeInfo_throw()
77 if(xRow->wasNull()) in impl_getTypeInfo_throw()
80 if(xRow->wasNull()) in impl_getTypeInfo_throw()
83 if(xRow->wasNull()) in impl_getTypeInfo_throw()
86 if(xRow->wasNull()) in impl_getTypeInfo_throw()
89 if(xRow->wasNull()) in impl_getTypeInfo_throw()
92 if(xRow->wasNull()) in impl_getTypeInfo_throw()
95 if(xRow->wasNull()) in impl_getTypeInfo_throw()
98 if(xRow->wasNull()) in impl_getTypeInfo_throw()
[all …]
H A DBIndex.cxx88 if(!xRow->wasNull()) in refreshColumns()
/aoo4110/main/svtools/source/contnr/
H A Dcontentenumeration.cxx251 if ( !bIsHidden || xRow->wasNull() ) in enumerateFolderContent()
256 sal_Bool bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
260 bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
265 sal_Bool bHasTargetURL = !xRow->wasNull() && aTargetURL.getLength() > 0; in enumerateFolderContent()
282 … pData->mbIsFolder = xRow->getBoolean( ROW_IS_FOLDER ) && !xRow->wasNull(); in enumerateFolderContent()
283 … pData->mbIsVolume = xRow->getBoolean( ROW_IS_VOLUME ) && !xRow->wasNull(); in enumerateFolderContent()
284 … pData->mbIsRemote = xRow->getBoolean( ROW_IS_REMOTE ) && !xRow->wasNull(); in enumerateFolderContent()
285 … pData->mbIsRemoveable = xRow->getBoolean( ROW_IS_REMOVEABLE ) && !xRow->wasNull(); in enumerateFolderContent()
286 … pData->mbIsFloppy = xRow->getBoolean( ROW_IS_FLOPPY ) && !xRow->wasNull(); in enumerateFolderContent()
287 … pData->mbIsCompactDisc = xRow->getBoolean( ROW_IS_COMPACTDISC ) && !xRow->wasNull(); in enumerateFolderContent()
/aoo4110/main/sc/source/core/data/
H A Ddbdocutl.cxx71 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
86 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
94 bEmptyFlag = ( aString.Len() == 0 ) && xRow->wasNull(); in PutData()
106 bEmptyFlag = xRow->wasNull(); in PutData()
120 bEmptyFlag = xRow->wasNull(); in PutData()
136 bEmptyFlag = xRow->wasNull(); in PutData()
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java303 final boolean wasNull; in getObject()
309 wasNull = obj == null; in getObject()
314 wasNull = row.wasNull(); in getObject()
317 if (wasNull) in getObject()
/aoo4110/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx105 if ( m_xRow->wasNull() ) in getValue()
108 if ( m_xRow->wasNull() ) in getValue()
111 if ( m_xRow->wasNull() ) in getValue()
H A DDateConversion.cxx466 if ( !xVariant->wasNull() ) in getFormattedValue()
494 if (!xVariant->wasNull()) in getFormattedValue()
500 if (!xVariant->wasNull()) in getFormattedValue()
H A DFValue.cxx2029 virtual sal_Bool wasNull() const = 0;
2061 … virtual sal_Bool wasNull() const { return m_xRow->wasNull( ); }; in wasNull() function in connectivity::detail::RowValue
2094 … virtual sal_Bool wasNull() const { return m_xColumn->wasNull( ); }; in wasNull() function in connectivity::detail::ColumnValue
2205 if ( bReadData && _bNullable && _rValueSource.wasNull() ) in impl_fill()
H A DTTableHelper.cxx370 if ( xRow->wasNull() ) in refreshForgeinKeys()
385 if ( sFkName.getLength() && !xRow->wasNull() ) in refreshForgeinKeys()
H A DTIndex.cxx94 if ( !xRow->wasNull() ) in refreshColumns()
/aoo4110/main/connectivity/source/sdbcx/
H A DVCatalog.cxx198 if ( _xRow->wasNull() ) in buildName()
201 if ( _xRow->wasNull() ) in buildName()
204 if ( _xRow->wasNull() ) in buildName()
/aoo4110/main/ucb/source/ucp/file/
H A Dbc.cxx429 if(!xRow->wasNull()) in execute()
539 if ( !xRow->wasNull() ) in getContentType()
678 if ( xRow->wasNull() ) in createNewContent()
1137 if( xRow->wasNull() ) in transfer()
1211 if( xRow->wasNull() ) in insert()
/aoo4110/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java88 if ( rs.wasNull() ) in test()
92 if ( rs.wasNull() ) in test()
/aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java167 boolean wasNull() throws SQLException in wasNull() method in ResultSet
169 return m_row.wasNull(); in wasNull()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java187 public boolean wasNull() throws SQLException in wasNull() method in RowSet
189 return m_row.wasNull(); in wasNull()
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java188 public boolean wasNull() throws SQLException in wasNull() method in RowSet
190 return m_row.wasNull(); in wasNull()
/aoo4110/main/extensions/source/bibliography/
H A Dbibload.cxx539 if ((rName == xColumn->getString()) && !xColumn->wasNull()) in getByName()
583 if (sTemp.getLength() && !xIdColumn->wasNull()) in getElementNames()
620 if (!xIdColumn->wasNull() && (rName.compareTo(sCurrentId) == COMPARE_EQUAL)) in hasByName()
/aoo4110/main/svx/source/form/
H A Dsdbdatacolumn.cxx95 sal_Bool DataColumn::wasNull() throw( SQLException, RuntimeException ) in wasNull() function in svxform::DataColumn
97 return m_xColumn->wasNull(); in wasNull()
H A Dfmsrcimp.cxx357 if (!rField.xContents->wasNull()) in FormatField()
363 if (!rField.xContents->wasNull()) in FormatField()
439 bFound = _bSearchForNull == iterFieldLoop->xContents->wasNull(); in SearchSpecial()
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java207 if ( rowTB.wasNull() ) in displayTableStructure()
211 if ( rowTB.wasNull() ) in displayTableStructure()
/aoo4110/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx153 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OCallableStatement
159 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->wasNull(); in wasNull()
H A Ddatacolumn.cxx152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException ) in wasNull() function in ODataColumn
157 return m_xRow->wasNull(); in wasNull()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_resultset.cxx551 if (!m_result->wasNull()) { in getString()
909 sal_Bool SAL_CALL OResultSet::wasNull() in wasNull() function in OResultSet
917 return m_result->wasNull()? sal_True:sal_False; in wasNull()
/aoo4110/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx672 if ( xRow->wasNull() ) in implReadFolder()
679 if ( xRow->getBoolean( 4 ) && !xRow->wasNull() ) in implReadFolder()
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXColumn.idl73 <code>wasNull()</code>
80 boolean wasNull() raises (com::sun::star::sdbc::SQLException);

Completed in 98 milliseconds

123456