summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-4/+4
2018-08-13short-circuit IsFuzzing when FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION definedCaolán McNamara1-0/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen8-0/+8
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke1-2/+3
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-6/+8
2018-07-27unotools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2-8/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-2/+1
2018-07-11clean up UNO available() implementationsNoel Grandin2-12/+4
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin2-17/+28
2018-07-09loplugin:oncevarNoel Grandin1-1/+1
2018-06-28Fix typosAndrea Gelmini1-1/+1
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-4/+24
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+0
2018-05-30make CharClass also mutex-protect calls to its dependent classLuboš Luňák1-1/+55
2018-05-28loplugin:unusedmethodsNoel Grandin1-7/+0
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-1/+3
2018-05-17-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin1-49/+0
2018-05-11Avoid gengal hanging in an --enable-dbgutil build on WindowsTor Lillqvist1-1/+69
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh1-0/+8
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara1-15/+14
2018-04-25Revert "make UcbStreamHelper return SvStream by std::unique_ptr"Noel Grandin1-17/+17
2018-04-25make UcbStreamHelper return SvStream by std::unique_ptrNoel Grandin1-17/+17
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-11/+3
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin4-29/+32
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-10/+10
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke5-5/+0
2018-03-29Remove bogus assertStephan Bergmann1-1/+0
2018-03-26tdf#116315 - Cycle Case including Sentence caseheiko tietze1-2/+5
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-14tdf#114751 Update the default UI fonts for Japanese localeTakeshi Abe1-28/+0
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin1-5/+3
2018-03-06Fix typosAndrea Gelmini1-2/+2
2018-03-02Blind build fix for AndroidStephan Bergmann1-2/+2
2018-03-02iOS, added same limitations as MACOSXjan Iversen1-2/+2
2018-03-02fix fuzzer buildCaolán McNamara1-0/+3
2018-03-01hook up gettext to native dialogCaolán McNamara1-1/+5
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-22remove some sal_Bool remnantsNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: unotoolsStephan Bergmann7-9/+9
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann13-50/+50
2018-01-11loplugin:redundantcast: unotoolsStephan Bergmann1-2/+2
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin3-26/+17
2018-01-08lokdialog: Few more places that need to take LOK's LanguageTag into account.Jan Holesovsky1-0/+8
2018-01-05ofz#4952 avoid liblangtag config when fuzzing enabledCaolán McNamara1-0/+2
2018-01-04loplugin:unusedfieldsNoel Grandin1-2/+1
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin1-14/+1
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-2/+2
2017-12-23ofz#4722 Integer-overflowCaolán McNamara1-26/+39