Home
last modified time | relevance | path

Searched refs:aTempDate (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dcalendar.cxx276 maFirstDate = aTempDate; in ImplFormat()
289 Date aTempDate2 = aTempDate; in ImplFormat()
727 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
755 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
798 Date aTempDate(nKey); in ImplUpdateSelection() local
807 Date aTempDate(nKey); in ImplUpdateSelection() local
817 Date aTempDate = rDate; in ImplMouseSelect() local
820 --aTempDate; in ImplMouseSelect()
823 aTempDate = maOldCurDate; in ImplMouseSelect()
826 maCurDate = aTempDate; in ImplMouseSelect()
[all …]
H A Dfield2.cxx1120 Date aTempDate = aDate; in ImplDateReformat() local
1121 if ( aTempDate > GetMax() ) in ImplDateReformat()
1122 aTempDate = GetMax(); in ImplDateReformat()
1123 else if ( aTempDate < GetMin() ) in ImplDateReformat()
1124 aTempDate = GetMin(); in ImplDateReformat()
1126 rOutStr = ImplGetDateAsText( aTempDate ); in ImplDateReformat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dcalendar.cxx272 maFirstDate = aTempDate; in ImplFormat()
285 Date aTempDate2 = aTempDate; in ImplFormat()
723 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
751 aTempDate.GetMonth(), aTempDate.GetYear(), in ImplDraw()
794 Date aTempDate(nKey); in ImplUpdateSelection() local
803 Date aTempDate(nKey); in ImplUpdateSelection() local
813 Date aTempDate = rDate; in ImplMouseSelect() local
816 --aTempDate; in ImplMouseSelect()
819 aTempDate = maOldCurDate; in ImplMouseSelect()
822 maCurDate = aTempDate; in ImplMouseSelect()
[all …]
H A Dfield2.cxx1453 Date aTempDate = aDate; in ImplDateReformat() local
1454 if ( aTempDate > GetMax() ) in ImplDateReformat()
1455 aTempDate = GetMax(); in ImplDateReformat()
1456 else if ( aTempDate < GetMin() ) in ImplDateReformat()
1457 aTempDate = GetMin(); in ImplDateReformat()
1459 rOutStr = ImplGetDateAsText( aTempDate ); in ImplDateReformat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunofield.cxx197 Date aTempDate( nDate ); in getDate() local
199 aDate.Day = aTempDate.GetDay(); in getDate()
200 aDate.Month = aTempDate.GetMonth(); in getDate()
201 aDate.Year = aTempDate.GetYear(); in getDate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunofield.cxx200 Date aTempDate( nDate ); in getDate() local
202 aDate.Day = aTempDate.GetDay(); in getDate()
203 aDate.Month = aTempDate.GetMonth(); in getDate()
204 aDate.Year = aTempDate.GetYear(); in getDate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmluconv.cxx426 const Date aTempDate(aDateTime.Day, aDateTime.Month, aDateTime.Year); in convertDateTime() local
427 const sal_Int32 nTage = aTempDate - aTmpNullDate; in convertDateTime()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmluconv.cxx482 const Date aTempDate(aDateTime.Day, aDateTime.Month, aDateTime.Year); in lcl_convertDateTime() local
483 const sal_Int32 nTage = aTempDate - aTmpNullDate; in lcl_convertDateTime()