/* * 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 __ooo_vba_excel_XHyperlinks_idl__ #define __ooo_vba_excel_XHyperlinks_idl__ #include //============================================================================= module ooo { module vba { module excel { //============================================================================= interface XHyperlink; interface XHyperlinks { // ------------------------------------------------------------------------ interface ::ooo::vba::XCollection; // ------------------------------------------------------------------------ XHyperlink Add( [in] any Anchor, [in] any Address, [in] any SubAddress, [in] any ScreenTip, [in] any TextToDisplay ); // ------------------------------------------------------------------------ void Delete(); // ------------------------------------------------------------------------ }; //============================================================================= }; }; }; //============================================================================= #endif ice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ucsubset.src
AgeCommit message (Expand)Author
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara
2013-05-29typo: Ssymbols -> SymbolsAndras Timar
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-02-02delete double entry (see line 345)Joren De Cuyper
2013-01-29Related: fdo#59922 add new unicode blocks, detect newer in futureCaolán McNamara
2013-01-29Resolves: fdo#59922 Incorrect character range for "Katakana Phonetic"OKANO Takayoshi
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-08-08remove include comments and boxesThomas Arnhold
2011-10-14rename kanxi to kangxi for correctnessLior Kaplan
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-05-06CWS-TOOLING: integrate CWS mba32issues01Release Engineers