# -*- 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/. # $(eval $(call gb_Jar_Jar,ridl)) $(eval $(call gb_Jar_use_customtargets,ridl,\ ridljar/javamaker \ )) $(eval $(call gb_Jar_set_packageroot,ridl,com)) $(eval $(call gb_Jar_add_packagedirs,ridl,\ $(call gb_CustomTarget_get_workdir,ridljar/javamaker)/com \ )) $(eval $(call gb_Jar_add_sourcefiles,ridl,\ ridljar/com/sun/star/lib/uno/typedesc/FieldDescription \ ridljar/com/sun/star/lib/uno/typedesc/MemberDescriptionHelper \ ridljar/com/sun/star/lib/uno/typedesc/MethodDescription \ ridljar/com/sun/star/lib/uno/typedesc/TypeDescription \ ridljar/com/sun/star/lib/uno/typeinfo/AttributeTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ConstantTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MemberTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/MethodTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/ParameterTypeInfo \ ridljar/com/sun/star/lib/uno/typeinfo/TypeInfo \ ridljar/com/sun/star/lib/util/DisposeListener \ ridljar/com/sun/star/lib/util/DisposeNotifier \ ridljar/com/sun/star/lib/util/WeakMap \ ridljar/com/sun/star/uno/Any \ ridljar/com/sun/star/uno/Enum \ ridljar/com/sun/star/uno/IBridge \ ridljar/com/sun/star/uno/IEnvironment \ ridljar/com/sun/star/uno/IFieldDescription \ ridljar/com/sun/star/uno/IMapping \ ridljar/com/sun/star/uno/IMemberDescription \ ridljar/com/sun/star/uno/IMethodDescription \ ridljar/com/sun/star/uno/IQueryInterface \ ridljar/com/sun/star/uno/ITypeDescription \ ridljar/com/sun/star/uno/Type \ ridljar/com/sun/star/uno/Union \ ridljar/com/sun/star/uno/UnoRuntime \ )) # vim:set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard
2015-05-27tdf#90338 tdf#84254 DrawingML export fixAndras Timar
2015-05-12export each axis only once non-deleted, related tdf#84347Markus Mohrhard
2015-05-12tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad
2015-05-11Unused oox::AttributeConversion::decodeUnsignedHex()Miklos Vajna
2015-05-11split exportSeries function upMarkus Mohrhard
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate001
2015-05-08Unused oox::AttributeList::getUnsignedHex() variantMiklos Vajna
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-27support axis text properties during OOXML export, tdf#90532Markus Mohrhard
2015-04-25replace com::sun::star with css in chart ooxml exportMarkus Mohrhard
2015-04-25first part for manualLayout plot area support, tdf#90851Markus Mohrhard
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21fix TypeGroup MSO 2007 vs OOXML default valuesMarkus Mohrhard
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
2015-04-19export axis number format to OOXMLMarkus Mohrhard