summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-13/+12
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-0/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-155-18/+8
* cppcheck:unreadVariableNoel Grandin2015-06-151-2/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1
* Fix typosAndrea Gelmini2015-06-151-1/+1
* graphicexport.ui: Remove incredibly unhelpful “help” messagesAdolfo Jayme Barrientos2015-06-121-59/+5
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-4/+4
* coverity#1302618 deref of NULLCaolán McNamara2015-06-104-63/+45
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-101-0/+1
* svtools: WaE: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0814-37/+37
* tdf#90804 remove SfxFieldUnit enumAndras Timar2015-06-081-7/+7
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-062-3/+3
* callcatcher: update unused codeCaolán McNamara2015-06-062-13/+0
* forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl2015-06-031-1/+1
* tdf#91677 fix flickering rulerTomaž Vajngerl2015-06-031-136/+112
* tdf#91199 add Venetian [vec-IT] to language listEike Rathke2015-06-031-0/+1
* lok: Avoid instantiation of the slide sorter barJan Holesovsky2015-06-031-2/+3
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-022-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0237-66/+66
* invalidate entry instead of everything in TreeListViewTomaž Vajngerl2015-06-011-11/+6
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-1/+1
* tdf#91677 fix invidsible menu in BaseTomaž Vajngerl2015-05-291-8/+4
* loplugin:loopvartoosmallNoel Grandin2015-05-2914-19/+19
* convert STARTTRACK constants to scoped enumNoel Grandin2015-05-283-4/+4
* convert AUTOSCROLL constants to scoped enumNoel Grandin2015-05-281-4/+4
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-282-9/+9
* fix highlight rendering for iconview with more effective clippingTomaž Vajngerl2015-05-281-20/+38
* fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl2015-05-281-4/+8
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-282-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-271-1/+1
* Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann2015-05-271-1/+1
* convert WINDOW_DRAW flags to scoped enumNoel Grandin2015-05-274-10/+10
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-261-1/+1
* Push without PopCaolán McNamara2015-05-261-2/+3
* loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin2015-05-261-13/+9
* convert SCROLL constants to scoped enumNoel Grandin2015-05-265-11/+11
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-267-28/+28
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-256-13/+14
* related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky2015-05-251-41/+16
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-251-2/+2
* callcatcher: update unused codeCaolán McNamara2015-05-242-12/+0
* svtools: SAL_WARN -> SAL_INFO that was OSL_DEBUG_LEVEL > 1 printf beforeMiklos Vajna2015-05-221-2/+2
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-223-7/+7
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-222-4/+4