Home
last modified time | relevance | path

Searched refs:rCal (Results 1 – 25 of 41) sorted by relevance

12

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/calendar/print/
H A Dcalpainter.cpp135 QRect rCal(0, 0, 0, 0); in paint() local
153 rCal.setWidth(cellSizeX * 7); in paint()
154 rCal.setHeight(cellSizeY * 7); in paint()
175 rCal.setWidth(cellSizeX * 7); in paint()
176 rCal.setHeight(cellSizeY * 7); in paint()
196 rCal.setWidth(cellSizeX * 7); in paint()
197 rCal.setHeight(cellSizeY * 7); in paint()
246 sy = rCal.top(); in paint()
320 sx = rCal.left(); in paint()
324 sy = cellSizeY * j + rCal.top(); in paint()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dzformat.cxx3389 CalendarWrapper& rCal = GetCal(); in SwitchToOtherCalendar() local
3390 if ( rCal.getUniqueID() != GREGORIAN ) in SwitchToOtherCalendar()
3411 rCal.setDateTime( fOrgDateTime ); in SwitchToOtherCalendar()
3417 CalendarWrapper& rCal = GetCal(); in SwitchToGregorianCalendar() local
3421 rCal.setDateTime( fOrgDateTime ); in SwitchToGregorianCalendar()
3428 CalendarWrapper& rCal = GetCal(); in ImpFallBackToGregorianCalendar() local
3489 if ( rCal.getUniqueID() == "gengou" ) in ImpAppendEraG()
3641 CalendarWrapper& rCal = GetCal(); in ImpGetDateOutput() local
3644 rCal.setLocalDateTime( fNumber ); in ImpGetDateOutput()
3901 CalendarWrapper& rCal = GetCal(); in ImpGetDateTimeOutput() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dzformat.cxx3404 CalendarWrapper& rCal = GetCal(); in SwitchToOtherCalendar() local
3405 if ( rCal.getUniqueID() != GREGORIAN ) in SwitchToOtherCalendar()
3426 rCal.setDateTime( fOrgDateTime ); in SwitchToOtherCalendar()
3432 CalendarWrapper& rCal = GetCal(); in SwitchToGregorianCalendar() local
3436 rCal.setDateTime( fOrgDateTime ); in SwitchToGregorianCalendar()
3443 CalendarWrapper& rCal = GetCal(); in ImpFallBackToGregorianCalendar() local
3504 if ( rCal.getUniqueID() == "gengou" ) in ImpAppendEraG()
3656 CalendarWrapper& rCal = GetCal(); in ImpGetDateOutput() local
3659 rCal.setLocalDateTime( fNumber ); in ImpGetDateOutput()
3923 CalendarWrapper& rCal = GetCal(); in ImpGetDateTimeOutput() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/calendar/
H A DcalendarImpl.cxx51 …auto pCal = std::find_if(xC.begin(), xC.end(), [](const Calendar2& rCal) { return rCal.Default; }); in loadDefaultCalendarTZ() argument
80 …d::any_of(xC.begin(), xC.end(), [&uniqueID](const Calendar2& rCal) { return uniqueID == rCal.Name;… in loadCalendarTZ() argument
143 [](const Calendar2& rCal) { return rCal.Name; }); in getAllCalendars() argument
H A Dcalendar_gregorian.cxx277 for (const auto& rCal : xC) in loadCalendar() local
279 if (uniqueID == rCal.Name) in loadCalendar()
281 aCalendar = rCal; in loadCalendar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/calendar/
H A DcalendarImpl.cxx54 …auto pCal = std::find_if(xC.begin(), xC.end(), [](const Calendar2& rCal) { return rCal.Default; }); in loadDefaultCalendarTZ() argument
83 …d::any_of(xC.begin(), xC.end(), [&uniqueID](const Calendar2& rCal) { return uniqueID == rCal.Name;… in loadCalendarTZ() argument
146 [](const Calendar2& rCal) { return rCal.Name; }); in getAllCalendars() argument
H A Dcalendar_gregorian.cxx264 for (const auto& rCal : xC) in loadCalendar() local
266 if (uniqueID == rCal.Name) in loadCalendar()
268 aCalendar = rCal; in loadCalendar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx483 [](const Calendar2& rCal) { return !rCal.Default; }); in getSecondaryCalendarImpl() argument
530 [](const Calendar2& rCal) { return rCal.Default; }); in getDefaultCalendarImpl() argument
1357 OUString LocaleDataWrapper::getLongDate( const Date& rDate, CalendarWrapper& rCal, in getLongDate() argument
1364 rCal.setGregorianDateTime( rDate ); in getLongDate()
1366 nVal = rCal.getValue( CalendarFieldIndex::DAY_OF_WEEK ); in getLongDate()
1367 aStr.append(rCal.getDisplayName( CalendarDisplayIndex::DAY, nVal, 1 )); in getLongDate()
1370 nVal = rCal.getValue( CalendarFieldIndex::DAY_OF_MONTH ); in getLongDate()
1374 nVal = rCal.getValue( CalendarFieldIndex::MONTH ); in getLongDate()
1375 OUString aMonth( rCal.getDisplayName( CalendarDisplayIndex::MONTH, nVal, 1 ) ); in getLongDate()
1377 nVal = rCal.getValue( CalendarFieldIndex::YEAR ); in getLongDate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx148 [](const Calendar2& rCal) { return !rCal.Default; }); in loadData() argument
156 [](const Calendar2& rCal) { return rCal.Default; }); in loadData() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dlocaledatawrapper.hxx337 CalendarWrapper& rCal,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dzformat.hxx695 …DLLPRIVATE static void ImpAppendEraG( OUStringBuffer& OutStringBuffer, const CalendarWrapper& rCal,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dzformat.hxx683 …DLLPRIVATE static void ImpAppendEraG( OUStringBuffer& OutStringBuffer, const CalendarWrapper& rCal,
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/localedata/
H A Dlocaledata.cxx671 [&id](const Calendar2& rCal) { return id == rCal.Name; }); in getCalendarItemByName() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/localedata/
H A Dlocaledata.cxx665 [&id](const Calendar2& rCal) { return id == rCal.Name; }); in getCalendarItemByName() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnumfe.cxx941 [](const OUString& rCal) { return rCal != "gregorian"; }); in lcl_GetDefaultCalendar() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlnumfe.cxx928 [](const OUString& rCal) { return rCal != "gregorian"; }); in lcl_GetDefaultCalendar() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/arc/
H A Dsimdext.md756 ;; (match_operand:SI 2 "nonmemory_operand" "rCal")] UNSPEC_ARC_SIMD_VBADDW))]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/arc/
H A Dsimdext.md758 ;; (match_operand:SI 2 "nonmemory_operand" "rCal")] UNSPEC_ARC_SIMD_VBADDW))]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/arc/
H A Dsimdext.md756 ;; (match_operand:SI 2 "nonmemory_operand" "rCal")] UNSPEC_ARC_SIMD_VBADDW))]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/arc/
H A Darc.md2796 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3535 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3548 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3575 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/arc/
H A Darc.md2759 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3461 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3474 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3501 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/arc/
H A Darc.md2798 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3500 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3513 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3540 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/arc/
H A Darc.md2752 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3454 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3467 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3494 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/arc/
H A Darc.md2759 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3461 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3474 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3501 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/arc/
H A Darc.md2759 (match_operand:SI 2 "nonmemory_operand" "rL,r,I,0, r,rCal"))
3461 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3474 (match_operand:SI 2 "nonmemory_operand" "K,K,qM,rL,rL,rCal")))]
3501 (match_operand:SI 2 "nonmemory_operand" "rL,rL,rCal")))]

12