Home
last modified time | relevance | path

Searched refs:getDate (Results 1 – 25 of 150) sorted by relevance

123456

/trunk/main/svl/source/items/
H A Ddateitem.cxx152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation()
162 rText = aIntlWrapper.getLocaleData()->getDate(aDateTime); in GetPresentation()
258 rText = pIntlWrapper->getLocaleData()->getDate(GetDateTime()); in GetPresentation()
266 rText = aIntlWrapper.getLocaleData()->getDate(GetDateTime()); in GetPresentation()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XDateField.java76 result = oObj.getDate() == 19000101 ; in _setDate()
79 System.out.println("getDate: "+oObj.getDate()+" , expected 19000101"); in _setDate()
92 oObj.getDate() ; in _getDate()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx136 aDateStr = aLocaleWrapper.getDate( Date() ); in SvxPostItDialog()
231 aStr += aLocaleWrapper.getDate(aDate); in IMPL_LINK_INLINE_END()
252 pOutSet->Put( SvxPostItDateItem( aLocaleWrapper.getDate( Date() ), in IMPL_LINK()
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx196 … GetSettings().GetUILocaleDataWrapper().getDate( aDateTimeStart.GetDate() ) ); in CertificateViewerGeneralTP()
198 … GetSettings().GetUILocaleDataWrapper().getDate( aDateTimeEnd.GetDate() ) ); in CertificateViewerGeneralTP()
313 aLBEntry = GetSettings().GetUILocaleDataWrapper().getDate( aDateTime.GetDate() ); in CertificateViewerDetailsTP()
318 aLBEntry = GetSettings().GetUILocaleDataWrapper().getDate( aDateTime.GetDate() ); in CertificateViewerDetailsTP()
H A Dresourcemanager.cxx80 String sRet( rLoDa.getDate( aDT ) ); in GetDateTimeString()
100 String aStr( rLoDa.getDate( aDate ) ); in GetDateTimeString()
108 return GetLocaleData().getDate( GetDateTime( _rDT ) ); in GetDateString()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx372 …:sun::star::util::Date(30,12,1899) : ::dbtools::DBTypeConversion::toDate(getDate(),::com::sun::sta… in operator ::com::sun::star::util::Date()
376 return isNull() ? ::com::sun::star::util::Time() : ::dbtools::DBTypeConversion::toTime(getDate()); in operator ::com::sun::star::util::Time()
380 …m::sun::star::util::DateTime() : ::dbtools::DBTypeConversion::toDateTime(getDate(),::com::sun::sta… in operator ::com::sun::star::util::DateTime()
657 double OLEVariant::getDate() const in getDate() function in OLEVariant
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx237 (*this) = getDate(); in setTypeKind()
1784 ::com::sun::star::util::Date ORowSetValue::getDate() const in getDate() function in connectivity::ORowSetValue
2020 virtual Date getDate() const = 0;
2052 …virtual Date getDate() const { return m_xRow->getDate( m_nPos )… in getDate() function in connectivity::detail::RowValue
2085 … virtual Date getDate() const { return m_xColumn->getDate(); }; in getDate() function in connectivity::detail::ColumnValue
2153 (*this) = _rValueSource.getDate(); in impl_fill()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java141 if (rowData.get(i) instanceof Date) row.getDate(i + 1) ; in _updateNull()
453 Date newVal = row.getDate(idx) ; in _updateDate()
456 Date getVal = row.getDate(idx) ; in _updateDate()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java227 Date getDate( int _colIndex ) throws SQLException in getDate() method in ResultSet
229 return m_row.getDate( _colIndex ); in getDate()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java237 public Date getDate(int i) throws SQLException in getDate() method in RowSet
239 return m_row.getDate(i); in getDate()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx169 aString += ScGlobal::pLocaleData->getDate( aDateTime ); in UpdateView()
225 aString += ScGlobal::pLocaleData->getDate( aDateTime ); in UpdateView()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java238 public Date getDate(int i) throws SQLException in getDate() method in RowSet
240 return m_row.getDate(i); in getDate()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx145 com::sun::star::util::Date DataColumn::getDate() throw( SQLException, RuntimeException ) in getDate() function in svxform::DataColumn
147 return m_xColumn->getDate(); in getDate()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java198 static private java.sql.Date getDate(final Object obj) in getDate() method in SDBCReportData
351 ret = getDate(obj); in convertObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java261 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() method in CustomResultSet
264 return field.getDate(); in getDate()
H A DDatabaseMetaDataResultSet.java283 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() method in DatabaseMetaDataResultSet
286 return field.getDate(); in getDate()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java117 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() method in JavaSQLCallableStatement
120 … java.sql.Date jdbcDate = ((java.sql.CallableStatement)jdbcStatement).getDate(columnIndex); in getDate()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx247 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate() function in OCallableStatement
252 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getDate( columnIndex ); in getDate()
H A Ddatacolumn.cxx240 com::sun::star::util::Date ODataColumn::getDate(void) throw( SQLException, RuntimeException ) in getDate() function in ODataColumn
245 return m_xRow->getDate(m_nPos); in getDate()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java209 public Date getDate(int arg0) throws SQLException { in getDate() method in PostgresqlResultSet
210 return implRow.getDate(arg0); in getDate()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx272 return isNull() ? ::com::sun::star::util::Date() : getDate(); in operator ::com::sun::star::util::Date()
332 ::com::sun::star::util::Date getDate() const;
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx776 Date SAL_CALL SortedResultSet::getDate( sal_Int32 columnIndex ) in getDate() function in SortedResultSet
780 return Reference< XRow >::query(mxOriginal)->getDate( columnIndex ); in getDate()
1108 aOne = xRowOne->getDate( nColumn ); in CompareImpl()
1110 aTwo = xRowTwo->getDate( nColumn ); in CompareImpl()
/trunk/main/vcl/source/control/
H A Dfield2.cxx2052 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateField()
2068 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateField()
2225 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateBox()
2238 SetText( ImplGetLocaleDataWrapper().getDate( ImplGetFieldDate() ) ); in DateBox()
2370 aStr = ImplGetLocaleDataWrapper().getDate( rDate ); in GetDatePos()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java76 String date = anno.getDate(); in check_getDate()
H A D_XSheetAnnotation.java73 String date = oObj.getDate(); in _getDate()

Completed in 120 milliseconds

123456