summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-02loplugin:constantparamNoel Grandin16-457/+452
2018-07-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2018-07-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2018-07-02tdf#109190 sd: only MakeVisible on mouseclick-upJustin Luth3-1/+12
2018-07-02tdf#51223 can now undo auto-capitalise with enterNickson Thanda3-2/+24
2018-07-02loplugin:unusedmethodsNoel Grandin22-346/+188
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin79-231/+228
2018-07-02loplugin:unusedfields improve checking for write-only fieldsNoel Grandin19-174/+134
2018-07-02Colibre icons: update mediaplayer iconsandreas kainz6-3/+4
2018-07-02Colibre icons: update avmedia iconsandreas kainz4-2/+2
2018-07-02Colibre icons: fix sc_*columns* iconsandreas kainz6-0/+0
2018-07-02scaddins: Drop unused stuffTakeshi Abe1-3/+0
2018-07-02uitest interpreter: add support for starting appsSaurav Chirania1-1/+16
2018-07-02Small cleanup and simplificationMike Kaganski1-14/+12
2018-07-02tdf#108000 sw layout: ignore emulated keep on large tablesJustin Luth1-1/+2
2018-07-02uitest interpreter: let's use argparse to parse argumentsSaurav Chirania1-19/+12
2018-07-02sc: Replace DblMin() with std::min()Takeshi Abe1-6/+1
2018-07-02Move writesort() method from WriteDatabaseRange to free functionVikas2-71/+73
2018-07-01uitest interpreter: add more featuresSaurav Chirania1-1/+21
2018-07-01cppcheck: variableScopeJochen Nitschke1-4/+2
2018-07-01cppcheck: variableScopeJochen Nitschke1-1/+1
2018-07-01cppcheck: variableScopeJochen Nitschke1-1/+1
2018-07-01cppcheck: variableScopeJochen Nitschke1-2/+4
2018-06-30cppcheck: variableScopeJochen Nitschke1-8/+3
2018-06-30cppcheck: variableScopeJochen Nitschke1-3/+3
2018-06-30Reduce number of operations on OUStringMatteo Casalin1-11/+6
2018-06-30Use indexed getToken() and avoid getTokenCount()Matteo Casalin1-5/+6
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-5/+1
2018-06-30Constify, fix whitespacesMatteo Casalin1-4/+2
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-3/+2
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-2/+1
2018-06-30Initialize local variableMatteo Casalin1-1/+1
2018-06-30Avoid getTokenCount() + not empty OUString has at least 1 tokenMatteo Casalin1-5/+5
2018-06-30Copy INetURLObject object instead of constructing it twiceMatteo Casalin1-2/+6
2018-06-30Avoid getTokenCount()Matteo Casalin1-1/+1
2018-06-30Bail out early and reduce temporariesMatteo Casalin1-16/+12
2018-06-30Avoid getTokenCount()Matteo Casalin1-4/+2
2018-06-30Avoid getTokenCount()Matteo Casalin1-8/+5
2018-06-30Avoid getTokenCount()Matteo Casalin1-5/+4
2018-06-30Avoid getTokenCount()Matteo Casalin1-4/+15
2018-06-30Not empty OUString has at least one tokenMatteo Casalin1-2/+1
2018-06-30Avoid getTokenCountMatteo Casalin1-6/+11
2018-06-30sc: Spare an OUStringBuffer by replacing removeChars()Takeshi Abe1-13/+2
2018-06-30Small cleanupMike Kaganski1-5/+1
2018-06-30Avoid assertion on user dataMike Kaganski1-1/+4
2018-06-30Avoid com.sun.star.container.NoSuchElementException "Active"Julien Nabet1-0/+2
2018-06-30Updated coreAli Ahmadi1-0/+0
2018-06-30android: simplify boolean statementChristian Lohmaier1-3/+2
2018-06-30android: get rid of unsafe/unchecked castsChristian Lohmaier2-28/+20
2018-06-30android: suppress deprecation warning for Html.toHtml(String)Christian Lohmaier1-1/+4