# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,sw_unoapi_1)) $(eval $(call gb_JunitTest_set_defs,sw_unoapi_1,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sw/qa/unoapi/sw_1.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sw/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sw/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,sw_unoapi_1,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,sw_unoapi_1,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: ce-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Expand)Author
2011-11-03Add possibilty to embed ole object and to pass paragraph bordersLaurent Alonso
2011-10-28Removing unused headerFridrich Štrba
2011-10-28Modelines also for this fileFridrich Štrba
2011-10-28Fix a memory leak with opacity gradientsFridrich Štrba
2011-10-28Adapt the build bitsFridrich Štrba
2011-10-28Use shared_ptr to avoid leaksLaurent Alonso
2011-10-27fSectionSpaceAfter is unusedCaolán McNamara
2011-10-27Syncing with out-of-tree writerperfectFridrich Štrba
2011-10-26No struct lconv::decimal_point in Android's libcTor Lillqvist
2011-10-25Realy not need to make this one depend on boostFridrich Štrba
2011-10-25Added line marker supportTibby Lickle
2011-10-25Fix a typo + don't open a row or cell if no table is startedLaurent Alonso
2011-10-25Prefer pre-increment in for loopsFridrich Štrba
2011-10-25remove unused code... againDavid Tardon
2011-10-25Put the modeline backFridrich Štrba
2011-10-25Fix the buildFridrich Štrba
2011-10-25White-space change to fix messy mix of different coding stylesFridrich Štrba
2011-10-24Some cppcheck cleaning (I let the extra qualified as advised on IRC)Julien Nabet
2011-10-24fix warning and indent and use boost::noncopyableCaolán McNamara
2011-10-24was the intent to mark this as non-copyableCaolán McNamara
2011-10-23Removed apparently unused fSectionSpaceAfter (nee OdtGenerator::mfSectionSpac...Stephan Bergmann
2011-10-23Handle styles in a more intelligent wayLaurent Alonso
2011-10-15Try to handle more text-box propertiesFridrich Štrba
2011-10-12write out the text margins in text blockFridrich Štrba