aboutsummaryrefslogtreecommitdiff
path: root/source/hr
AgeCommit message (Expand)Author
2018-11-13update translations for masterChristian Lohmaier
2018-10-22update translations for 6.2.0 alpha1Christian Lohmaier
2018-10-03update translations for masterChristian Lohmaier
2018-08-03update translations for masterChristian Lohmaier
2018-07-09update translations for masterChristian Lohmaier
2018-07-04update translations with the updated submodulesChristian Lohmaier
2018-07-04update translations for 6.1.0 rc1Christian Lohmaier
2018-07-03update translations for 6.1.0 rc1Christian Lohmaier
2018-06-14update translations for 6.1 beta2Christian Lohmaier
2018-05-24update translations for master/6.1 beta1libreoffice-6-1-branch-pointChristian Lohmaier
2018-05-23update translations for master/6.1 beta1Christian Lohmaier
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2018-02-22update translations for 6.0.2 rc1Christian Lohmaier
2018-02-08update translations for 6.0Christian Lohmaier
2018-01-24update translations for 6.0.0 rc3Christian Lohmaier
2018-01-17update translations after another de-fuzzying roundChristian Lohmaier
2018-01-15update translations after first de-fuzzying roundChristian Lohmaier
2018-01-10update translations for 6.0 rc2Christian Lohmaier
2017-12-20update translations for 6.0 rc1Christian Lohmaier
2017-12-18update translations for 6.0/masterChristian Lohmaier
2017-12-12resurrect some translated strings via compendiumChristian Lohmaier
2017-12-11update translationsChristian Lohmaier
2017-12-11update translations for 6.0 beta2Christian Lohmaier
2017-11-24another set of translation updates for 6.0 beta1libreoffice-6-0-branch-pointChristian Lohmaier
2017-11-22update translations for 6.0 beta1Christian Lohmaier
2017-10-19update templates for 6.0.0 alpha1Christian Lohmaier
2017-09-14convert to gettext formatCaolán McNamara
2017-07-12update translationsChristian Lohmaier
2017-07-05update translations for 5.4.0 rc2Christian Lohmaier
2017-06-21update translations for 5.4.0 rc1Christian Lohmaier
2017-06-07update translations for 5.4.0 Beta2Christian Lohmaier
2017-05-18another update of translations for 5.4.0 beta1libreoffice-5-4-branch-pointChristian Lohmaier
2017-05-16update translations for 5.4.0 beta1Christian Lohmaier
2017-04-28update translations for 5.4.0 alpha1Christian Lohmaier
2017-03-29update translations for 5.3.2 rc2Christian Lohmaier
2017-03-16update translations for 5.3.2 rc1Christian Lohmaier
2017-03-07update translations for 5.3.1 rc2Christian Lohmaier
2017-02-28update translations for 5.3.1 rc2Christian Lohmaier
2017-01-26update translations for 5.3.0 rc3Christian Lohmaier
2017-01-10update translationsChristian Lohmaier
2016-12-10update translations for 5.3.0 beta2Christian Lohmaier
2016-11-23update translations for 5.3.0 beta1libreoffice-5-3-branch-pointChristian Lohmaier
2016-10-11update translations for 5.2.3 rc1Christian Lohmaier
2016-10-09Pootle updatejan Iversen
2016-08-24update translations for 5.2.1 rc2Christian Lohmaier
2016-08-10update translations for 5.2.1 rc1Christian Lohmaier
2016-08-10update translations for 5.2.0 rc4Christian Lohmaier
2016-07-19update translations for 5.2.0 rc3Christian Lohmaier
2016-07-07update translations for 5.2.0 rc2Christian Lohmaier
2016-06-21update translations for 5.2.0 rc1Christian Lohmaier
-2'>libreoffice-6-3-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/cppu
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21com::sun::star->css in include/cppuNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01MSVC 2013 doesn't define __cplusplus >= 201103LStephan Bergmann
2015-04-01Make cppu::UnoType<decltype(x)>::get() work when x is of reference typeStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-18unotype.hxx: fix documentation copypastaMichael Stahl
2014-09-02Related fdo#82088: removing and shortening aliasesStefan Weiberg
2014-06-05cppu: remove SAL_THROW macroNoel Grandin
2014-04-19fixincludeguards.sh: includeThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-01-28cppu: Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann
2013-12-16CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecatedStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/cppuNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-04-24move URE headers to include/David Tardon