/* -*- 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 . */ /* * This file is part of LibreOffice published API. */ #ifndef INCLUDED_RTL_UNLOAD_H #define INCLUDED_RTL_UNLOAD_H #include "sal/config.h" #include "osl/interlck.h" #include "osl/time.h" #include "sal/saldllapi.h" #include "sal/types.h" /** @file Backwards-compatibility remainders of a removed library unloading feature. */ #ifdef __cplusplus extern "C" { #endif /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ typedef struct SAL_DLLPUBLIC_RTTI _rtl_ModuleCount { void ( SAL_CALL * acquire ) ( struct _rtl_ModuleCount * that ); void ( SAL_CALL * release ) ( struct _rtl_ModuleCount * that ); }rtl_ModuleCount; /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ #define MODULE_COUNT_INIT \ { {rtl_moduleCount_acquire,rtl_moduleCount_release}, rtl_moduleCount_canUnload, 0, {0, 0}} /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ typedef struct _rtl_StandardModuleCount { rtl_ModuleCount modCnt; sal_Bool ( *canUnload ) ( struct _rtl_StandardModuleCount* a, TimeValue* libUnused); oslInterlockedCount counter; TimeValue unusedSince; } rtl_StandardModuleCount; /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ SAL_DLLPUBLIC void rtl_moduleCount_acquire(rtl_ModuleCount * that ) SAL_COLD; /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ SAL_DLLPUBLIC void rtl_moduleCount_release( rtl_ModuleCount * that ) SAL_COLD; /** Backwards-compatibility remainder of a removed library unloading feature. @deprecated Do not use. */ SAL_DLLPUBLIC sal_Bool rtl_moduleCount_canUnload( rtl_StandardModuleCount * that, TimeValue* libUnused) SAL_COLD; #ifdef __cplusplus } #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ollabora/co-24.04.3'>distro/collabora/co-24.04.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/Makefile
=1'>Expand)
AgeCommit message (Expand)Author
Author
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl
2024-02-22tdf#33603: sd: add notes panel for normal viewSarper Akdemir
2023-10-20tdf#157026 sd notebookbar: add ObjectAlign to MenuTable as popupmenuJustin Luth
2023-09-23tdf#105303: Drop html export wizardXisco Fauli
2022-12-06weld InformationDialog info dialogCaolán McNamara
2022-12-06Resolves: tdf#121297 weld Presentation MinimizerCaolán McNamara
2021-11-28weld Snap Line context menuCaolán McNamara
2021-07-19jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos
2021-04-19notebookbar: minify for onlineSzymon Kłos
2021-02-23weld fieldmenuCaolán McNamara
2021-02-23replace SdTemplatePopup_ImplCaolán McNamara
2021-02-12weld impress annotation windowCaolán McNamara
2020-10-29weld impress TabBarControlCaolán McNamara
2020-09-18Resolves tdf#97918 - Individual UNO commands for distribution optionsHeiko Tietze
2020-02-07weld GlueEscDirLB ItemWindowCaolán McNamara
2020-02-06weld SvxMetricFieldCaolán McNamara
2020-02-04weld LayoutMenu panelCaolán McNamara
2020-02-04weld MasterPagesSelectorCaolán McNamara
2020-01-27weld DisplayModeToolbarMenuCaolán McNamara
2020-01-27weld LayoutToolbarMenuCaolán McNamara
2019-12-21so horizontal SlideTransitionPane is also unusedCaolán McNamara
2019-12-20unused tabledesignpanelhorizontal.uiCaolán McNamara
2019-07-27weld RemoteDialogCaolán McNamara
2019-07-09NB add contextual single support for impressandreas kainz
2019-06-25NB impress add tabbed compact layoutandreas kainz
2019-06-11tdf#120844 Remove tabletext.xml from sdraw and from simpressRoman Kuznetsov
2019-04-15Remove unused customanimationspanelhorizontal.uiSamuel Mehrbrodt
2019-03-13tdf#112411 Merge "Form controls" and "More controls" into one toolbarRoman Kuznetsov
2018-10-22sd: Use the regular textbox popupmenu for outline text objectsMaxim Monastirsky
2018-10-09tdf#120377 weld cluster of animation pages and dialogCaolán McNamara
2017-11-01impress: notebookbar_grouped full and compactYousuf Philips