summaryrefslogtreecommitdiff
path: root/include/vcl/svmain.hxx
blob: ca60107844901978ea98a4fb867949c03c134bdd (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
29
30
31
32
33
/* -*- 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 .
 */

#ifndef INCLUDED_VCL_SVMAIN_HXX
#define INCLUDED_VCL_SVMAIN_HXX

#include <sal/config.h>
#include <vcl/dllapi.h>

// #i47888# allow for alternative initialization as required for e.g. MacOSX
VCL_DLLPUBLIC int ImplSVMain();

VCL_DLLPUBLIC int SVMain();

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
lo/core/commit/xmloff/source/meta/xmlmetai.cxx?h=feature/taggedPDF&id=91dd2db17bd6cb9b357d1d69b187174e31eabef0'>loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-26com::sun::star->css in xmloff/Noel Grandin 2015-11-09new loplugin: oncevarNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2014-04-16xmloff: we used to call it LOdev back in 4.0 so check that tooMichael Stahl 2014-04-16ODF import: detect "LibreOfficeDev" in meta:generator tooMichael Stahl 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin 2013-11-11xmloff: include <> for external includesNorbert Thiebaud 2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin 2013-08-10fdo#62475 removed pointless commentsJelle van der Waa 2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin 2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin 2013-01-18xmloff: refactor Generator version handling:Michael Stahl 2013-01-18fdo#59517: fix detection of ancient OOo ODF generator strings:Michael Stahl 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-09-12Improvement on previous commitStephan Bergmann 2012-06-01targeted string re-workNorbert Thiebaud 2012-06-01targeted string re-workNorbert Thiebaud 2012-01-25Fix for fdo43460 Part XLVIII getLength() to isEmpty()Olivier Hallot 2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz