summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoFileDialogType.idl
blob: 1caf14d1399b496dd9677b561a36592dd0af1dbf (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
/*
 * 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 office {
    constants MsoFileDialogType {
        const long msoFileDialogFilePicker = 3;
        const long msoFileDialogFolderPicker = 4;
        const long msoFileDialogOpen = 1;
        const long msoFileDialogSaveAs = 2;
    };
}; }; };
/cgit/lo/core/commit/sal/Module_sal.mk?h=libreoffice-7-0-2&id=6080259862ee9886d1dabcb7c06132268a398cc6'>allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák 2012-03-31sal: use CustomTarget makefileMatúš Kukan 2012-03-29No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist 2012-02-22Do build cppunittester and don't build osl_process_child for iOSTor Lillqvist 2012-02-15Merge sal_textenc into sal just on AndroidTor Lillqvist 2012-02-15Don't bother with a separate libsal_textenc when merging libsTor Lillqvist 2012-01-27CppunitTest_sal_osl_file fails on WindowsTor Lillqvist 2012-01-21sal: make more tests runningMatúš Kukan 2012-01-21sal: split unit-tests to one test per makefileMatúš Kukan 2012-01-21sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks 2012-01-03Actually we should not build a normal cppunittester executable for iOS at allTor Lillqvist 2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan 2011-12-20Always use the autoconfed sizes and alignments, not only when cross-compilingTor Lillqvist 2011-12-19sal: add more unit testsMatúš Kukan 2011-12-19sal: convert to gbuildMatúš Kukan