/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumericalHelper.java | 117 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
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 213 (*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()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 272 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 D | sbxdec.hxx | 98 bool getLong( sal_Int32& rVal );
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 137 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()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 203 long getLong( int _colIndex ) throws SQLException in getLong() method in ResultSet 205 return m_row.getLong( _colIndex ); in getLong()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 218 public long getLong(int i) throws SQLException in getLong() method in RowSet 220 return m_row.getLong(i); in getLong()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 217 public long getLong(int i) throws SQLException in getLong() method in RowSet 219 return m_row.getLong(i); in getLong()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 125 sal_Int64 DataColumn::getLong() throw( SQLException, RuntimeException ) in getLong() function in svxform::DataColumn 127 return m_xColumn->getLong(); in getLong()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 285 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in CustomResultSet 288 return field.getLong(); in getLong()
|
H A D | DatabaseMetaDataResultSet.java | 307 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in DatabaseMetaDataResultSet 310 return field.getLong(); in getLong()
|
H A D | ORowSetValue.java | 239 setLong(getLong()); in setTypeKind() 566 aValue = DBTypeConversion.toDate((double)getLong()); in getDate() 932 public long getLong() { in getLong() method in ORowSetValue
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 162 public synchronized long getLong(int columnIndex) throws SQLException { in getLong() method in JavaSQLCallableStatement 165 return ((java.sql.CallableStatement)jdbcStatement).getLong(columnIndex); in getLong()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 211 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 D | datacolumn.cxx | 206 sal_Int64 ODataColumn::getLong(void) throw( SQLException, RuntimeException ) in getLong() function in ODataColumn 211 return m_xRow->getLong(m_nPos); in getLong()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 225 public long getLong(int arg0) throws SQLException { in getLong() method in PostgresqlResultSet 226 return implRow.getLong(arg0); in getLong()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 261 operator sal_Int64() const { return isNull() ? 0 : getLong(); } in operator sal_Int64() 325 sal_Int64 getLong() const;
|
/aoo42x/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 744 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()
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathobject.hxx | 96 virtual sal_Int32 SAL_CALL getLong() throw (RuntimeException);
|
H A D | xpathobject.cxx | 128 sal_Int32 SAL_CALL CXPathObject::getLong() throw (RuntimeException) in getLong() function in XPath::CXPathObject
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 176 getLong( in getLong() function in chelp::ResultSetBase 182 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1260 ::getLong( sal_Int32 columnIndex ) in getLong() function in ContentResultSetWrapper 1264 XROW_GETXXX( getLong ); in getLong()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 180 getLong( in getLong() function in ftp::ResultSetBase 186 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()
|
/aoo42x/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 86 public int getLong() { return _long; } in getLong() method in testobj.PerformanceTestObject
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 233 getLong( in getLong() function in fileaccess::XResultSet_impl 239 return m_aItems[m_nRow]->getLong( columnIndex ); in getLong()
|