aboutsummaryrefslogtreecommitdiff
path: root/source/sh
AgeCommit message (Expand)Author
2013-02-05update Serbian translationAndras Timar
2013-01-28Kazak -> Kazakh change in translationsAndras Timar
2013-01-28add missing translations for 'Insert' buttonAndras Timar
2013-01-28quick fix for string freeze break in About boxAndras Timar
2013-01-20build fixAndras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-21missing Language codes in Serbian po filesAndras Timar
2012-11-21fix Language in sh po headersAndras 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
unostyles3'>feature/unostyles3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20Fix typosAndrea Gelmini
2016-07-12Remove excess newlinesChris Sherlock
2016-02-22WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud
2015-11-22cppcheck:useInitializationListNoel Grandin
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-18Clean upStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10cid#1338241 removed throw from C function.jan iversen
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02Avoid ASan new-delete-type-mismatch with -fsized-deallocationStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Avoid loplugin:redundantcast in non-debug buildStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann