/*
* 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 TextFrame : BaseTextFrame
[
uuid = "564CBAA0-111A-101D-9757-6E74207A7520"
]
{
import TextSelection;
}
//=========================================================================
shell SwFrameShell : SwBaseShell
{
import TextFrame[Automation];
FN_FRAME_CHAIN
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
FN_FRAME_UNCHAIN
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
}
distro/collabora/cp-4.2'>distro/collabora/cp-4.2
- Corrected few words, added part of the speech, replaced some incomplete classes.
- Added new author
- Large update of AFF-file
It was necessary to restructure the file to be able to do regular and systematic
updates. Added new sections like ICONV, updated REP section, added quite a few
sfx classes and more.
- Changed 'Version value' field to 2016.04.03.
Change-Id: I6d17729f52f4204e93342a35bfbcb60cdf8ce414
Reviewed-on: https://gerrit.libreoffice.org/23845
Reviewed-by: Kruno <kruno.se@gmx.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
(cherry picked from commit de93f4fc07eba5fac0ae40bb45cc8e6acb331743)