Home
last modified time | relevance | path

Searched refs:Date (Results 201 – 225 of 610) sorted by relevance

12345678910>>...25

/aoo4110/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx461 bool isValidDate(const css::util::Date & i_rDate) in isValidDate()
498 textToDateOrDateTime(css::util::Date & io_rd, css::util::DateTime & io_rdt, in textToDateOrDateTime()
536 dateToText(css::util::Date const& i_rd) throw () in dateToText()
934 } else if (type == ::cppu::UnoType<css::util::Date>::get()) { in propsToStrings()
935 css::util::Date d; in propsToStrings()
1297 css::util::Date d; in init()
2303 types[3] = ::cppu::UnoType<css::util::Date>::get(); in createUserDefined()
/aoo4110/main/sw/inc/
H A Ddbmgr.hxx65 com::sun::star::util::Date aNullDate;
104 com::sun::star::util::Date aNullDate;
H A DAnnotationWin.hxx51 virtual Date GetDate();
/aoo4110/main/mysqlc/source/
H A Dmysqlc_resultset.hxx186 ::com::sun::star::util::Date SAL_CALL getDate(sal_Int32 column)
267 void SAL_CALL updateDate(sal_Int32 column, const ::com::sun::star::util::Date& x)
/aoo4110/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx240 com::sun::star::util::Date ODataColumn::getDate(void) throw( SQLException, RuntimeException ) in getDate()
420 void ODataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate()
H A Ddatacolumn.hxx93 …virtual ::com::sun::star::util::Date SAL_CALL getDate( ) throw(::com::sun::star::sdbc::SQLExcepti…
115 …virtual void SAL_CALL updateDate( const ::com::sun::star::util::Date& x ) throw(::com::sun::star::…
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl31 #include <com/sun/star/util/Date.idl>
174 void updateDate([in]long columnIndex, [in]com::sun::star::util::Date x)
H A DXSQLInput.idl31 #include <com/sun/star/util/Date.idl>
177 com::sun::star::util::Date readDate() raises (SQLException);
/aoo4110/main/connectivity/source/drivers/kab/
H A DKResultSet.cxx306 Date SAL_CALL KabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate()
313 Date aRet; in getDate()
754 void SAL_CALL KabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeException) in updateDate() argument
/aoo4110/main/sw/source/filter/html/
H A Dhtmlfld.cxx340 sal_uLong nTime = Time().GetTime(), nDate = Date().GetDate(); in NewField()
385 ((SwDateTimeField *)pFld)->SetDateTime( DateTime(Date(nDate), Time(nTime)) ); in NewField()
/aoo4110/main/svx/source/inc/
H A Dsdbdatacolumn.hxx101 …inline ::com::sun::star::util::Date getDate() throw( ::com::sun::star::sdbc::SQLException, ::com::…
123 …inline void updateDate(const com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLExce…
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx83 Date aDateNow; in GetNow()
85 Date aRefDate( 1,1,1900 ); in GetNow()
/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx276 com::sun::star::util::Date
449 const com::sun::star::util::Date& getNullDate() const {return m_aNullDate;} in getNullDate()
/aoo4110/main/forms/source/xforms/
H A Dconvert.cxx50 typedef com::sun::star::util::Date UNODate;
318 ::Date aDateCheck( 1, aDate.Month, aDate.Year ); in lcl_toUNODate()
/aoo4110/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx195 virtual void setTimeResolutionOnXAxis( long nTimeResolution, const Date& rNullDate );
421 Date m_aNullDate;
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx395 Date SAL_CALL MacabResultSet::getDate(sal_Int32) throw(SQLException, RuntimeException) in getDate()
402 Date aRet; in getDate()
830 void SAL_CALL MacabResultSet::updateDate(sal_Int32, const Date&) throw(SQLException, RuntimeExcepti… in updateDate() argument
/aoo4110/main/xmloff/inc/
H A Dtxtflde.hxx47 namespace util { struct Date; }
378 const ::com::sun::star::util::Date& rTime, /// date value
/aoo4110/main/framework/source/services/
H A Dlicense.cxx183 Date(aDateTime.Day, aDateTime.Month, aDateTime.Year),
242 Date tmpDate((sal_uInt16)nDay, (sal_uInt16)nMonth, (sal_uInt16)nYear); in _parseDateTime()
/aoo4110/main/xmloff/source/forms/
H A Dpropertyexport.cxx584 ::com::sun::star::util::Date aDate; in implConvertAny()
589 Date aToolsDate; in implConvertAny()
/aoo4110/main/svl/inc/svl/
H A Dzforlist.hxx43 class Date;
600 Date* GetNullDate();
/aoo4110/main/sc/workben/
H A Daddin.cxx375 util::Date aDate; in getDateString()
381 Date aNewDate( aDate.Day, aDate.Month, aDate.Year ); in getDateString()
/aoo4110/main/udkapi/com/sun/star/bridge/oleautomation/
H A Dmakefile.mk42 Date.idl \
/aoo4110/main/offapi/com/sun/star/xsd/
H A Dmakefile.mk40 Date.idl\
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1040 Date aDate;
2079 if ( rValue.getValueType() != ::getCppuType( static_cast< const util::Date* >( 0 ) ) ) in setPropertyValue()
2082 util::Date aTemp = *(const util::Date*) rValue.getValue(); in setPropertyValue()
2083 m_pProps->aDate = Date( aTemp.Day, aTemp.Month, aTemp.Year ); in setPropertyValue()
2282 aRet.setValue(&m_pProps->aDate, ::getCppuType(static_cast<const util::Date*>(0))); in getPropertyValue()
/aoo4110/main/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx39 virtual void updateDate(sal_Int32 _nPos,const ::com::sun::star::util::Date& _nValue) = 0;

Completed in 114 milliseconds

12345678910>>...25