aboutsummaryrefslogtreecommitdiff
path: root/source/eo
AgeCommit message (Expand)Author
2013-04-11update translations for LibreOffice 4.0.2 rc1Andras Timar
2013-02-24update translations for LibreOffice 4.0.1 rc2Andras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-02-06fix parser errors in help translationsDavid Tardon
2013-01-28Kazak -> Kazakh change in translationsAndras Timar
2013-01-28add missing translations for 'Insert' buttonAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc3Andras Timar
2013-01-28quick fix for string freeze break in About boxAndras Timar
2013-01-28remove obsolete .po filesAndras Timar
2013-01-28typo fix in LibreLogo helpAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-09fix of damaged files from beta1Andras Timar
2012-12-03translators wanted LibreLogo help in a separate fileAndras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20add missing po file for filter/uiconfigAndras Timar
2012-11-20add tudes po filesAndras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-11-07add librelogo filesAndras Timar
2012-10-23move po files to correct locationDavid Tardon
2012-10-16move translations structure one directory upNorbert Thiebaud
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara
2016-01-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung
2016-01-10Fix typosAndrea Gelmini
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-20new loplugin: badvectorinitNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl
2015-09-17boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-27Clean up emptyStringStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann