Home
last modified time | relevance | path

Searched refs:aTmpDateTZ (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Ddinfdlg.cxx1642 util::DateWithTimezone aTmpDateTZ; in ReloadLinesContent() local
1696 else if (rAny >>= aTmpDateTZ) in ReloadLinesContent()
1698 pLine->m_xDateField->set_date(Date(aTmpDateTZ.DateInTZ.Day, in ReloadLinesContent()
1699 aTmpDateTZ.DateInTZ.Month, aTmpDateTZ.DateInTZ.Year)); in ReloadLinesContent()
1700 pLine->m_xDateField->m_TZ = aTmpDateTZ.Timezone; in ReloadLinesContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Ddinfdlg.cxx1681 util::DateWithTimezone aTmpDateTZ; in ReloadLinesContent() local
1735 else if (rAny >>= aTmpDateTZ) in ReloadLinesContent()
1737 pLine->m_xDateField->set_date(Date(aTmpDateTZ.DateInTZ.Day, in ReloadLinesContent()
1738 aTmpDateTZ.DateInTZ.Month, aTmpDateTZ.DateInTZ.Year)); in ReloadLinesContent()
1739 pLine->m_xDateField->m_TZ = aTmpDateTZ.Timezone; in ReloadLinesContent()