# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache)) $(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-cache,\ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\ binaryurp/qa/test-cache \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
AgeCommit message (Expand)Author
2016-06-29move #includes to top of fileNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-01Fix typos in codeAndrea Gelmini
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2016-01-01guard against infinite recursion in MarginsSameAsParentCaolán McNamara
2015-12-28guard against infinite recursion in GetGeometryCaolán McNamara
2015-12-15more recursion protectionCaolán McNamara
2015-12-13need more References for life cycle fixes hereCaolán McNamara
2015-12-13hold WaterMarkLayout by referenceCaolán McNamara
2015-12-13use more references to fix life cyclesCaolán McNamara
2015-12-13guard against invalid Layout ScaleCaolán McNamara
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara
2015-12-13use more references to fix life cyclesCaolán McNamara
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara
2015-12-13recursion protectionCaolán McNamara
2015-12-13infinite recurse protectionCaolán McNamara
2015-12-13guard against infinite recursionCaolán McNamara
2015-12-10check dynamic castsCaolán McNamara
2015-12-10guard against missing geometryCaolán McNamara
2015-12-09guard against infinite recursion on registering stylesCaolán McNamara
2015-12-09guard against styles based on themselvesCaolán McNamara
2015-11-20loplugin:unusedfields lotuswordproNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann