/* -*- 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/. */ #ifndef INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/Sequence.hxx" #include "sal/types.h" namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; class XInterface; } } } } namespace configmgr { namespace read_only_access { com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL create( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &); OUString SAL_CALL getImplementationName(); com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(); } } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ a/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_tde.mk
AgeCommit message (Expand)Author
2015-03-19No need to use -I$(SRCDIR)/include/shellTor Lillqvist
2015-03-19There are no include files in solenv/incTor Lillqvist
2014-07-17Fix FTBFS with TDE support enabledTimothy Pearson
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-06-16Don't build icule library as we no longer use itKhaled Hosny
2013-05-16Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-11vcl: conditionally link to jvmaccessAndres Gomez
2013-04-05new module i18nlangtagEike Rathke
2013-03-19Fix single core build when TDE integration is enabledTimothy Pearson
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28vcl: fix gtk3 build breakage due to forgotten use_librariesMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl