/* -*- 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 . */ module ooo { module vba { module msforms { interface XLineFormat : ooo::vba::XHelperInterface { [attribute] long BeginArrowheadStyle; [attribute] long BeginArrowheadLength; [attribute] long BeginArrowheadWidth; [attribute] long EndArrowheadStylel; [attribute] long EndArrowheadLength; [attribute] long EndArrowheadWidth; [attribute] double Weight; [attribute] boolean Visible; [attribute] double Transparency; [attribute] short Style; [attribute] long DashStyle; XColorFormat BackColor(); XColorFormat ForeColor(); }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /co-24.04 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/tr
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-06 17:18:06 +0100
committerAndras Timar <atimar@suse.com>2013-01-06 17:39:09 +0100
commite5f69f7b241f21f0b85f7a62ccff9de841875828 (patch)
treecaba82c98457334388051db4485d3c9d8834fd07 /source/tr
parentc6cfd71c3d302bdb0999888f9c867d70acb40708 (diff)
update translations for LibreOffice 4.0 rc1
Change-Id: I85ba7031ebee3b3b0108218e97093fab1e9d84a3
Diffstat (limited to 'source/tr')