Home
last modified time | relevance | path

Searched refs:Date (Results 151 – 175 of 610) sorted by relevance

12345678910>>...25

/aoo4110/main/svx/source/form/
H A Dfmstring.src179 Text [ en-US ] = "Date";
235 Text [ en-US ] = "Date Field";
279 Text [ en-US ] = " (Date)";
H A Dsdbdatacolumn.cxx145 com::sun::star::util::Date DataColumn::getDate() throw( SQLException, RuntimeException ) in getDate()
246 …void DataColumn::updateDate(const com::sun::star::util::Date& x) throw( SQLException, RuntimeExcep… in updateDate()
/aoo4110/main/ucb/source/ucp/file/
H A Dfilrow.cxx270 util::Date SAL_CALL
278 util::Date Value; in getDate()
280 …m_nWasNull = ::convert<util::Date>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value… in getDate()
/aoo4110/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx302 util::Date toDate(const ::rtl::OString& _sSQLString) in toDate()
311 return util::Date(nDay,nMonth,nYear); in toDate()
328 util::Date aDate = toDate(_sSQLString); in toDateTime()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx115 ::com::sun::star::util::Date SAL_CALL java_sql_CallableStatement::getDate( sal_Int32 columnIndex ) … in getDate()
121 …n out ? static_cast <com::sun::star::util::Date>(java_sql_Date( t.pEnv, out )) : ::com::sun::star:… in getDate()
H A DResultSet.cxx211 ::com::sun::star::util::Date SAL_CALL java_sql_ResultSet::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate()
218 …n out ? static_cast <com::sun::star::util::Date> (java_sql_Date( t.pEnv, out )) : ::com::sun::star… in getDate()
362 aRet <<= (::com::sun::star::util::Date)aVal; in getObject()
755 …sultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x ) throw(::com::s… in updateDate()
/aoo4110/main/svl/source/numbers/
H A Dzforfind.hxx29 class Date;
75 Date* pNullDate; // 30Dec1899
H A Dzforscan.hxx85 Date* GetNullDate() const { return pNullDate; } in GetNullDate()
155 Date* pNullDate; // 30Dec1899
/aoo4110/main/xmlsecurity/tools/demo/
H A Dmultisigdemo.cxx112 aSignatureHelper.SetDateTime( nSecurityId, Date(), Time() ); in main()
177 aSignatureHelper.SetDateTime( nSecurityId, Date(), Time() ); in main()
/aoo4110/main/sc/inc/
H A Deditutil.hxx190 Date aDate;
234 void SetDate(const Date& rNew) { aData.aDate = rNew; } in SetDate()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java484 java.util.Date dDate = _calendar.getTime(); in getTimeInMillis()
490 java.util.Date dDate = new java.util.Date(); in setTimeInMillis()
/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.src95 Text [ en-US ] = "Date Field" ;
132 Text [ en-US ] = "Date and Time Field" ;
/aoo4110/main/xmlsecurity/inc/xmlsecurity/
H A Dxmlsignaturehelper.hxx46 class Date;
187 void SetDateTime( sal_Int32 nSecurityId, const Date& rDate, const Time& rTime );
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx163 Date aDate( nDay, nMonth, nYear ); in UpdateView()
221 Date d(uDT.Day, uDT.Month, uDT.Year); in UpdateView()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java40 import com.sun.star.util.Date;
237 public Date getDate(int i) throws SQLException in getDate()
/aoo4110/main/reportdesign/source/ui/dlg/
H A DDateTime.src39 Text [ en-US ] = "Date and Time" ;
50 Text [ en-US ] = "Include Date";
H A DDateTime.cxx220 Date aCurrentDate; in getFormatStringByKey()
221 static ::com::sun::star::util::Date STANDARD_DB_DATE(30,12,1899); in getFormatStringByKey()
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java42 import com.sun.star.util.Date;
238 public Date getDate(int i) throws SQLException in getDate()
/aoo4110/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.src58 < "Date" ;> ;
96 Text [ en-US ] = "Date" ;
/aoo4110/main/forms/source/resource/
H A Dxforms.src141 Text [ en-US ] = "Date";
151 Text [ en-US ] = "Date and Time";
/aoo4110/main/connectivity/inc/connectivity/
H A DCommonTools.hxx42 struct Date;
58 OOO_DLLPUBLIC_DBTOOLS rtl::OUString toDateString(const ::com::sun::star::util::Date& rDate);
/aoo4110/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx708 … aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
814 … aWndRight.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
829 … aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
896 … pActiveEdWnd->InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in IMPL_LINK()
/aoo4110/main/sfx2/source/dialog/
H A Ddinfdlg.cxx193 Date aD(uDT.Day, uDT.Month, uDT.Year); in ConvertDateTime_Impl()
755 Date aDate( _nDate ); in GetDateTimeString()
2113 util::Date aTmpDate; in AddLine()
2141 pNewLine->m_aDateField.SetDate( Date( aTmpDate.Day, aTmpDate.Month, aTmpDate.Year ) ); in AddLine()
2151 … pNewLine->m_aDateField.SetDate( Date( aTmpDateTime.Day, aTmpDateTime.Month, aTmpDateTime.Year ) ); in AddLine()
2289 Date aTmpDate = pLine->m_aDateField.GetDate(); in GetCustomProperties()
2301 Date aTmpDate = pLine->m_aDateField.GetDate(); in GetCustomProperties()
2302 util::Date aDate(aTmpDate.GetDay(), aTmpDate.GetMonth(), aTmpDate.GetYear()); in GetCustomProperties()
H A Dversdlg.src65 Text [ en-US ] = "Date and time" ;
145 Text [ en-US ] = "Date and time : " ;
/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx1051 const com::sun::star::util::Date& aTempNullDate, in convertDateTime()
1056 Date aDate (aTempNullDate.Day, aTempNullDate.Month, aTempNullDate.Year); in convertDateTime()
1151 … const ::rtl::OUString& rString, const com::sun::star::util::Date& aTempNullDate) in convertDateTime()
1159 const Date aTmpNullDate(aTempNullDate.Day, aTempNullDate.Month, aTempNullDate.Year); in convertDateTime()
1160 …const Date aTempDate((sal_uInt16)aDateTime.Day, (sal_uInt16)aDateTime.Month, (sal_uInt16)aDateTime… in convertDateTime()
2189 com::sun::star::util::Date aDate ; in convertAny()

Completed in 213 milliseconds

12345678910>>...25