Home
last modified time | relevance | path

Searched refs:sDateFormat (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/itop/web/webservices/
H A Dimport.php289 $sDateFormat = ReadParam($oP, 'date_format', 'raw_data'); variable
290 if (strpos($sDateFormat, '%') !== false)
292 $sDateFormat = utils::DateTimeFormatToPHP($sDateFormat); variable
334 if (strlen($sDateFormat) == 0)
336 $sDateFormat = null; variable
360 if (($sDateFormat !== null) && (strlen($sDateFormat) > 0))
362 $oP->add_comment("Date and time format: '$sDateFormat'");
363 $oDateTimeFormat = new DateTimeFormat($sDateFormat);
715 $sDateFormat,
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/dlg/
H A DDateTime.cxx118 OUString sDateFormat = m_xDateListBox->get_active_text(); in run() local
119 …Device::LogicToLogic(pDefDev->PixelToLogic(Size(pDefDev->GetCtrlTextWidth(sDateFormat),0)).Width(), in run()
124 OUString sDateFormat = m_xTimeListBox->get_active_text(); in run() local
125 …Device::LogicToLogic(pDefDev->PixelToLogic(Size(pDefDev->GetCtrlTextWidth(sDateFormat),0)).Width(), in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/dlg/
H A DDateTime.cxx123 OUString sDateFormat = m_xDateListBox->get_active_text(); in run() local
124 …Device::LogicToLogic(pDefDev->PixelToLogic(Size(pDefDev->GetCtrlTextWidth(sDateFormat),0)).Width(), in run()
129 OUString sDateFormat = m_xTimeListBox->get_active_text(); in run() local
130 …Device::LogicToLogic(pDefDev->PixelToLogic(Size(pDefDev->GetCtrlTextWidth(sDateFormat),0)).Width(), in run()
/dports/deskutils/zanshin/zanshin-21.12.3/3rdparty/kdepim/libkdepim/
H A Dkdateedit.cpp54 Q_GLOBAL_STATIC(DateFormat, sDateFormat);
76 QDate result = sDateFormat->toDate( str ); in validate()
96 QString today = sDateFormat->toString( mDate ); in KDateEdit()
275 result = sDateFormat->toDate( text ); in parseDate()
458 dateString = sDateFormat->toString( mDate ); in updateView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DSdtHelper.cxx189 OUString sDateFormat = m_sDateFormat.makeStringAndClear(); in createDateContentControl() local
191 sDateFormat = sDateFormat.replaceAll("'", "\""); in createDateContentControl()
192 xNameCont->insertByName(ODF_FORMDATE_DATEFORMAT, uno::makeAny(sDateFormat)); in createDateContentControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DSdtHelper.cxx187 OUString sDateFormat = m_sDateFormat.makeStringAndClear(); in createDateContentControl() local
189 sDateFormat = sDateFormat.replaceAll("'", "\""); in createDateContentControl()
190 xNameCont->insertByName(ODF_FORMDATE_DATEFORMAT, uno::makeAny(sDateFormat)); in createDateContentControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dbookmrk.cxx782 OUString sDateFormat; in GetCurrentDate() local
786 pResult->second >>= sDateFormat; in GetCurrentDate()
799 …sal_uInt32 nFormat = m_pNumberFormatter->GetEntryKey(sDateFormat, LanguageTag(sLang).getLanguageTy… in GetCurrentDate()
804 m_pNumberFormatter->PutEntry(sDateFormat, in GetCurrentDate()
891 OUString sDateFormat; in GetDateInCurrentDateFormat() local
896 pResult->second >>= sDateFormat; in GetDateInCurrentDateFormat()
908 …sal_uInt32 nFormat = m_pNumberFormatter->GetEntryKey(sDateFormat, LanguageTag(sLang).getLanguageTy… in GetDateInCurrentDateFormat()
913 OUString sFormat = sDateFormat; in GetDateInCurrentDateFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dbookmrk.cxx876 OUString sDateFormat; in GetCurrentDate() local
880 pResult->second >>= sDateFormat; in GetCurrentDate()
893 …sal_uInt32 nFormat = m_pNumberFormatter->GetEntryKey(sDateFormat, LanguageTag(sLang).getLanguageTy… in GetCurrentDate()
898 m_pNumberFormatter->PutEntry(sDateFormat, in GetCurrentDate()
985 OUString sDateFormat; in GetDateInCurrentDateFormat() local
990 pResult->second >>= sDateFormat; in GetDateInCurrentDateFormat()
1002 …sal_uInt32 nFormat = m_pNumberFormatter->GetEntryKey(sDateFormat, LanguageTag(sLang).getLanguageTy… in GetDateInCurrentDateFormat()
1007 OUString sFormat = sDateFormat; in GetDateInCurrentDateFormat()
/dports/www/itop/web/synchro/
H A Dsynchro_import.php338 $sDateFormat = $oDateTimeFormat->ToDateFormat(); // Keep only the date part variable
552 $sFormat = $sDateFormat;
616 $sFormat = $sDateFormat;
700 $oP->add_comment("Date only format: '$sDateFormat' $sFormatedDateColumns");
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport13.cxx463 OUString sDateFormat; variable
467 pResult->second >>= sDateFormat;
484 CPPUNIT_ASSERT_EQUAL(OUString("dd/MM/yyyy"), sDateFormat);
815 OUString sDateFormat; variable
819 pResult->second >>= sDateFormat;
840 CPPUNIT_ASSERT_EQUAL(OUString("YYYY.MM.DDT00:00:00Z"), sDateFormat);
849 CPPUNIT_ASSERT_EQUAL(OUString("MM/DD/YY"), sDateFormat);
858 … CPPUNIT_ASSERT_EQUAL(OUString("[NatNum12 MMMM=abbreviation]YYYY\". \"MMMM D."), sDateFormat);
H A Dooxmlexport8.cxx1013 OUString sDateFormat; variable
1017 pResult->second >>= sDateFormat;
1019 CPPUNIT_ASSERT_EQUAL(OUString("M.d.yyyy"), sDateFormat);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport13.cxx548 OUString sDateFormat; variable
552 pResult->second >>= sDateFormat;
569 CPPUNIT_ASSERT_EQUAL(OUString("dd/MM/yyyy"), sDateFormat);
1024 OUString sDateFormat; variable
1028 pResult->second >>= sDateFormat;
1049 CPPUNIT_ASSERT_EQUAL(OUString("YYYY.MM.DDT00:00:00Z"), sDateFormat);
1058 CPPUNIT_ASSERT_EQUAL(OUString("MM/DD/YY"), sDateFormat);
1067 … CPPUNIT_ASSERT_EQUAL(OUString("[NatNum12 MMMM=abbreviation]YYYY\". \"MMMM D."), sDateFormat);
H A Dooxmlexport8.cxx1047 OUString sDateFormat; variable
1051 pResult->second >>= sDateFormat;
1053 CPPUNIT_ASSERT_EQUAL(OUString("M.d.yyyy"), sDateFormat);
/dports/devel/jcmdline/jcmdline-2.0.0/testsrc/jcmdline/
H A DDateTimeParam_UT.java60 private static String sDateFormat = DateTimeParam.getParseFormat(); field in DateTimeParam_UT
62 sDateFormat);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport2.cxx62 OUString sDateFormat; variable
66 pResult->second >>= sDateFormat;
77 CPPUNIT_ASSERT_EQUAL(OUString("dd-MMM-yy"), sDateFormat);
/dports/www/itop/web/core/
H A Dbulkchange.class.inc.php265 …ExtKeys, $aReconcilKeys, $sSynchroScope = null, $aOnDisappear = null, $sDateFormat = null, $bLocal… argument
274 $this->m_sDateFormat = $sDateFormat;
861 $sDateFormat = $oDateTimeFormat->ToDateFormat();
863 AttributeDate::SetFormat(new DateTimeFormat($sDateFormat));
881 $sFormat = $sDateFormat;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgexport.cxx240 OUString sDateFormat, sTimeFormat; in elementExport() local
248 sDateFormat.clear(); in elementExport()
251 sDateFormat.clear(); in elementExport()
254 sDateFormat.clear(); in elementExport()
257 sDateFormat.clear(); in elementExport()
261 sDateFormat.clear(); in elementExport()
266 sDateFormat.clear(); in elementExport()
295 OUString sDateTimeFormat = sDateFormat + " " + sTimeFormat; in elementExport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx1391 OUString sDateFormat; in testDateFormField() local
1395 pResult->second >>= sDateFormat; in testDateFormField()
1411 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
1421 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
1430 …E(sFailedMessage.getStr(), OUString("[NatNum12 MMMM=abbreviation]YYYY\". \"MMMM D."), sDateFormat); in testDateFormField()
1440 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("D, MMM YY"), sDateFormat); in testDateFormField()
1450 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
/dports/www/itop/web/sources/application/search/
H A Dsearchform.class.inc.php247 $sDateFormat = substr($sDateTimeFormat, 0, $iDateTimeSeparatorPos);
272 'dateFormat' => $sDateFormat,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport2.cxx76 OUString sDateFormat; in CPPUNIT_TEST_FIXTURE() local
80 pResult->second >>= sDateFormat; in CPPUNIT_TEST_FIXTURE()
91 CPPUNIT_ASSERT_EQUAL(OUString("dd-MMM-yy"), sDateFormat); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgexport.cxx250 OUString sDateFormat, sTimeFormat; in elementExport() local
258 sDateFormat.clear(); in elementExport()
261 sDateFormat.clear(); in elementExport()
264 sDateFormat.clear(); in elementExport()
267 sDateFormat.clear(); in elementExport()
271 sDateFormat.clear(); in elementExport()
276 sDateFormat.clear(); in elementExport()
305 OUString sDateTimeFormat = sDateFormat + " " + sTimeFormat; in elementExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx1670 OUString sDateFormat; in testDateFormField() local
1674 pResult->second >>= sDateFormat; in testDateFormField()
1690 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
1700 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
1709 …E(sFailedMessage.getStr(), OUString("[NatNum12 MMMM=abbreviation]YYYY\". \"MMMM D."), sDateFormat); in testDateFormField()
1719 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("D, MMM YY"), sDateFormat); in testDateFormField()
1729 … CPPUNIT_ASSERT_EQUAL_MESSAGE(sFailedMessage.getStr(), OUString("MM/DD/YY"), sDateFormat); in testDateFormField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1901 void DocxAttributeOutput::WriteFormDateStart(const OUString& sFullDate, const OUString& sDateFormat in WriteFormDateStart() argument
1912 OString sUTF8DateFormat = sDateFormat.toUtf8(); in WriteFormDateStart()
2021 OUString sDateFormat; in StartField_Impl() local
2022 params.extractParam( ODF_FORMDATE_DATEFORMAT, sDateFormat ); in StartField_Impl()
2026 WriteFormDateStart( sFullDate, sDateFormat, sLang ); in StartField_Impl()
5209 OUString sDateFormat; in WritePostponedFormControl() local
5222 sDateFormat = "dd/MM/yyyy"; in WritePostponedFormControl()
5227 if(sDateFormat.isEmpty()) in WritePostponedFormControl()
5228 sDateFormat = "dd/MM/yyyy"; // Need to set date format even if there is no date set in WritePostponedFormControl()
5242 FSNS(XML_w, XML_val), sDateFormat.toUtf8()); in WritePostponedFormControl()
H A Ddocxattributeoutput.hxx720 …void WriteFormDateStart(const OUString& sFullDate, const OUString& sDateFormat, const OUString& sL…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1980 void DocxAttributeOutput::WriteFormDateStart(const OUString& sFullDate, const OUString& sDateFormat in WriteFormDateStart() argument
1991 OUString sDateFormat1 = sDateFormat.replaceAll("\"", "'"); in WriteFormDateStart()
2099 OUString sDateFormat; in StartField_Impl() local
2100 params.extractParam( ODF_FORMDATE_DATEFORMAT, sDateFormat ); in StartField_Impl()
2104 WriteFormDateStart( sFullDate, sDateFormat, sLang ); in StartField_Impl()
5476 OUString sDateFormat; in WritePostponedFormControl() local
5489 sDateFormat = "dd/MM/yyyy"; in WritePostponedFormControl()
5494 if(sDateFormat.isEmpty()) in WritePostponedFormControl()
5495 sDateFormat = "dd/MM/yyyy"; // Need to set date format even if there is no date set in WritePostponedFormControl()
5508 m_pSerializer->singleElementNS(XML_w, XML_dateFormat, FSNS(XML_w, XML_val), sDateFormat); in WritePostponedFormControl()

12