/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumericalHelper.java | 105 retValue = getByte(aTypeObject); in toByte() 166 retValue = (char) getByte(aTypeObject); in toChar() 226 retValue = (short) getByte(aTypeObject); in toShort() 509 retValue = (int) getByte(aTypeObject); in toInt() 565 retValue = (long) getByte(aTypeObject); in toLong() 621 retValue = (float) getByte(aTypeObject); in toFloat() 677 retValue = (double) getByte(aTypeObject); in toDouble() 1241 private static byte getByte(TypeObject typeObject) in getByte() method in NumericalHelper
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 134 if (rowData.get(i) instanceof Byte) row.getByte(i + 1) ; in _updateNull() 214 byte newVal = (byte) (row.getByte(idx) + 1) ; in _updateByte() 216 byte getVal = row.getByte(idx) ; in _updateByte()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 185 byte getByte( int _colIndex ) throws SQLException in getByte() method in ResultSet 187 return m_row.getByte( _colIndex ); in getByte()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 203 public byte getByte(int i) throws SQLException in getByte() method in RowSet 205 return m_row.getByte(i); in getByte()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 202 public byte getByte(int i) throws SQLException in getByte() method in RowSet 204 return m_row.getByte(i); in getByte()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 110 sal_Int8 DataColumn::getByte() throw( SQLException, RuntimeException ) in getByte() function in svxform::DataColumn 112 return m_xColumn->getByte(); in getByte()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2014 virtual sal_Int8 getByte() const = 0; 2046 …virtual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos )… in getByte() function in connectivity::detail::RowValue 2079 … virtual sal_Int8 getByte() const { return m_xColumn->getByte(); }; in getByte() function in connectivity::detail::ColumnValue 2172 (*this) = _rValueSource.getByte(); in impl_fill()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 97 public synchronized byte getByte(int columnIndex) throws SQLException { in getByte() method in JavaSQLCallableStatement 100 return ((java.sql.CallableStatement)jdbcStatement).getByte(columnIndex); in getByte()
|
H A D | JavaSQLResultSet.java | 296 public byte getByte(int columnIndex) throws SQLException { in getByte() method in JavaSQLResultSet 298 return jdbcResultSet.getByte(columnIndex); in getByte()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() function in OCallableStatement 189 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getByte( columnIndex ); in getByte()
|
H A D | datacolumn.cxx | 179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte() function in ODataColumn 184 return m_xRow->getByte(m_nPos); in getByte()
|
H A D | CacheSet.cxx | 502 sal_Int8 SAL_CALL OCacheSet::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getByte() function in OCacheSet 505 return m_xDriverRow->getByte(columnIndex); in getByte()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 193 public byte getByte(int arg0) throws SQLException { in getByte() method in PostgresqlResultSet 194 return implRow.getByte(arg0); in getByte()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1690 const sal_uInt8* getByte() const { return &mnBuffer; } in getByte() function 1700 writeBuffer( io_rState.getByte(), 1 ); in putG4Bits() 1709 writeBuffer( io_rState.getByte(), 1 ); in putG4Bits() 2042 writeBuffer( aBitState.getByte(), 1 ); in writeG4Stream()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 260 bool SbxDecimal::getByte( sal_uInt8& rVal ) in getByte() function in SbxDecimal 375 bool SbxDecimal::getByte( sal_uInt8& rVal ) { (void)rVal; return false; } in getByte() function in SbxDecimal
|
H A D | sbxdec.hxx | 96 bool getByte( sal_uInt8& rVal );
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathobject.hxx | 86 virtual sal_Int8 SAL_CALL getByte() throw (RuntimeException);
|
H A D | xpathobject.cxx | 108 sal_Int8 SAL_CALL CXPathObject::getByte() throw (RuntimeException) in getByte() function in XPath::CXPathObject
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaHelper.java | 85 bytes.write(encoder.getByte(t)); in convertCalcToPXL()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 139 getByte( in getByte() function in chelp::ResultSetBase 145 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1233 ::getByte( sal_Int32 columnIndex ) in getByte() function in ContentResultSetWrapper 1237 XROW_GETXXX( getByte ); in getByte()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 143 getByte( in getByte() function in ftp::ResultSetBase 149 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 147 sal_uInt8 getByte() const;
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 196 getByte( in getByte() function in fileaccess::XResultSet_impl 202 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 63 byte getByte();
|