/* -*- 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 . */ #ifndef INCLUDED_SW_INC_FMTFTN_HXX #define INCLUDED_SW_INC_FMTFTN_HXX #include #include #include #include "swdllapi.h" #include "calbck.hxx" namespace com::sun::star::text { class XFootnote; class XTextRange; } class SwDoc; class SwTextFootnote; class SwRootFrame; // ATT_FTN class SW_DLLPUBLIC SwFormatFootnote final : public SfxPoolItem , public sw::BroadcastingModify { friend class SwTextFootnote; SwTextFootnote* m_pTextAttr; ///< My TextAttribute. OUString m_aNumber; ///< User-defined 'Number'. sal_uInt16 m_nNumber; ///< automatic sequence number sal_uInt16 m_nNumberRLHidden; ///< automatic sequence number (hidden redlines) bool m_bEndNote; ///< Is it an End note? css::uno::WeakReference m_wXFootnote; SwFormatFootnote& operator=(const SwFormatFootnote& rFootnote) = delete; SwFormatFootnote( const SwFormatFootnote& ) = delete; public: SwFormatFootnote( bool bEndNote = false ); virtual ~SwFormatFootnote() override; /// "Pure virtual methods" of SfxPoolItem. virtual bool operator==( const SfxPoolItem& ) const override; virtual SwFormatFootnote* Clone( SfxItemPool* pPool = nullptr ) const override; virtual void SwClientNotify(const SwModify&, const SfxHint&) override; void InvalidateFootnote(); const OUString& GetNumStr() const { return m_aNumber; } sal_uInt16 GetNumber() const { return m_nNumber; } sal_uInt16 GetNumberRLHidden() const { return m_nNumberRLHidden; } bool IsEndNote() const { return m_bEndNote;} void SetNumStr( const OUString& rStr ) { m_aNumber = rStr; } void SetEndNote( bool b ); void SetNumber( const SwFormatFootnote& rFootnote ) { m_nNumber = rFootnote.m_nNumber; m_nNumberRLHidden = rFootnote.m_nNumberRLHidden; m_aNumber = rFootnote.m_aNumber; } const SwTextFootnote *GetTextFootnote() const { return m_pTextAttr; } SwTextFootnote *GetTextFootnote() { return m_pTextAttr; } OUString GetFootnoteText(SwRootFrame const& rLayout) const; /// Returns string to be displayed of footnote / endnote. OUString GetViewNumStr(const SwDoc& rDoc, SwRootFrame const* pLayout, bool bInclStrings = false) const; css::uno::Reference getAnchor(SwDoc& rDoc) const; css::uno::WeakReference const& GetXFootnote() const { return m_wXFootnote; } void SetXFootnote(css::uno::Reference const& xNote) { m_wXFootnote = xNote; } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ on> LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-05-14 21:39:57 +0200
committerAndras Timar <andras.timar@collabora.com>2015-05-14 21:39:57 +0200
commitabb27fb966ac2c3f9c8cf3549c2975f399174eb0 (patch)
treed7afbb23481fbad19f0bffe981308412cc23650e /source/sl/formula
parent7ab806a3d2c000acdf58c5b23f7dfa14ad12ef66 (diff)
Updated Slovenian translation
Change-Id: Id86bda321f4318a193b99ef174848ed8b7425550
Diffstat (limited to 'source/sl/formula')
-rw-r--r--source/sl/formula/source/core/resource.po24
1 files changed, 21 insertions, 3 deletions
diff --git a/source/sl/formula/source/core/resource.po b/source/sl/formula/source/core/resource.po
index 0c3df97f5ea..d7290ed7b36 100644
--- a/source/sl/formula/source/core/resource.po
+++ b/source/sl/formula/source/core/resource.po
@@ -1,10 +1,10 @@
#. extracted from formula/source/core/resource
msgid ""
msgstr ""
-"Project-Id-Version: LibreOffice 4.5\n"
+"Project-Id-Version: LibreOffice 5.0\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-08 22:12+0200\n"
-"PO-Revision-Date: 2015-04-23 13:08+0200\n"
+"POT-Creation-Date: 2015-05-05 13:53+0200\n"
+"PO-Revision-Date: 2015-05-05 21:26+0200\n"
"Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n"
"Language-Team: sl.libreoffice.org\n"
"Language: sl\n"
@@ -975,6 +975,15 @@ msgstr "ATAN2"
msgctxt ""
"core_resource.src\n"
"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CEIL_MATH\n"
+"string.text"
+msgid "CEILING.MATH"
+msgstr "CEILING.MATH"
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
"SC_OPCODE_CEIL\n"
"string.text"
msgid "CEILING"
@@ -986,6 +995,15 @@ msgctxt ""
"RID_STRLIST_FUNCTION_NAMES\n"
"SC_OPCODE_CEIL_MS\n"
"string.text"
+msgid "CEILING.XCL"
+msgstr "CEILING.XCL"
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_CEIL_PRECISE\n"
+"string.text"
msgid "CEILING.PRECISE"
msgstr "CEILING.PRECISE"