Home
last modified time | relevance | path

Searched refs:sDate (Results 1 – 25 of 76) sorted by relevance

1234

/AOO41X/main/odk/examples/java/ToDo/
H A DToDo.java368 String sDate = this.getStringFromGregorianCalendar( in recalc() local
373 this.INT_COLUMN_STARTDATE, sDate); in recalc()
388 sDate = this.getStringFromGregorianCalendar( in recalc()
393 this.INT_COLUMN_ENDDATE, sDate ); in recalc()
590 String sDate = ( gregCal.get( Calendar.MONTH ) + 1 ) in getStringFromGregorianCalendar() local
595 return sDate; in getStringFromGregorianCalendar()
602 public GregorianCalendar getGregorianCalendarFromString( String sDate ) { in getGregorianCalendarFromString() argument
603 int []intDateValue = this.getDateValuesFromString( sDate ); in getGregorianCalendarFromString()
613 public int[] getDateValuesFromString( String sDate) { in getDateValuesFromString() argument
616 int intPositionFirstTag = sDate.indexOf( STRING_SEPARATOR ); in getDateValuesFromString()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java190 String sDate = dateUtils.format(dateFormat, date); in formatCreated() local
191 …return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_CREATED_TEMPLATE], sDate, "%DATE"); in formatCreated()
196 String sDate = dateUtils.format(dateFormat, date); in formatUpdated() local
197 …return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_UPDATED_TEMPLATE], sDate, "%DATE"); in formatUpdated()
/AOO41X/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx570 rtl::OUStringBuffer sDate; in WriteNumGroupInfo() local
571 rExport.GetMM100UnitConverter().convertDateTime(sDate, rGroupInfo.Start); in WriteNumGroupInfo()
572 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATE_START, sDate.makeStringAndClear()); in WriteNumGroupInfo()
578 rtl::OUStringBuffer sDate; in WriteNumGroupInfo() local
579 rExport.GetMM100UnitConverter().convertDateTime(sDate, rGroupInfo.End); in WriteNumGroupInfo()
580 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATE_END, sDate.makeStringAndClear()); in WriteNumGroupInfo()
598 rtl::OUStringBuffer sDate; in WriteNumGroupInfo() local
H A DXMLChangeTrackingExportHelper.cxx132 rtl::OUStringBuffer sDate; in WriteChangeInfo() local
133 ScXMLConverter::ConvertDateTimeToString(pAction->GetDateTimeUTC(), sDate); in WriteChangeInfo()
137 rExport.Characters(sDate.makeStringAndClear()); in WriteChangeInfo()
H A DXMLConverter.cxx345 void ScXMLConverter::ConvertDateTimeToString(const DateTime& aDateTime, rtl::OUStringBuffer& sDate) in ConvertDateTimeToString() argument
349 SvXMLUnitConverter::convertDateTime(sDate, aAPIDateTime); in ConvertDateTimeToString()
H A DXMLConverter.hxx106 …static void ConvertDateTimeToString(const DateTime& aDateTime, rtl::OUStringBuffer& sDate);
H A Dxmlexprt.cxx3719 rtl::OUStringBuffer sDate; in WriteCalculationSettings() local
3720 GetMM100UnitConverter().convertDateTime(sDate, 0.0, aNullDate); in WriteCalculationSettings()
3721 AddAttribute(XML_NAMESPACE_TABLE, XML_DATE_VALUE, sDate.makeStringAndClear()); in WriteCalculationSettings()
/AOO41X/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx511 ::rtl::OUString sDate( rDateTimeString.getToken( 0, 'T', nIndex )); in convertDateTime()
513 aRet.Year = (sal_uInt16)sDate.getToken( 0, '-', nDateIndex ).toInt32(); in convertDateTime()
515 aRet.Month = (sal_uInt16)sDate.getToken( 0, '-', nDateIndex ).toInt32(); in convertDateTime()
517 aRet.Day = (sal_uInt16)sDate.getToken( 0, '-', nDateIndex ).toInt32(); in convertDateTime()
H A DDomainMapper_Impl.cxx902 ::rtl::OUString sDate = rDateTime.getToken( 0, 'T', nIndex ); in lcl_DateStringToDateTime()
905 aDateTime.Year = sal_uInt16( sDate.getToken( 0, '-', nIndex ).toInt32() ); in lcl_DateStringToDateTime()
906 aDateTime.Month = sal_uInt16( sDate.getToken( 0, '-', nIndex ).toInt32() ); in lcl_DateStringToDateTime()
907 aDateTime.Day = sal_uInt16( sDate.copy( nIndex ).toInt32() ); in lcl_DateStringToDateTime()
3807 void DomainMapper_Impl::SetCurrentRedlineDate( rtl::OUString sDate ) in SetCurrentRedlineDate() argument
3813 uno::makeAny( ConversionHelper::convertDateTime( sDate ) ) ); in SetCurrentRedlineDate()
3819 pCurrent->m_sDate = sDate; in SetCurrentRedlineDate()
H A DDomainMapper_Impl.hxx619 void SetCurrentRedlineDate( rtl::OUString sDate );
/AOO41X/main/extensions/source/logging/
H A Dloggerconfig.cxx122 rtl::OUString sDate = rtl::OUString::createFromAscii( buffer ); in lcl_substituteFileHandlerURLVariables_nothrow() local
132 aBuff.append( sDate ); in lcl_substituteFileHandlerURLVariables_nothrow()
147 Variable( RTL_CONSTASCII_USTRINGPARAM( "$(date)" ), sDate ), in lcl_substituteFileHandlerURLVariables_nothrow()
/AOO41X/main/forms/source/xforms/
H A Dconvert.cxx465 ::rtl::OUString sDate = lcl_toXSD_UNODate_typed( aDate ); in lcl_toXSD_UNODateTime()
471 sInfo.append( sDate ); in lcl_toXSD_UNODateTime()
/AOO41X/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1621 String sDate; in EnhancedPDFExport() local
1623 … pNumFormatter->GetOutputString( aDateDiff.GetDate(), nFormat, sDate, &pColor ); in EnhancedPDFExport()
1628 sTitle += sDate; in EnhancedPDFExport()
/AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1332 final String sDate = "rpt:now()"; // getDateString("EEE, d MMM yyyy HH:mm:ss zzzz"); in insertPageHeader() local
1366 aRect = insertFormattedField(xSection, sDate, aRect, nTitleWidth, aSOLabel); in insertPageHeader()
/AOO41X/main/svx/source/fmcomp/
H A Dgridcell.cxx2288 String sDate; in lcl_setFormattedDate_nothrow() local
2295 _rField.SetText( sDate ); in lcl_setFormattedDate_nothrow()
2299 sDate = _rField.GetText(); in lcl_setFormattedDate_nothrow()
2307 return sDate; in lcl_setFormattedDate_nothrow()
/AOO41X/extras/l10n/source/id/
H A Dlocalize.sdf16920 …xhp 0 help par_id3153157 22 0 id Dim dDate As Double, sDate As String …
16922 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 id sDate = TimeSerial(8,30,…
16924 …ared\03030205.xhp 0 help par_id3153417 26 0 id MsgBox sDate,64,"Waktu berforma…
17396 …\shared\03102200.xhp 0 help par_id3150487 11 0 id Dim sDate as String …
17581 …\shared\03090101.xhp 0 help par_id3148645 13 0 id Dim sDate as String …
17583 … help par_id3154943 17 0 id sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
17586 …c\shared\03090101.xhp 0 help par_id3154792 20 0 id If sDate < sToday Then …
17588 …ared\03090101.xhp 0 help par_id3146972 22 0 id ElseIf sDate > sToday Then …
17856 …\shared\03102300.xhp 0 help par_id3153970 11 0 id Dim sDate as String …
18886 …\shared\03030101.xhp 0 help par_id3154791 18 0 id Dim sDate as String …
[all …]
/AOO41X/extras/l10n/source/si/
H A Dlocalize.sdf9921 …\shared\03090101.xhp 0 help par_id3148645 13 0 si Dim sDate as String …
9923 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 si sDate = InputBox("Enter …
9924 … help par_id3154943 17 0 si sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
9927 …c\shared\03090101.xhp 0 help par_id3154792 20 0 si If sDate < sToday Then …
9929 …ared\03090101.xhp 0 help par_id3146972 22 0 si ElseIf sDate > sToday Then …
11295 …\shared\03030101.xhp 0 help par_id3154791 18 0 si Dim sDate as String …
/AOO41X/extras/l10n/source/bo/
H A Dlocalize.sdf33821 …xhp 0 help par_id3153157 22 0 bo Dim dDate As Double, sDate As String …
33823 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 bo sDate = TimeSerial(8,30,…
33825 …ared\03030205.xhp 0 help par_id3153417 26 0 bo MsgBox sDate,64,"རྣམ་གཞག་ཅན་དུ་…
34812 …\shared\03090101.xhp 0 help par_id3148645 13 0 bo Dim sDate as String …
34814 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 bo sDate = InputBox("Enter …
34815 … help par_id3154943 17 0 bo sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
34818 …c\shared\03090101.xhp 0 help par_id3154792 20 0 bo If sDate < sToday Then …
34820 …ared\03090101.xhp 0 help par_id3146972 22 0 bo ElseIf sDate > sToday Then …
36680 …\shared\03030101.xhp 0 help par_id3154791 18 0 bo Dim sDate as String …
36682 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 bo sDate = DateSerial(1964,…
[all …]
/AOO41X/extras/l10n/source/is/
H A Dlocalize.sdf18906 …xhp 0 help par_id3153157 22 0 is Dim dDate As Double, sDate As String …
18908 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 is sDate = TimeSerial(8,30,…
18910 …ared\03030205.xhp 0 help par_id3153417 26 0 is MsgBox sDate,64,"Formatted time…
19641 …\shared\03090101.xhp 0 help par_id3148645 13 0 is Dim sDate as String …
19643 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 is sDate = InputBox("Enter …
19644 … help par_id3154943 17 0 is sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
19647 …c\shared\03090101.xhp 0 help par_id3154792 20 0 is If sDate < sToday Then …
19649 …ared\03090101.xhp 0 help par_id3146972 22 0 is ElseIf sDate > sToday Then …
21112 …\shared\03030101.xhp 0 help par_id3154791 18 0 is Dim sDate as String …
21114 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 is sDate = DateSerial(1964,…
[all …]
/AOO41X/extras/l10n/source/eo/
H A Dlocalize.sdf5684 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 eo sDate = DateSerial(1964,…
5691 …ared\03030101.xhp 0 help par_id3151074 22 0 eo msgbox sDate REM liveras 1964-0…
5694 …\shared\03030101.xhp 0 help par_id3154791 18 0 eo Dim sDate as String …
6001 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 eo sDate = TimeSerial(8,30,…
6004 …xhp 0 help par_id3153157 22 0 eo Dim dDate As Double, sDate As String …
6007 …ared\03030205.xhp 0 help par_id3153417 26 0 eo MsgBox sDate,64,"Formatita horo…
6818 …ared\03090101.xhp 0 help par_id3146972 22 0 eo ElseIf sDate > sToday Then …
6820 …\shared\03090101.xhp 0 help par_id3148645 13 0 eo Dim sDate as String …
6829 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 eo sDate = InputBox("Tajpu …
6832 …c\shared\03090101.xhp 0 help par_id3154792 20 0 eo If sDate < sToday Then …
[all …]
/AOO41X/extras/l10n/source/ne/
H A Dlocalize.sdf5025 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 ne sDate = मिति श्रृङ्खला(१…
5032 …03030101.xhp 0 help par_id3151074 22 0 ne सन्देश बाकस sDate REM ले ०९.०४.१९६४ …
5035 ….xhp 0 help par_id3154791 18 0 ne स्ट्रिङको रूपमा Dim sDate 2002…
5342 …153157 22 0 ne दोब्बर जस्तै गरि Dim dDate , स्ट्रिङको रूपमा sDate 2002-…
5345 …03030205.xhp 0 help par_id3153417 26 0 ne सन्देश बाकस sDate,64,"ढाँचा गर्न लाग…
6163 …3090101.xhp 0 help par_id3146972 22 0 ne अतिरिक्त यदि sDate > sToday त्यसपछि …
6165 ….xhp 0 help par_id3148645 13 0 ne स्ट्रिङको रूपमा Dim sDate 2002…
6175 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 ne sDate = आगत बाकस("समापन …
6178 …\shared\03090101.xhp 0 help par_id3154792 20 0 ne यदि sDate < sToday त्यसपछि …
6179 … help par_id3154943 17 0 ne sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
/AOO41X/extras/l10n/source/ja/
H A Dlocalize.sdf29871 …\shared\03030101.xhp 0 help par_id3154791 18 0 ja Dim sDate as String …
29873 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 ja sDate = DateSerial(1964,…
29875 …ared\03030101.xhp 0 help par_id3151074 22 0 ja msgbox sDate REM は 04/09/1964 を…
30190 …xhp 0 help par_id3153157 22 0 ja Dim dDate As Double, sDate As String …
30192 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 ja sDate = TimeSerial(8,30,…
30194 …ared\03030205.xhp 0 help par_id3153417 26 0 ja MsgBox sDate,64,"Formatted time…
31006 …\shared\03090101.xhp 0 help par_id3148645 13 0 ja Dim sDate as String …
31008 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 ja sDate = InputBox("Enter …
31009 … help par_id3154943 17 0 ja sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
31012 …c\shared\03090101.xhp 0 help par_id3154792 20 0 ja If sDate < sToday Then …
[all …]
/AOO41X/extras/l10n/source/bg/
H A Dlocalize.sdf29871 …\shared\03030101.xhp 0 help par_id3154791 18 0 bg Dim sDate As String …
29873 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 bg sDate = DateSerial(1964,…
29875 …ared\03030101.xhp 0 help par_id3151074 22 0 bg MsgBox sDate REM връща 04/09/19…
30190 …xhp 0 help par_id3153157 22 0 bg Dim dDate As Double, sDate As String …
30192 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 bg sDate = TimeSerial(8, 30…
30194 …ared\03030205.xhp 0 help par_id3153417 26 0 bg MsgBox sDate, 64, "Форматиран ч…
31006 …\shared\03090101.xhp 0 help par_id3148645 13 0 bg Dim sDate As String …
31008 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 bg sDate = InputBox("Въведе…
31009 … help par_id3154943 17 0 bg sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
31012 …c\shared\03090101.xhp 0 help par_id3154792 20 0 bg If sDate < sToday Then …
[all …]
/AOO41X/extras/l10n/source/ru/
H A Dlocalize.sdf29871 …\shared\03030101.xhp 0 help par_id3154791 18 0 ru Dim sDate as String …
29873 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 ru sDate = DateSerial(1964,…
29875 …ared\03030101.xhp 0 help par_id3151074 22 0 ru msgbox sDate REM возвращает 04/…
30190 …xhp 0 help par_id3153157 22 0 ru Dim dDate As Double, sDate As String …
30192 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 ru sDate = TimeSerial(8,30,…
30194 …ared\03030205.xhp 0 help par_id3153417 26 0 ru MsgBox sDate,64,"Форматированно…
31006 …\shared\03090101.xhp 0 help par_id3148645 13 0 ru Dim sDate as String …
31008 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 ru sDate = InputBox("Введит…
31009 … help par_id3154943 17 0 ru sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
31012 …c\shared\03090101.xhp 0 help par_id3154792 20 0 ru If sDate < sToday Then …
[all …]
/AOO41X/extras/l10n/source/km/
H A Dlocalize.sdf29871 …\shared\03030101.xhp 0 help par_id3154791 18 0 km Dim sDate as String …
29873 …asic\shared\03030101.xhp 0 help par_id3147125 20 0 km sDate = DateSerial(1964,…
29875 …ared\03030101.xhp 0 help par_id3151074 22 0 km msgbox sDate REM returns 04/09/…
30190 …xhp 0 help par_id3153157 22 0 km Dim dDate As Double, sDate As String …
30192 …asic\shared\03030205.xhp 0 help par_id3148456 24 0 km sDate = TimeSerial(8,30,…
30194 …ared\03030205.xhp 0 help par_id3153417 26 0 km MsgBox sDate,64,"Formatted time…
31006 …\shared\03090101.xhp 0 help par_id3148645 13 0 km Dim sDate as String …
31008 …asic\shared\03090101.xhp 0 help par_id3154490 16 0 km sDate = InputBox("Enter …
31009 … help par_id3154943 17 0 km sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left…
31012 …c\shared\03090101.xhp 0 help par_id3154792 20 0 km If sDate < sToday Then …
[all …]

1234