Home
last modified time | relevance | path

Searched refs:getByte (Results 1 – 25 of 98) sorted by relevance

1234

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java105 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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java134 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()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java185 byte getByte( int _colIndex ) throws SQLException in getByte() method in ResultSet
187 return m_row.getByte( _colIndex ); in getByte()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java202 public byte getByte(int i) throws SQLException in getByte() method in RowSet
204 return m_row.getByte(i); in getByte()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java203 public byte getByte(int i) throws SQLException in getByte() method in RowSet
205 return m_row.getByte(i); in getByte()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx110 sal_Int8 DataColumn::getByte() throw( SQLException, RuntimeException ) in getByte() function in svxform::DataColumn
112 return m_xColumn->getByte(); in getByte()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2014 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()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java97 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 DJavaSQLResultSet.java296 public byte getByte(int columnIndex) throws SQLException { in getByte() method in JavaSQLResultSet
298 return jdbcResultSet.getByte(columnIndex); in getByte()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx183 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 Ddatacolumn.cxx179 sal_Int8 ODataColumn::getByte(void) throw( SQLException, RuntimeException ) in getByte() function in ODataColumn
184 return m_xRow->getByte(m_nPos); in getByte()
H A DCacheSet.cxx502 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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java193 public byte getByte(int arg0) throws SQLException { in getByte() method in PostgresqlResultSet
194 return implRow.getByte(arg0); in getByte()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1690 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()
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx260 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 Dsbxdec.hxx96 bool getByte( sal_uInt8& rVal );
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.hxx86 virtual sal_Int8 SAL_CALL getByte() throw (RuntimeException);
H A Dxpathobject.cxx108 sal_Int8 SAL_CALL CXPathObject::getByte() throw (RuntimeException) in getByte() function in XPath::CXPathObject
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java85 bytes.write(encoder.getByte(t)); in convertCalcToPXL()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx139 getByte( in getByte() function in chelp::ResultSetBase
145 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1233 ::getByte( sal_Int32 columnIndex ) in getByte() function in ContentResultSetWrapper
1237 XROW_GETXXX( getByte ); in getByte()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx143 getByte( in getByte() function in ftp::ResultSetBase
149 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx147 sal_uInt8 getByte() const;
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx196 getByte( in getByte() function in fileaccess::XResultSet_impl
202 return m_aItems[m_nRow]->getByte( columnIndex ); in getByte()
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl63 byte getByte();

Completed in 153 milliseconds

1234