# -*- 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_UITest_UITest,sfx2_doc)) $(eval $(call gb_UITest_add_modules,sfx2_doc,$(SRCDIR)/sfx2/qa/uitest,\ doc/ \ )) $(eval $(call gb_UITest_set_defs,sfx2_doc, \ TDOC="$(SRCDIR)/sfx2/qa/uitest/doc/data" \ )) # vim: set noet sw=4 ts=4: form method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/rtl/ustring.cxx
AgeCommit message (Expand)Author
2024-11-02No need to use SAL_THROW_EXTERN_C macro in CXXMike Kaganski
2023-12-11Step 3 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-06Simplify rtl_(u)string_newReplace implementationMike Kaganski
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann
2022-12-13Fix the "Found char > 127" warning to check the correct charactersMike Kaganski
2022-03-21Move implementation of doubleToString to sal/rtl/strtmpl.hxxMike Kaganski
2022-03-21Reorganize the code a bit to drop some detail::* helper functionsMike Kaganski
2022-03-03Deduplicate some char replacement functionsMike Kaganski
2022-03-02Unify normal/shortened, null-terminated/with-length comparisonsMike Kaganski
2022-03-02Drop useless indirection and unused templateMike Kaganski
2022-02-28Deduplicate string buffer codeMike Kaganski
2022-02-27Unify creation of character string copyMike Kaganski
2022-02-27Deduplicate newToAscii*CaseMike Kaganski
2022-02-27Deduplicate more comparison functionsMike Kaganski
2022-02-25Deduplicate rtl_uString_newReplaceFirst*Mike Kaganski
2022-02-25Make an -fsanitize=undefined workaround conditionalStephan Bergmann
2022-02-25Don't invent another strlenMike Kaganski
2022-02-25Use some rtl functionsMike Kaganski
2022-02-25Deduplicate some comparison functionsMike Kaganski
2022-02-24Deduplicate rtl_*String_newConcat*LMike Kaganski
2022-02-24Deduplicate rtl_*str_valueOf{Float,Double}Mike Kaganski
2022-02-24Deduplicate valueOf*Int*Mike Kaganski
2022-02-22Deduplicate newReplaceMike Kaganski
2022-02-17Deduplicate some codeMike Kaganski
2022-02-16Related: tdf#147421: optimize O(U)String's replaceAll*Mike Kaganski
2022-02-16De-duplicate some codeMike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-09-17Drop this unneeded indirectionMike Kaganski
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-10-05loplugin:reducevarscope in salNoel
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-08-11loplugin:flattenNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann