# -*- 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_Dictionary_Dictionary,dict-uk,dictionaries/uk_UA)) $(eval $(call gb_Dictionary_add_root_files,dict-uk,\ dictionaries/uk_UA/hyph_uk_UA.dic \ dictionaries/uk_UA/README_hyph_uk_UA.txt \ dictionaries/uk_UA/README_th_uk_UA.txt \ dictionaries/uk_UA/README_uk_UA.txt \ dictionaries/uk_UA/uk_UA.aff \ dictionaries/uk_UA/uk_UA.dic \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-uk,\ dictionaries/uk_UA/th_uk_UA.dat \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)Author
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-13fdo#57950: Remove some chained appends in xmhelpJelle van der Waa
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák
2013-06-06stop this decadent waste of precious newlinesMichael Stahl
2013-06-06xmlhelp: fix reading symlinked .tree filesMichael Stahl
2013-06-05Some String -> OUStringStephan Bergmann
2013-06-05fdo#46808, Replace usage of SpecialConfigManagerNoel Grandin
2013-04-28fdo#63197: convert helpxslJulien Nabet
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22fdo#62096 Corrected stupid error in previous patchSameer Deshmukh
2013-04-22fdo#62096 - Changed a few compareTo's to '=='Sameer Deshmukh
2013-04-15prefix all component_getFactory methodsPeter Foley
2013-04-11detect and apply Windows' high contrast theme to local helpAndras Timar
2013-04-09rename expat external to 'expat'David Tardon
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-02icon style fixes in local helpAndras Timar
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith
2013-03-08make use of startsWith()Thomas Arnhold
2013-02-28remove all d.lstMichael Stahl
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2013-02-22s/the the/the/Tor Lillqvist
2013-02-20coverity: passing by const reference is more efficientMarkus Mohrhard
2013-02-13compact help xml files with xslt which removes the cruftAndras Timar
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl