# -*- 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_WinResTarget_WinResTarget,UAccCOM)) $(eval $(call gb_WinResTarget_use_custom_headers,UAccCOM,\ winaccessibility/ia2/idl \ )) ifneq ($(ENABLE_DBGUTIL),TRUE) $(eval $(call gb_WinResTarget_add_defs,UAccCOM,\ -DPRODUCT \ )) endif $(eval $(call gb_WinResTarget_set_include,UAccCOM,\ $$(INCLUDE) \ $(foreach i,$(ATL_INCLUDE), -I$(i)) \ )) $(eval $(call gb_WinResTarget_set_rcfile,UAccCOM,winaccessibility/source/UAccCOM/UAccCOM)) # vim:set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)Author
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-09-18reset m_bEnd after use to quit lcl_workerfuncCaolán McNamara
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin
2024-07-26cid#1557746 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-09cid#1557346 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-06-18tdf#161637 linguistic: fix apostrophe in spelling suggestionsLászló Németh
2024-06-16cid#1603804 Unchecked return valueCaolán McNamara
2024-06-14tdf#150582 linguistic: fix always rejected words with U+2019 apostropheLászló Németh
2024-06-10silence unknown property 'HyphNoLastWord'... etc warningsCaolán McNamara
2024-05-10loplugin:ostr in linguisticNoel Grandin
2024-04-05Silence strange -Wmaybe-uninitialized with recent GCC 14Stephan Bergmann
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-04Revert "osl::Mutex->std::mutex in GrammarCheckingIterator"Stephan Bergmann
2024-04-03osl::Mutex->std::mutex in GrammarCheckingIteratorNoel Grandin
2024-04-01tdf#146619 Drop unused 'using namespace' in: linguistic/Gabor Kelemen
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh
2024-03-08Remove duplicated includeAndrea Gelmini
2024-03-08use more string_viewNoel Grandin
2024-03-06remove deprecated IsGermanPreReform propertyNoel Grandin
2024-03-04finish removing IsSpellCapitalisation propertyNoel Grandin
2024-02-28use more string view in linguisticNoel Grandin
2024-02-14lok: implement a joinThreads function - to wind down thread pools.Michael Meeks
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-09avoid null deref of xIgnoreAllCaolán McNamara
2024-01-09tdf#150716 - Partially solves the issue.Gökay Şatır
2024-01-01tdf#158885 sw: don't hyphenate right after a stem boundaryLászló Németh
2023-12-22Lok: make Ignore All list name independent on UI languageMike Kaganski
2023-11-20Extended loplugin:ostr: linguisticStephan Bergmann
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski
2023-11-10Add missing license headersMike Kaganski
2023-11-09officecfg,*: add Office::Security::Net::AllowInsecureProtocolsMichael Stahl
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguisticStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-10using decls should come after #includeNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-02Simplify a bitMike Kaganski
2023-06-02tdf#155647: Pass XFlatParagraph by normal Reference, not WeakReferenceMike Kaganski
2023-06-02Fix nullptr dereferenceMike Kaganski
2023-05-13use more optional for CharClassNoel Grandin
2023-05-06Use getXWeak in linguisticMike Kaganski