Home
last modified time | relevance | path

Searched refs:getLong (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java117 retValue = (byte) getLong(aTypeObject); in toByte()
175 retValue = (char) getLong(aTypeObject); in toChar()
238 retValue = (short) getLong(aTypeObject); in toShort()
521 retValue = (int) getLong(aTypeObject); in toInt()
577 retValue = getLong(aTypeObject); in toLong()
633 retValue = (float) getLong(aTypeObject); in toFloat()
689 retValue = (double) getLong(aTypeObject); in toDouble()
1329 private static long getLong(TypeObject typeObject) in getLong() method in NumericalHelper
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx213 (*this) = getLong(); in setTypeKind()
1388 sal_Int64 ORowSetValue::getLong() const in getLong() function in connectivity::ORowSetValue
1964 const sal_Int64 nValue = getLong(); in setSigned()
1996 (*this) = getLong(); in setSigned()
2017 virtual sal_Int64 getLong() const = 0;
2049 …virtual sal_Int64 getLong() const { return m_xRow->getLong( m_nPos )… in getLong() function in connectivity::detail::RowValue
2082 … virtual sal_Int64 getLong() const { return m_xColumn->getLong(); } in getLong() function in connectivity::detail::ColumnValue
2141 (*this) = _rValueSource.getLong(); in impl_fill()
2186 (*this) = _rValueSource.getLong(); in impl_fill()
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx272 bool SbxDecimal::getLong( sal_Int32& rVal ) in getLong() function in SbxDecimal
305 bool bRet = getLong( TmpVal ); in getInt()
377 bool SbxDecimal::getLong( sal_Int32& rVal ) { (void)rVal; return false; } in getLong() function in SbxDecimal
716 if( !pDec->getLong( *p->pLong ) ) in ImpPutDecimal()
H A Dsbxdec.hxx98 bool getLong( sal_Int32& rVal );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java137 if (rowData.get(i) instanceof Long) row.getLong(i + 1) ; in _updateNull()
301 long newVal = 1 + row.getLong(idx) ; in _updateLong()
303 long getVal = row.getLong(idx) ; in _updateLong()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java203 long getLong( int _colIndex ) throws SQLException in getLong() method in ResultSet
205 return m_row.getLong( _colIndex ); in getLong()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java217 public long getLong(int i) throws SQLException in getLong() method in RowSet
219 return m_row.getLong(i); in getLong()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java218 public long getLong(int i) throws SQLException in getLong() method in RowSet
220 return m_row.getLong(i); in getLong()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx125 sal_Int64 DataColumn::getLong() throw( SQLException, RuntimeException ) in getLong() function in svxform::DataColumn
127 return m_xColumn->getLong(); in getLong()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java285 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in CustomResultSet
288 return field.getLong(); in getLong()
H A DDatabaseMetaDataResultSet.java307 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in DatabaseMetaDataResultSet
310 return field.getLong(); in getLong()
H A DORowSetValue.java239 setLong(getLong()); in setTypeKind()
566 aValue = DBTypeConversion.toDate((double)getLong()); in getDate()
932 public long getLong() { in getLong() method in ORowSetValue
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java162 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in JavaSQLCallableStatement
165 return ((java.sql.CallableStatement)jdbcStatement).getLong(columnIndex); in getLong()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx211 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() function in OCallableStatement
216 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getLong( columnIndex ); in getLong()
H A Ddatacolumn.cxx206 sal_Int64 ODataColumn::getLong(void) throw( SQLException, RuntimeException ) in getLong() function in ODataColumn
211 return m_xRow->getLong(m_nPos); in getLong()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java225 public long getLong(int arg0) throws SQLException { in getLong() method in PostgresqlResultSet
226 return implRow.getLong(arg0); in getLong()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx261 operator sal_Int64() const { return isNull() ? 0 : getLong(); } in operator sal_Int64()
325 sal_Int64 getLong() const;
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx744 sal_Int64 SAL_CALL SortedResultSet::getLong( sal_Int32 columnIndex ) in getLong() function in SortedResultSet
748 return Reference< XRow >::query(mxOriginal)->getLong( columnIndex ); in getLong()
1069 aOne = xRowOne->getLong( nColumn ); in CompareImpl()
1071 aTwo = xRowTwo->getLong( nColumn ); in CompareImpl()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.hxx96 virtual sal_Int32 SAL_CALL getLong() throw (RuntimeException);
H A Dxpathobject.cxx128 sal_Int32 SAL_CALL CXPathObject::getLong() throw (RuntimeException) in getLong() function in XPath::CXPathObject
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx176 getLong( in getLong() function in chelp::ResultSetBase
182 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1260 ::getLong( sal_Int32 columnIndex ) in getLong() function in ContentResultSetWrapper
1264 XROW_GETXXX( getLong ); in getLong()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx180 getLong( in getLong() function in ftp::ResultSetBase
186 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs86 public int getLong() { return _long; } in getLong() method in testobj.PerformanceTestObject
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx233 getLong( in getLong() function in fileaccess::XResultSet_impl
239 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()

Completed in 109 milliseconds

12345