summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr
Commit message (Expand)AuthorAgeFilesLines
* tdf#36308 make double click not expand/collapse node in Navigator treeJim Raykowski2018-01-112-4/+12
* Modernize a bit svtoolsJulien Nabet2018-01-113-36/+23
* Optimize a bit fileview.cxx (svtools)Julien Nabet2018-01-111-93/+53
* loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin2017-12-261-2/+2
* svtools: Use std::unique_ptr for SvImpLBoxTakeshi Abe2017-12-231-8/+3
* drop last CONTAINER_APPEND useCaolán McNamara2017-12-191-1/+1
* Fix typosAndrea Gelmini2017-12-171-1/+1
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-081-1/+1
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-1/+1
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-232-3/+3
* loplugin:flatten in svtoolsNoel Grandin2017-11-2212-652/+652
* Fix typosAndrea Gelmini2017-11-141-1/+1
* loplugin:constparam in vcl,svtoolsNoel Grandin2017-11-033-7/+7
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: svtoolsStephan Bergmann2017-10-239-10/+10
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-9/+2
* svtools: SvTreeListEntry's copy ctor is unnecessaryTakeshi Abe2017-10-201-13/+0
* use std::unique_ptr in SvTreeListNoel Grandin2017-10-181-39/+34
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* Resolves: tdf#112656 don't reset to default font if a custom font was setCaolán McNamara2017-10-011-5/+2
* tdf#49634 Fix positioning of focus rectangle in Navigator content treeJim Raykowski2017-09-261-0/+2
* unused aDDLastRectPos in SvxIconChoiceCtrl_ImplNoel Grandin2017-09-202-2/+1
* headString in SvTreeListBox is unusedNoel Grandin2017-09-181-36/+1
* clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2017-09-121-2/+2
* cppcheck: identicalConditionAfterEarlyExitJochen Nitschke2017-09-121-1/+1
* cppcheck: knownConditionTrueFalseJochen Nitschke2017-09-111-4/+0
* SvTreeListBox: turn some DBG_ASSERT() into assert()Eike Rathke2017-09-071-15/+15
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-281-1/+1
* Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCountStephan Bergmann2017-08-281-1/+1
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-222-3/+10
* svtools: rename function to match it's effect.Jochen Nitschke2017-08-201-3/+3
* svtools: remove function with unused return valueJochen Nitschke2017-08-202-13/+2
* convert ExtendedWinBits to a single bool flagNoel Grandin2017-08-183-7/+7
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-3/+3
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-4/+4
* split out VclBuilder static methodsCaolán McNamara2017-08-021-1/+1
* make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara2017-07-311-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-2110-225/+22
* loplugin:constparams in svtoolsNoel Grandin2017-07-199-27/+27
* Resolves: tdf#99071 tree view shows odd text widths when > 100 linesCaolán McNamara2017-07-141-19/+1
* list views are recalculating layout on every paintCaolán McNamara2017-07-141-1/+0
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-141-1/+1
* Reorganize Scheduler priority classesJan-Marek Glogowski2017-07-131-3/+3
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-052-8/+8
* loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann2017-07-041-1/+1