summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2015-07-12Optimize a bit GraphicCache::GetUniqueIDJulien Nabet1-3/+4
2015-07-10svtools: pimplify SvListViewMichael Stahl1-104/+144
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl2-1/+4
2015-07-09tdf#90428 add Aranese [oc-ES] to language listEike Rathke1-0/+1
2015-07-08Fix typosAndrea Gelmini4-4/+4
2015-07-06improve the returnbyref lopluginNoel Grandin7-70/+69
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-2/+1
2015-07-04Fix typosAndrea Gelmini5-5/+5
2015-07-02tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.Michael Meeks1-1/+2
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-15/+0
2015-06-30add English (Gambia) [en-GM] to language list, tdf#92442Eike Rathke1-0/+1
2015-06-29Related tdf#92322: fix crash with doCursorJulien Nabet1-0/+2
2015-06-29coverity#1308588 Uncaught exceptionCaolán McNamara1-0/+5
2015-06-29-fsanitize=vptr: avoid premature downcastStephan Bergmann1-2/+2
2015-06-29remove custom RTTI from ImageMapNoel Grandin1-2/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin3-24/+19
2015-06-28coverity#1308503 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-37/+20
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-5/+4
2015-06-24uncommitted SvtOptionsDrawinglayer_ImplCaolán McNamara1-0/+2
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2-7/+10
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky8-17/+20
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2-26/+29
2015-06-19Disambiguate needlessly overloaded SvDetachedEventDescriptor::hasByNameStephan Bergmann1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-13/+12
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin5-18/+8
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-12graphicexport.ui: Remove incredibly unhelpful “help” messagesAdolfo Jayme Barrientos1-59/+5
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-4/+4
2015-06-10coverity#1302618 deref of NULLCaolán McNamara4-63/+45
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-0/+1
2015-06-09svtools: WaE: '<::' cannot begin a template-argument listMiklos Vajna1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann14-37/+37
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-7/+7
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-3/+3
2015-06-06callcatcher: update unused codeCaolán McNamara2-13/+0
2015-06-03forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl1-1/+1
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl1-136/+112
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke1-0/+1
2015-06-03lok: Avoid instantiation of the slide sorter barJan Holesovsky1-2/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-3/+3
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara37-66/+66