/aoo41x/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
|
/aoo41x/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()
|
/aoo41x/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 );
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
H A D | CacheSet.cxx | 520 sal_Int64 SAL_CALL OCacheSet::getLong( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getLong() function in OCacheSet 523 return m_xDriverRow->getLong(columnIndex); in getLong()
|
H A D | PrivateRow.cxx | 68 …::sal_Int64 SAL_CALL OPrivateRow::getLong( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeE… in getLong() function in OPrivateRow
|
H A D | PrivateRow.hxx | 46 …virtual ::sal_Int64 SAL_CALL getLong( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQL…
|
/aoo41x/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;
|
/aoo41x/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()
|
/aoo41x/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
|
/aoo41x/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 86 public int getLong() { return _long; } in getLong() method in testobj.PerformanceTestObject
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 73 long getLong();
|
/aoo41x/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()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 113 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() function in OCallableStatement
|