summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRevisionsBalloonMargin.idl
blob: 9a0034c3b24f7e938185a922c7842eac35c199e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * 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 word {
    constants WdRevisionsBalloonMargin {
        const long wdLeftMargin = 0;
        const long wdRightMargin = 1;
    };
}; }; };
df#111707 Add 'Remove Hyperlink' to context menu in ImpressSamuel Mehrbrodt 2019-06-14tdf#125904 Bullets and Numbering popupmenu sd modulesandreas kainz 2019-06-11tdf#120844 Remove tabletext.xml from sdraw and from simpressRoman Kuznetsov 2019-05-15tdf#125303 bring back Autofit to textbox commandandreas kainz 2019-03-06sync sdraw and simpress ui files with swriter ui filesandreas kainz 2019-03-01tdf#123763 move back break command to graphic context menu for vectorgraphicsandreas kainz 2018-11-19tdf#61580 add insert comment to writer and impressandreas kainz 2018-11-08These commands do not work in sdMaxim Monastirsky 2018-10-30context menu: finish draw and calc context menuesandreas kainz 2018-10-29update tabletext context toolbar for draw and impressandreas kainz 2018-10-29context menu: sync page context menu between draw and impressandreas kainz 2018-10-28tdf#119773 update sd table context menuandreas kainz 2018-10-22sd: Use the regular textbox popupmenu for outline text objectsMaxim Monastirsky 2018-10-22tdf#119596 DrawText Contextmenu in Writer, Calc, Draw, Impressandreas kainz 2018-10-22tdf#119506 Draw Contextmenu in Writer, Calc, Draw, Impressandreas kainz 2018-10-22tdf#119547 Media Contextmenu sync in all appsandreas kainz 2018-10-18Sync Image/Graphic Tabb and context menuandreas kainz 2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth 2018-10-01tdf#119580 contextmenu ole is now synced between different appsandreas kainz 2018-10-01tdf#119411 where needed added PasteUnformatedandreas kainz 2018-10-01tdf#119412 contextmenu graphic is now synced between different appsandreas kainz 2018-09-22tdf#117721 draw ui: add .uno::SetOptimalRowHeightJustin Luth 2018-09-21tdf#117721 draw ui: add .uno::SetOptimalColumnWidthJustin Luth 2018-09-15Transparency tool added to the context menuheiko tietze 2018-09-13tdf#119689 - Missing interactive gradient toolheiko tietze 2018-09-05tdf#119532 Contextmenu Form updateandreas kainz 2018-04-23NB Implementation: Tabbedbar global layoutandreas kainz 2017-12-21Correct impress slide pane popup Navigate labelYousuf Philips 2017-09-25Reorganization of impress's slide and pane context menusYousuf Philips 2017-09-24tdf#96411 Add slide layout to context menusYousuf Philips 2017-04-08Notebookbar: add new file and recent docs to the menuSzymon Kłos 2017-02-20right click to insert imageCaolán McNamara 2017-02-08tdf#105818 Grid and Help Lines menu does't always offer what it promisesCor Nouws 2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky 2016-07-05tdf#100052 Add insert before/after to sd table context menuSamuel Mehrbrodt