/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BDatabaseMetaData.cxx | 71 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 …]
|
/aoo42x/main/svtools/source/contnr/ |
H A D | contentenumeration.cxx | 251 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 71 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()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 303 final boolean wasNull; in getObject() 309 wasNull = obj == null; in getObject() 314 wasNull = row.wasNull(); in getObject() 317 if (wasNull) in getObject()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OCatalog.java | 150 if (row.wasNull()) { in buildName() 154 if (row.wasNull()) { in buildName() 158 if (row.wasNull()) { in buildName()
|
H A D | SqlTableHelper.java | 193 if (row.wasNull()) { in readForeignKeys() 204 if (!row.wasNull() && !fkName.isEmpty()) { in readForeignKeys()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | TPrivilegesResultSet.cxx | 105 if ( m_xRow->wasNull() ) in getValue() 108 if ( m_xRow->wasNull() ) in getValue() 111 if ( m_xRow->wasNull() ) in getValue()
|
H A D | DateConversion.cxx | 466 if ( !xVariant->wasNull() ) in getFormattedValue() 494 if (!xVariant->wasNull()) in getFormattedValue() 500 if (!xVariant->wasNull()) in getFormattedValue()
|
H A D | FValue.cxx | 2029 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()
|
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VCatalog.cxx | 198 if ( _xRow->wasNull() ) in buildName() 201 if ( _xRow->wasNull() ) in buildName() 204 if ( _xRow->wasNull() ) in buildName()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 429 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()
|
/aoo42x/main/connectivity/qa/complex/connectivity/hsqldb/ |
H A D | DatabaseMetaData.java | 88 if ( rs.wasNull() ) in test() 92 if ( rs.wasNull() ) in test()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 167 boolean wasNull() throws SQLException in wasNull() method in ResultSet 169 return m_row.wasNull(); in wasNull()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 188 public boolean wasNull() throws SQLException in wasNull() method in RowSet 190 return m_row.wasNull(); in wasNull()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 187 public boolean wasNull() throws SQLException in wasNull() method in RowSet 189 return m_row.wasNull(); in wasNull()
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | bibload.cxx | 539 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()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 95 sal_Bool DataColumn::wasNull() throw( SQLException, RuntimeException ) in wasNull() function in svxform::DataColumn 97 return m_xColumn->wasNull(); in wasNull()
|
H A D | fmsrcimp.cxx | 357 if (!rField.xContents->wasNull()) in FormatField() 363 if (!rField.xContents->wasNull()) in FormatField() 439 bFound = _bSearchForNull == iterFieldLoop->xContents->wasNull(); in SearchSpecial()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 316 public synchronized boolean wasNull() throws SQLException { in wasNull() method in JavaSQLCallableStatement 319 return ((java.sql.CallableStatement)jdbcStatement).wasNull(); in wasNull()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 153 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 D | datacolumn.cxx | 152 sal_Bool ODataColumn::wasNull(void) throw( SQLException, RuntimeException ) in wasNull() function in ODataColumn 157 return m_xRow->wasNull(); in wasNull()
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | CodeSamples.java | 207 if ( rowTB.wasNull() ) in displayTableStructure() 211 if ( rowTB.wasNull() ) in displayTableStructure()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 253 public boolean wasNull() throws SQLException { in wasNull() method in PostgresqlResultSet 254 return implRow.wasNull(); in wasNull()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_resultset.cxx | 551 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()
|
/aoo42x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 672 if ( xRow->wasNull() ) in implReadFolder() 679 if ( xRow->getBoolean( 4 ) && !xRow->wasNull() ) in implReadFolder()
|