summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-04 09:26:01 +0100
committerAndras Timar <atimar@suse.com>2012-12-04 09:26:01 +0100
commit0c00fcce7d3e777b1734f97ef67c28c609b99f44 (patch)
tree5930520457c9bf625e0b18c9bebd891f7dca3808 /source
parent7c70118da4116a56150f0c4f403bc9360ba249f9 (diff)
forgot to add this makefile libreoffice-4-0-branch-point
Change-Id: Ic532d55d08d03b5e9a0f68756fe7f24046f809db
Diffstat (limited to 'source')
-rw-r--r--source/text/swriter/librelogo/makefile.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/text/swriter/librelogo/makefile.mk b/source/text/swriter/librelogo/makefile.mk
new file mode 100644
index 0000000000..867c2fd6c9
--- /dev/null
+++ b/source/text/swriter/librelogo/makefile.mk
@@ -0,0 +1,24 @@
+# -*- 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/.
+#
+
+PRJ = ../../../..
+PRJNAME = helpcontent2
+PACKAGE = text/swriter/librelogo
+TARGET = text_swriter_librelogo
+MODULE = swriter
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)/settings.pmk
+
+XHPFILES = LibreLogo.xhp
+
+.INCLUDE : target.mk
+.INCLUDE : tg_help.mk
+
+# vim: set noet sw=4 ts=4:
r'>feature/window-iter LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_arena.cxx
AgeCommit message (Expand)Author
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-05-17Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann
2018-04-27loplugin:constantparamNoel Grandin
2018-04-20loplugin:constantparamNoel Grandin
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-03Work around GCC 7 mis-featureStephan Bergmann
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist
2016-02-23new loplugin: commaoperatorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-16rtl_arena_alloc must never obey AMode_SYSTEMStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-31cid#1202756 Clarify with assert that ave == 0 cannot happenStephan Bergmann
2014-10-31cid#1202755 Clarify with assert that new_size == 0 cannot happenStephan Bergmann
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist