aboutsummaryrefslogtreecommitdiff
path: root/source/ur/xmlsecurity
AgeCommit message (Expand)Author
2022-01-31update translations for masterChristian Lohmaier
2021-08-30update translations for 7-2/masterChristian Lohmaier
2021-03-30update translations for masterChristian Lohmaier
2021-01-30update translations for masterChristian Lohmaier
2021-01-25update translations for masterChristian Lohmaier
2021-01-14update translations for masterChristian Lohmaier
2020-11-16update translations for masterChristian Lohmaier
2020-10-27update translations for master / 7.1.0.0 alpha1Christian Lohmaier
2020-10-23update translations for master/7.1.0 alpha1Christian Lohmaier
2020-09-07update translations for masterChristian Lohmaier
2020-08-27update translations for masterChristian Lohmaier
2020-08-21update translations for masterChristian Lohmaier
2020-01-22update translations for masterChristian Lohmaier
2019-10-14update translations for masterChristian Lohmaier
2019-05-13update translationsChristian Lohmaier
2019-04-25update translations for masterChristian Lohmaier
2018-12-19update translations for 6.2.0 rc1Christian Lohmaier
2018-11-13update translations for masterChristian Lohmaier
2018-10-03update translations for masterChristian Lohmaier
2018-05-24update translations for master/6.1 beta1libreoffice-6-1-branch-pointChristian Lohmaier
2018-04-25update translatiosn for 6.1.0 alpha1Christian Lohmaier
2018-01-15update translations after first de-fuzzying roundChristian Lohmaier
2017-12-18update translations for 6.0/masterChristian 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
2015-08-12update translationsChristian Lohmaier
2015-05-19update translations for 5.0.0 beta1libreoffice-5-0-branch-pointChristian 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-06-05update translations for LibreOffice 4.1 beta2Andras Timar
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
ce-5-3-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/Executable_cgmfuzzer.mk
>
AgeCommit message (Collapse)Author
2021-12-25oss-fuzz: use fuzzer_statics for default staticsJan-Marek Glogowski
Change-Id: I3616507127e0661635d87ba2b949ddaa13bc898d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127454 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-01tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl
2017-02-28new loplugin unoanyNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-23loplugin:unusedmethods in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl
2015-12-21loplugin:unusedfields in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-15convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin