# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # 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/. # $(eval $(call gb_Library_Library,merged)) # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) $(eval $(call gb_Library_use_libraries,merged,\ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmaccess \ jvmfwk) \ sal \ salhelper \ xmlreader \ )) ifeq ($(OS),WNT) # prevent warning spamming $(eval $(call gb_Library_add_ldflags,merged,\ /ignore:4049 \ /ignore:4217 \ )) # cursors $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc)) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ AppleRemote \ )) endif # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil/README.md
6133b5c869a1159342f9223228'>a11y: Add include to fix clang-cl build
AgeCommit message (Expand)Author
Michael Weghorn
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-03accessibility: avoid OUString creation by using unicode OUString literalsArnaud Versini
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-09-12loplugin:unodispose in accessibilityNoel Grandin
2023-09-11AccessibleListBoxEntry does not need to implement XAggreggationNoel Grandin
2023-09-11accessibility::Paragraph does not need to implement XAggreggationNoel Grandin
2023-09-11VCLXAccessibleList does not need to implement XAggreggationNoel Grandin
2023-09-11AccessibleIconChoiceCtrlEntry does not need to implement XAggreggationNoel Grandin
2023-09-07tdf#157137 a11y: Don't report active descendant when not focusedMichael Weghorn
2023-09-06simplify VclEventId::TabpageRemoved handlingNoel Grandin
2023-09-06a11y: Drop unnecessary casting/code for toolbox itemsMichael Weghorn
2023-09-05use more concrete type in VCLXAccessibleBoxNoel Grandin
2023-09-05use more concrete type in ParagraphInfoNoel Grandin
2023-09-05use more concrete types in AccessibleListBoxEntryNoel Grandin
2023-09-04a11y: Hold list items by rtl::ReferenceMichael Weghorn
2023-09-04a11y: Drop ListItems typdefMichael Weghorn
2023-09-04tdf#157088 a11y: Dispose list items with listMichael Weghorn
2023-09-04tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn
2023-09-01accessibility: fix crash in getAccessibleActionDescriptionXisco Fauli
2023-09-01tdf#104833 a11y Send name changed event for text controlsMichael Weghorn
2023-09-01tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEditMichael Weghorn
2023-09-01tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEditMichael Weghorn
2023-08-31a11y: Re-add check for empty reference in VCLXAccessibleTabControlMichael Weghorn
2023-08-31use concrete type for AccessibleTabBarPageList::m_aAccessibleChildrenNoel Grandin
2023-08-31use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildrenNoel Grandin
2023-08-31use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildrenNoel Grandin
2023-08-30use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildrenNoel Grandin
2023-08-30use concrete type for ToolBoxItemsMapNoel Grandin
2023-08-30make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin
2023-08-30make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin
2023-08-30a11y: Hold focused list box entry by rtl::ReferenceMichael Weghorn
2023-08-23tdf#99609 tdf#156473 a11y: Check whether row header existsMichael Weghorn
2023-08-23a11y: Simplify AccessibleBrowseBox::implGetHeaderBarMichael Weghorn
2023-08-23a11y: Make AccessibleBrowseBoxBase's client ID privateMichael Weghorn
2023-08-19loplugin: new global analysis locking2Noel Grandin
2023-08-18tdf#156561 a11y: Don't ignore child events in AccessibleListBoxMichael Weghorn
2023-08-03tdf#156473 a11y: Implement AccessibleGridControlHeader::getAccessibleCellAtMichael Weghorn
2023-08-03tdf#156473 a11y: Use actual row/col index/count in grid control headerMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn
2023-08-02tdf#156473 a11y: Properly retrireve a11y context from XAccessibleMichael Weghorn