/* * 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 . */ interface TextBezier : TextSelection [ uuid = "68EF7EA0-6876-11D0-A887-008029E86826" ] { SID_DELETE [ ExecMethod = Execute ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] FN_BACKSPACE [ ExecMethod = Execute ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] FN_ESCAPE // api: [ ExecMethod = Execute; ] SID_BEZIER_MOVE [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_INSERT [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_DELETE [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_CUTLINE [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_CONVERT [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_EDGE [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_SMOOTH [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_SYMMTR [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_CLOSE [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] SID_BEZIER_ELIMINATE_POINTS [ Export = FALSE; ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] } shell SwBezierShell: SwBaseShell { import TextBezier[Automation]; } o-24.04.13 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry/source/keyimpl.hxx
AgeCommit message (Expand)Author
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-02-17registry: sal_Bool -> boolStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2012-07-03re-base on ALv2 code.Michael Meeks
2012-02-19Remove unused codePetr Vorel
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to avoid...Matthias Huetsch [mhu]
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov
2008-04-11INTEGRATION: CWS changefileheader (1.3.54); FILE MERGEDRüdiger Timm
2006-06-19INTEGRATION: CWS warnings01 (1.1.1.1.160); FILE MERGEDJens-Heiner Rechtien