/aoo42x/main/svl/source/items/ |
H A D | dateitem.cxx | 152 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XDateField.java | 76 result = oObj.getDate() == 19000101 ; in _setDate() 79 System.out.println("getDate: "+oObj.getDate()+" , expected 19000101"); in _setDate() 92 oObj.getDate() ; in _getDate()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 134 aDateStr = aLocaleWrapper.getDate( Date() ); in SvxPostItDialog() 229 aStr += aLocaleWrapper.getDate(aDate); in IMPL_LINK_INLINE_END() 250 pOutSet->Put( SvxPostItDateItem( aLocaleWrapper.getDate( Date() ), in IMPL_LINK()
|
/aoo42x/main/xmlsecurity/source/dialogs/ |
H A D | certificateviewer.cxx | 196 … 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 D | resourcemanager.cxx | 80 String sRet( rLoDa.getDate( aDT ) ); in GetDateTimeString() 100 String aStr( rLoDa.getDate( aDate ) ); in GetDateTimeString() 108 return GetLocaleData().getDate( GetDateTime( _rDT ) ); in GetDateString()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 372 …: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
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 237 (*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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 141 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()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 227 Date getDate( int _colIndex ) throws SQLException in getDate() method in ResultSet 229 return m_row.getDate( _colIndex ); in getDate()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 238 public Date getDate(int i) throws SQLException in getDate() method in RowSet 240 return m_row.getDate(i); in getDate()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | sharedocdlg.cxx | 169 aString += ScGlobal::pLocaleData->getDate( aDateTime ); in UpdateView() 225 aString += ScGlobal::pLocaleData->getDate( aDateTime ); in UpdateView()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 237 public Date getDate(int i) throws SQLException in getDate() method in RowSet 239 return m_row.getDate(i); in getDate()
|
/aoo42x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 145 com::sun::star::util::Date DataColumn::getDate() throw( SQLException, RuntimeException ) in getDate() function in svxform::DataColumn 147 return m_xColumn->getDate(); in getDate()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 198 static private java.sql.Date getDate(final Object obj) in getDate() method in SDBCReportData 351 ret = getDate(obj); in convertObject()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 261 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() method in CustomResultSet 264 return field.getDate(); in getDate()
|
H A D | DatabaseMetaDataResultSet.java | 283 public synchronized Date getDate(int columnIndex) throws SQLException { in getDate() method in DatabaseMetaDataResultSet 286 return field.getDate(); in getDate()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 117 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()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 247 ::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 D | datacolumn.cxx | 240 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()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 209 public Date getDate(int arg0) throws SQLException { in getDate() method in PostgresqlResultSet 210 return implRow.getDate(arg0); in getDate()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 272 return isNull() ? ::com::sun::star::util::Date() : getDate(); in operator ::com::sun::star::util::Date() 332 ::com::sun::star::util::Date getDate() const;
|
/aoo42x/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 776 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()
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 2052 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetAnnotationAnchor.java | 76 String date = anno.getDate(); in check_getDate()
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScAnnotationObj.csv | 13 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getDate()"
|