/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ #pragma once
/** Submit fieldSetValue array according to fieldSet.
@throws css::uno::RuntimeException
*/ void submitFields(); /** Set fields internally.
@throws css::uno::RuntimeException
*/ void setValue(); /** Obtain combined field values for timezone offset (minutes+secondmillis)
in milliseconds and whether fields were set. */ bool getZoneOffset( sal_Int32 & o_nOffset ) const; /** Obtain combined field values for DST offset (minutes+secondmillis) in
milliseconds and whether fields were set. */ bool getDSTOffset( sal_Int32 & o_nOffset ) const; /** Used by getZoneOffset() and getDSTOffset(). Parent is CalendarFieldIndex for offset in minutes, child is CalendarFieldIndex
for offset in milliseconds. */ bool getCombinedOffset( sal_Int32 & o_nOffset, sal_Int16 nParentFieldIndex, sal_Int16 nChildFieldIndex ) const;
};
class Calendar_hanja final : public Calendar_gregorian
{ public: // Constructors
Calendar_hanja(); virtual OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal_Int16 nNameType) override;
};
class Calendar_hanja_yoil final : public Calendar_gregorian
{ public: // Constructors
Calendar_hanja_yoil(); virtual OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal_Int16 nNameType) override;
};
class Calendar_gengou final : public Calendar_gregorian
{ public: // Constructors
Calendar_gengou();
};
class Calendar_ROC final : public Calendar_gregorian
{ public: // Constructors
Calendar_ROC();
};
class Calendar_dangi final : public Calendar_gregorian
{ public: // Constructors
Calendar_dangi();
};
class Calendar_buddhist final : public Calendar_gregorian
{ public: // Constructors
Calendar_buddhist();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.