/* Configuration of restriction on supported locales, by the * --with-locales option. * * (Note that this is totally unrelated to what UI language(s) were * configured with the --with-lang option.) * * Normally, especially for desktop OSes, LibreOffice is built to * support all the locales and character encodings that it has code * (data) for in the source code. By using the --with-locales * configure switch, this can be restricted. * * This file defines feature test macros for those languages for which * at least one locale is to be supported. In some cases, a feature * test macro for a script is provided in addition or instead. * * Only languages for which there exists separate code and/or data in * the source code need to be mentioned here. */ #ifndef CONFIG_LOCALES_H #define CONFIG_LOCALES_H /* In the normal case WITH_LOCALE_ALL is one and this * overrides the others which are zero. */ #define WITH_LOCALE_ALL 0 /* When --with-locales was used, WITH_LOCALE_ALL is zero and some of * these are one. */ #define WITH_LOCALE_ca 0 #define WITH_LOCALE_dz 0 #define WITH_LOCALE_el 0 #define WITH_LOCALE_he 0 #define WITH_LOCALE_hi 0 #define WITH_LOCALE_hr 0 #define WITH_LOCALE_hu 0 #define WITH_LOCALE_is 0 #define WITH_LOCALE_ja 0 #define WITH_LOCALE_ko 0 #define WITH_LOCALE_ku 0 #define WITH_LOCALE_ln 0 #define WITH_LOCALE_my 0 #define WITH_LOCALE_ne 0 #define WITH_LOCALE_ro 0 #define WITH_LOCALE_ru 0 #define WITH_LOCALE_sid 0 #define WITH_LOCALE_th 0 #define WITH_LOCALE_tr 0 #define WITH_LOCALE_uk 0 #define WITH_LOCALE_zh 0 #define WITH_LOCALE_FOR_SCRIPT_Cyrl 0 #define WITH_LOCALE_FOR_SCRIPT_Deva 0 #endif value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/lineproperties.cxx
AgeCommit message (Expand)Author
2019-09-05Fix typosAndrea Gelmini
2019-09-05tdf#127166, tdf#123903 improve import/export of line stylesRegina Henschel
2019-08-23tdf#126741 - fix dash dot dot line style import problem, for pptxnd101
2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek
2018-08-24tdf#73547 fix ooxml export / import custom dashes.Mark Hung
2018-03-05use more Color in ooxNoel Grandin
2017-10-23loplugin:includeform: ooxStephan Bergmann
2017-10-09tdf#100491: Reduce DOCX shapes arrow line ending size multiplierVasily Melenchuk
2017-09-07Replace macro with lambdaStephan Bergmann
2017-08-05Fix typosAndrea Gelmini
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist
2016-09-17convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-10Rewrite import and export of custom dashes in ooxml filter (fix)Adam Co
2014-02-26Remove visual noise from ooxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28ooxml: Preserve shape style and theme attributes for lineJacobo Aragunde Pérez
2014-01-27ooxml: fix import of custDash shape line attributeJacobo Aragunde Pérez
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin
2013-06-17fdo#43460 oox: use isEmpty()Jelle van der Waa
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna
2012-12-13PCH for Library_ooxLuboš Luňák
2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz
2012-07-17re-base on ALv2 code. Includes:Michael Meeks