# -*- 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_Module_Module,framework)) $(eval $(call gb_Module_add_targets,framework,\ Library_fwe \ Library_fwi \ Library_fwk \ Library_fwl \ Library_fwm \ Package_dtd \ )) $(eval $(call gb_Module_add_l10n_targets,framework,\ AllLangResTarget_fwe \ UIConfig_startmodule \ )) ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,framework,\ JunitTest_framework_complex \ JunitTest_framework_unoapi \ )) endif # vim: set noet sw=4 ts=4: ibreoffice-5-0 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textbodyproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-20tdf#116350 Import preset text geometry (text effects)Szymon Kłos1-0/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-3/+3
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-3/+3
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: ooxStephan Bergmann1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar1-4/+4
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-4/+0
2014-06-10Related bnc#862510: extend handling of txXfrmZolnai Tamás1-3/+3
2014-05-30bnc#870237: wrong text position in grouped listZolnai Tamás1-2/+4
2014-03-29coverity#1194942 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian1-2/+2
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-8/+8
2014-02-26Remove visual noise from ooxAlexander Wilms1-2/+2
2012-09-06n#771549: Import text offsets in shapes.Muthu Subramanian1-1/+14
2012-08-16