/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 144 row.getTimestamp(i + 1) ; in _updateNull() 513 DateTime newVal = row.getTimestamp(idx) ; in _updateTimestamp() 516 DateTime getVal = row.getTimestamp(idx) ; in _updateTimestamp()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 239 DateTime getTimestamp( int _colIndex ) throws SQLException in getTimestamp() method in ResultSet 241 return m_row.getTimestamp( _colIndex ); in getTimestamp()
|
/aoo42x/main/qadevOOo/testdocs/backend/org/openoffice/ |
H A D | JavaSystemBackend.java | 100 public String getTimestamp() { in getTimestamp() method in JavaSystemBackend 250 public String getTimestamp() { in getTimestamp() method in JavaSystemBackend.CommonLayer
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 248 public DateTime getTimestamp(int i) throws SQLException in getTimestamp() method in RowSet 250 return m_row.getTimestamp(i); in getTimestamp()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 247 public DateTime getTimestamp(int i) throws SQLException in getTimestamp() method in RowSet 249 return m_row.getTimestamp(i); in getTimestamp()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 155 com::sun::star::util::DateTime DataColumn::getTimestamp() throw( SQLException, RuntimeException ) in getTimestamp() function in svxform::DataColumn 157 return m_xColumn->getTimestamp(); in getTimestamp()
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XMultiLayerStratum.idl | 178 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>. 222 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>. 277 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 273 static private Timestamp getTimestamp(final Object obj) in getTimestamp() method in SDBCReportData 357 ret = getTimestamp(obj); in convertObject()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2022 virtual DateTime getTimestamp() const = 0; 2054 …virtual DateTime getTimestamp() const { return m_xRow->getTimestamp( m_n… in getTimestamp() function in connectivity::detail::RowValue 2087 …virtual DateTime getTimestamp() const { return m_xColumn->getTimestamp()… in getTimestamp() function in connectivity::detail::ColumnValue 2159 (*this) = _rValueSource.getTimestamp(); in impl_fill()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | contentenumeration.cxx | 255 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent() 259 aDT = xRow->getTimestamp( ROW_DATE_CREATE ); in enumerateFolderContent()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 301 public synchronized DateTime getTimestamp(int columnIndex) throws SQLException { in getTimestamp() method in JavaSQLCallableStatement 304 …java.sql.Timestamp timestamp = ((java.sql.CallableStatement)jdbcStatement).getTimestamp(columnInde… in getTimestamp()
|
H A D | JavaSQLResultSet.java | 508 public DateTime getTimestamp(int columnIndex) throws SQLException { in getTimestamp() method in JavaSQLResultSet 510 java.sql.Timestamp timestamp = jdbcResultSet.getTimestamp(columnIndex); in getTimestamp()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 265 ::com::sun::star::util::DateTime SAL_CALL OCallableStatement::getTimestamp( sal_Int32 columnIndex )… in getTimestamp() function in OCallableStatement 271 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTimestamp( columnIndex ); in getTimestamp()
|
H A D | datacolumn.cxx | 257 com::sun::star::util::DateTime ODataColumn::getTimestamp(void) throw( SQLException, RuntimeExceptio… in getTimestamp() function in ODataColumn 262 return m_xRow->getTimestamp(m_nPos); in getTimestamp()
|
H A D | CacheSet.cxx | 556 ::com::sun::star::util::DateTime SAL_CALL OCacheSet::getTimestamp( sal_Int32 columnIndex ) throw(SQ… in getTimestamp() function in OCacheSet 559 return m_xDriverRow->getTimestamp(columnIndex); in getTimestamp()
|
H A D | PrivateRow.cxx | 98 …::com::sun::star::util::DateTime SAL_CALL OPrivateRow::getTimestamp( ::sal_Int32 columnIndex ) thr… in getTimestamp() function in OPrivateRow
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 249 public DateTime getTimestamp(int arg0) throws SQLException { in getTimestamp() method in PostgresqlResultSet 250 return implRow.getTimestamp(arg0); in getTimestamp()
|
/aoo42x/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 792 DateTime SAL_CALL SortedResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in SortedResultSet 796 return Reference< XRow >::query(mxOriginal)->getTimestamp( columnIndex ); in getTimestamp() 1163 aOne = xRowOne->getTimestamp( nColumn ); in CompareImpl() 1165 aTwo = xRowTwo->getTimestamp( nColumn ); in CompareImpl()
|
/aoo42x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 671 xChild->setModDate( xRow->getTimestamp( 2 ) ); // date modified in implReadFolder() 673 xChild->setModDate( xRow->getTimestamp( 3 ) ); // fallback: date created in implReadFolder()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 248 getTimestamp( in getTimestamp() function in chelp::ResultSetBase 254 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1314 ::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in ContentResultSetWrapper 1318 XROW_GETXXX( getTimestamp ); in getTimestamp()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 252 getTimestamp( in getTimestamp() function in ftp::ResultSetBase 258 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XTimeStamped.idl | 63 string getTimestamp() ;
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrset.hxx | 305 getTimestamp( in getTimestamp() function in fileaccess::XResultSet_impl 311 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 131 util::DateTime aStamp = xRow->getTimestamp(nRowPos); in PutData()
|