/* * 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 . */ import java.util.ArrayList; import com.sun.star.lang.IndexOutOfBoundsException; /** The VectorNode class is a simple container whose list of children is managed entirely by its owner. */ class VectorNode extends StringNode { private final ArrayList maChildren; public VectorNode (String sDisplayObject, AccessibleTreeNode aParent) { super (sDisplayObject, aParent); maChildren = new ArrayList (); } public void addChild (AccessibleTreeNode aChild) { maChildren.add (aChild); } @Override public int getChildCount () { return maChildren.size(); } @Override public AccessibleTreeNode getChild (int nIndex) throws IndexOutOfBoundsException { return maChildren.get(nIndex); } @Override public boolean removeChild (int nIndex) throws IndexOutOfBoundsException { return maChildren.remove (nIndex) != null; } @Override public int indexOf (AccessibleTreeNode aNode) { return maChildren.indexOf (aNode); } @Override public boolean isLeaf() { return maChildren.isEmpty(); } } abora/cp-4.4 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-06-20 16:54:45 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-06-20 23:47:59 +0200
commit3134d6517256c9fc5a4141d1b4e23a86e863c90b (patch)
treefd89ad0644f101c969be5ebcf461a5b67a0a5f72
parent0bab7bfe837b1b5f9687bff24a207f8fb99b1181 (diff)
update translations for 6.3.0 beta2
and force-fix errors using pocheck Change-Id: I2f20dff5fd47ee5f99d612b22661d5248adaccc2 (cherry picked from commit a56aea7a0ea288b3bd3abf15cfa8ab2506841850)
-rw-r--r--source/ab/editeng/messages.po12
-rw-r--r--source/ab/reportdesign/messages.po120
-rw-r--r--source/ab/sw/messages.po170
-rw-r--r--source/af/accessibility/messages.po10
-rw-r--r--source/af/chart2/messages.po65
-rw-r--r--source/af/cui/messages.po22
-rw-r--r--source/af/dictionaries/de.po12
-rw-r--r--source/af/dictionaries/en/dialog.po69
-rw-r--r--source/af/dictionaries/en/dialog/registry/data/org/openoffice/Office.po6
-rw-r--r--source/af/dictionaries/fr_FR.po12
-rw-r--r--source/af/dictionaries/it_IT.po12
-rw-r--r--source/af/dictionaries/nl_NL.po14
-rw-r--r--source/af/editeng/messages.po6
-rw-r--r--source/af/filter/messages.po8
-rw-r--r--source/af/filter/source/config/fragments/filters.po110
-rw-r--r--source/af/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/af/filter/source/config/fragments/types.po35
-rw-r--r--source/af/fpicker/messages.po12
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office/UI.po41
-rw-r--r--source/af/sc/messages.po7
-rw-r--r--source/af/scp2/source/ooo.po19
-rw-r--r--source/af/sd/messages.po8
-rw-r--r--source/af/sfx2/messages.po16
-rw-r--r--source/af/shell/source/win32/shlxthandler/res.po12
-rw-r--r--source/af/svtools/messages.po14
-rw-r--r--source/af/svx/messages.po25
-rw-r--r--source/af/sw/messages.po50
-rw-r--r--source/af/uui/messages.po8
-rw-r--r--source/af/wizards/messages.po8
-rw-r--r--source/af/xmlsecurity/messages.po8
-rw-r--r--source/am/editeng/messages.po6
-rw-r--r--source/bg/cui/messages.po10
-rw-r--r--source/ca/cui/messages.po6
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po16
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/cs/cui/messages.po16
-rw-r--r--source/cs/helpcontent2/source/auxiliary.po38
-rw-r--r--source/cs/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/cs/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/00.po26
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po22
-rw-r--r--source/cs/helpcontent2/source/text/simpress.po74
-rw-r--r--source/cs/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po34
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/cy/sw/messages.po8
-rw-r--r--source/da/cui/messages.po344
-rw-r--r--source/da/filter/source/config/fragments/filters.po28
-rw-r--r--source/da/filter/source/config/fragments/types.po28
-rw-r--r--source/da/helpcontent2/source/auxiliary.po14
-rw-r--r--source/da/helpcontent2/source/text/sbasic/guide.po16
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po12
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po166
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/02.po20
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po167
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po20
-rw-r--r--source/da/helpcontent2/source/text/scalc/05.po24
-rw-r--r--source/da/helpcontent2/source/text/schart/00.po10
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po23
-rw-r--r--source/da/helpcontent2/source/text/sdraw/00.po18
-rw-r--r--source/da/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po12
-rw-r--r--source/da/helpcontent2/source/text/swriter.po16
-rw-r--r--source/da/scp2/source/winexplorerext.po10
-rw-r--r--source/da/sd/messages.po60
-rw-r--r--source/da/sfx2/messages.po10