aboutsummaryrefslogtreecommitdiff
path: root/source/kn/framework
AgeCommit message (Expand)Author
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2017-12-18update translations for 6.0/masterChristian Lohmaier
2017-10-19update templates for 6.0.0 alpha1Christian Lohmaier
2017-09-14convert to gettext formatCaolán McNamara
2017-05-18another update of translations for 5.4.0 beta1libreoffice-5-4-branch-pointChristian Lohmaier
2017-04-28update translations for 5.4.0 alpha1Christian Lohmaier
2016-11-23update translations for 5.3.0 beta1libreoffice-5-3-branch-pointChristian Lohmaier
2016-05-25update translations for 5.2.0 beta1Christian Lohmaier
2015-12-15update translations for 5.1.0 rc1Christian Lohmaier
2015-09-03update translations for masterChristian Lohmaier
2015-04-19update translations for 5.0.0 Alpha1Christian Lohmaier
2014-11-20update translations for 4.4.0 beta1Christian Lohmaier
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
fice-3-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_impl.hxx
AgeCommit message (Expand)Author
2023-02-13tdf#143148 Use pragma once instead of include guardsbuldi
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-08-10loplugin:passstuffbyrefNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: pyunoStephan Bergmann
2020-04-09pyuno: sed Python2/3 string compatibility wrappersMichael Stahl
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2019-09-18tdf#39593 use getUnoTunnelImplementation in pyunoArkadiy Illarionov
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-07-03const fixes for python3-devel-3.7.0-1.fc29.x86_64Stephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-01Fix compilation with Python 2.7Matthew J. Francis
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara