# -*- 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_Package_Package,wizards_basicsrvdepot,$(SRCDIR)/wizards/source/depot)) $(eval $(call gb_Package_add_files,wizards_basicsrvdepot,$(LIBO_SHARE_FOLDER)/basic/Depot,\ CommonLang.xba \ Currency.xba \ Depot.xba \ dialog.xlb \ Dialog2.xdl \ Dialog3.xdl \ Dialog4.xdl \ Internet.xba \ Lang_de.xba \ Lang_en.xba \ Lang_es.xba \ Lang_fr.xba \ Lang_it.xba \ Lang_ja.xba \ Lang_ko.xba \ Lang_sv.xba \ Lang_tw.xba \ Lang_zh.xba \ script.xlb \ tools.xba \ )) # vim: set noet sw=4 ts=4: option value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source/export/vmlexport.cxx
AgeCommit message (Expand)Author
2017-12-08tdf#114308 Export Watermark size as isSzymon Kłos
2017-11-24Fix typosAndrea Gelmini
2017-11-23Convert fprintf to SAL_WARN / SAL_INFOSamuel Mehrbrodt
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin
2017-11-14tdf#113037 DOCX Watermark correct ratioSzymon Kłos
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke
2017-08-23DOCX: Fix an other test case of ActiveX control exportTamás Zolnai
2017-08-22Fix two issues in ActiveX DOCX import / export codeTamás Zolnai
2017-08-18NdTopLeft is unused now.Tamás Zolnai
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai
2017-06-10coverity#1412145 Result is not floating pointCaolán McNamara
2017-06-08Watermark: VML export/import font sizeSzymon Kłos
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-05-26Watermark: docx interoperabilitySzymon Kłos
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-10loplugin:inlinefields in oox::vml::VMLExportNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-05No need to check isEmpty() before clearingStephan Bergmann
2017-01-05oox: rename misleadingly prefixed m_pShapeStyleMichael Stahl
2017-01-05No need for heap-allocated OUStringBufferStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-06tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin