summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdReplace.idl
blob: b7eef2c55594c801a5be8b7a3b6d1e881b414c35 (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
25
26
27
28
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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 WdReplace {
        const long wdReplaceAll = 2;
        const long wdReplaceNone = 0;
        const long wdReplaceOne = 1;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
15:43:03 +0100'>2012-01-24dead java code in qaThomas Arnhold 2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara 2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar 2012-01-10list source files explicitlyDavid Tardon 2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard 2011-12-23Revert "gb_Jar_add_packagefiles only takes 2 args"David Tardon 2011-12-23gb_Jar_add_packagefiles only takes 2 argsDavid Tardon 2011-12-08childs -> childrenMichael T. Whiteley 2011-12-08Less succes, more successStefan Knorr (astron) 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-12-05possible fix for fdo#43312Markus Mohrhard 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-29add Amiri kashida exampleKhaled Hosny 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud 2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann 2011-11-10removed leftovers of the Simple Handles optionTim Hardeck 2011-10-23no need for SRCDIR parameter hereMatúš Kukan 2011-10-07convert qadevOOo to gbuildPeter Foley