# -*- 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,cli_uno)) $(eval $(call gb_Library_add_cxxflags,cli_uno,\ -AI $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \ -clr \ -wd4339 \ )) $(eval $(call gb_Library_add_ldflags,cli_uno,\ -ignore:4248 \ )) $(eval $(call gb_Library_use_udk_api,cli_uno)) $(eval $(call gb_Library_use_libraries,cli_uno,\ cppu \ sal \ )) $(eval $(call gb_Library_use_system_win32_libs,cli_uno,\ mscoree \ msvcmrt \ )) $(eval $(call gb_Library_add_exception_objects,cli_uno,\ cli_ure/source/uno_bridge/cli_bridge \ cli_ure/source/uno_bridge/cli_data \ cli_ure/source/uno_bridge/cli_environment \ cli_ure/source/uno_bridge/cli_proxy \ cli_ure/source/uno_bridge/cli_uno \ )) $(call gb_Library_get_headers_target,cli_uno) :| \ $(call gb_CliLibrary_get_target,cli_ure) \ $(call gb_CliUnoApi_get_target,cli_uretypes) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
AgeCommit message (Expand)Author
2021-10-17just do one lookup for loop detectionCaolán McNamara
2021-10-16ofz#40004 TimeoutCaolán McNamara
2021-10-11loplugin:moveparam in lotuswordproNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-05ofz: detect infinite loopCaolán McNamara
2021-09-27ofz#39374: avoid infinite loopCaolán McNamara
2021-09-25Fix typosAndrea Gelmini
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: lotuswordproStephan Bergmann
2021-09-19ofz: avoid TimeoutCaolán McNamara
2021-09-18ofz#37911 Avoid timeout when fuzzingCaolán McNamara
2021-09-08ofz#27296 limit row span when fuzzingCaolán McNamara
2021-09-05cid#1490901 silence Out-of-bounds readCaolán McNamara
2021-09-04cid#1490901 silence Out-of-bounds readCaolán McNamara
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-02cid#1490900 Unchecked return valueCaolán McNamara
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-28ofz#26357 Infinite loopCaolán McNamara
2021-08-27Related: ofz#27296 OOM std::map->std::vectorCaolán McNamara
2021-08-27we are going to remove the entire row anywayCaolán McNamara
2021-08-27ofz#37660: searching in wrong parent for tableCaolán McNamara
2021-08-26ofz#35646 Indirect-leakCaolán McNamara
2021-08-03Fix typosAndrea Gelmini
2021-07-19Fix typoAndrea Gelmini
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-02no need to allocate these on the heapNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-26Revert "ofz#27296 Out-of-memory and ofz#27384 Indirect-leak"Caolán McNamara
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-17ofz#27296 Out-of-memory and ofz#27384 Indirect-leakCaolán McNamara
2021-03-26cid#1474321 make it a little more clear that the size *is* checkedCaolán McNamara
2021-03-26loplugin:flattenNoel
2021-03-26Drop these definesMike Kaganski
2021-03-24cid#1222240 silence bogus Untrusted divisorCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl