Home
last modified time | relevance | path

Searched refs:wasNull (Results 26 – 50 of 135) sorted by relevance

123456

/aoo42x/main/connectivity/source/commontools/
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()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXColumn.idl73 <code>wasNull()</code>
80 boolean wasNull() raises (com::sun::star::sdbc::SQLException);
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx1534 if (_rxField->wasNull()) in GetFormatText()
1543 if (_rxField->wasNull()) in GetFormatText()
1578 if (_rxField->wasNull()) in UpdateFromField()
1716 if (!_rxField->wasNull()) in lcl_setCheckBoxState()
2011 if ( !_rxField->wasNull() ) in lcl_setFormattedNumeric_nothrow()
2149 if ( !_rxField->wasNull() ) in lcl_setFormattedCurrency_nothrow()
2294 if ( _rxField->wasNull() ) in lcl_setFormattedDate_nothrow()
2404 if ( _rxField->wasNull() ) in lcl_setFormattedTime_nothrow()
/aoo42x/main/ucb/workben/ucb/
H A Ducbdemo.cxx1110 if ( aTitle.Len() == 0 && xRow->wasNull() ) in open()
1123 if ( nSize == 0 && xRow->wasNull() ) in open()
1136 if ( !bFolder && xRow->wasNull() ) in open()
1156 if ( !bFolder && xRow->wasNull() ) in open()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBIndex.cxx88 if(!xRow->wasNull()) in refreshColumns()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx102 wasNull( in wasNull() function in chelp::ResultSetBase
108 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXRow.idl73 its value and then call wasNull() to see if the value read was
81 boolean wasNull() raises (SQLException);
/aoo42x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1199 ::wasNull() in wasNull() function in ContentResultSetWrapper
1210 return m_xRowOrigin->wasNull(); in wasNull()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx105 wasNull( in wasNull() function in ftp::ResultSetBase
111 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrset.hxx159 wasNull( in wasNull() function in fileaccess::XResultSet_impl
165 m_nWasNull = m_aItems[m_nRow]->wasNull(); in wasNull()
/aoo42x/main/dbaccess/source/core/api/
H A DCacheSet.cxx484 sal_Bool SAL_CALL OCacheSet::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OCacheSet
487 return m_xDriverRow->wasNull(); in wasNull()
H A DPrivateRow.cxx39 ::sal_Bool SAL_CALL OPrivateRow::wasNull( ) throw (SQLException, RuntimeException) in wasNull() function in OPrivateRow
H A DPrivateRow.hxx40 …virtual ::sal_Bool SAL_CALL wasNull( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::s…
/aoo42x/main/forms/source/component/
H A DNumeric.cxx192 if ( m_xColumn->wasNull() ) in translateDbColumnToControlValue()
H A DPattern.cxx224 && m_pFormattedValue->getColumn()->wasNull() in translateDbColumnToControlValue()
H A DCurrency.cxx238 if ( m_xColumn->wasNull() ) in translateDbColumnToControlValue()
H A DCheckBox.cxx221 if ( m_xColumn->wasNull() ) in translateDbColumnToControlValue()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java662 public boolean wasNull() throws SQLException { in wasNull() method in JavaSQLResultSet
664 return jdbcResultSet.wasNull(); in wasNull()
/aoo42x/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java124 if ( !values.wasNull() && !(propertyValue instanceof com.sun.star.uno.Any )) in getPropertyValues()
/aoo42x/main/cui/source/dialogs/
H A Dcuigaldlg.cxx165 if ( xRow->wasNull() ) in ImplSearch()
173 if ( xRow->wasNull() ) in ImplSearch()
/aoo42x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx62 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull() function in OCallableStatement
/aoo42x/main/ucb/qa/complex/ucb/
H A DUCB.java142 if (aTitle.length() == 0 && xRow.wasNull()) in listFiles()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java191 if (aTitle.length() == 0 && xRow.wasNull()) in listFiles()
/aoo42x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx56 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…

Completed in 225 milliseconds

123456