summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdArrangeStyle.idl
blob: 74c5b1c726d0d8430344220f0e116dfba53471b3 (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 WdArrangeStyle {
        const long wdIcons = 1;
        const long wdTiled = 0;
    };
}; }; };
cl-cleanup-font&id=ac5b9651a471d9ee28d5c7996d592ac2df08ca2b'>Solved the identation problem related to "layoutlist.xml".Vishv Brahmbhatt 2013-08-26Adding new Slide Layouts Samples to "layoutlist.xml".Vishv Brahmbhatt 2013-08-26Working version of XML parser from configuration file pathVishv Brahmbhatt 2013-08-26Changing the XML parser with configuration file pathVishv Brahmbhatt 2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-05-14Improve error messages for the xml-diff based unit tests.Jan Holesovsky 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-26test: clean up namespacingThomas Arnhold 2013-04-25don't pollute global namespaceThomas Arnhold 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-09move Python tests in-processMichael Stahl 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05new module i18nlangtagEike Rathke 2013-04-02Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist 2013-03-29ResMgr with LanguageTagEike Rathke