/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef _CONNECTIVITY_MAB_NS_INIT_HXX_ #define _CONNECTIVITY_MAB_NS_INIT_HXX_ 1 #include "MNSDeclares.hxx" #include sal_Bool MNS_Init(sal_Bool& aProfileExists); sal_Bool MNS_Term(sal_Bool aForce=sal_False); sal_Bool MNS_InitXPCOM(sal_Bool* aProfileExists); typedef struct UI_Thread_ARGS { sal_Bool* bProfileExists; }UI_Thread_ARGS; void MNS_XPCOM_EventLoop(); #endif // _CONNECTIVITY_MAB_NS_INIT_HXX_ 1 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ >distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-01-13Verify o3tl::temporary of a copied lvalue works as expectedStephan Bergmann
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann
2017-10-26Add test for o3tl::saturating_addStephan Bergmann
2017-10-25improve o3tl::enumarray const-nessNoel Grandin
2017-06-17create o3tl::array_viewNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann
2017-03-31Sort lines lexicographicallyStephan Bergmann
2016-01-29remove unused o3tl::rangeDavid Tardon
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl