summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)AuthorFilesLines
2018-01-11tdf#36308 make double click not expand/collapse node in Navigator treeJim Raykowski2-4/+12
2018-01-11Modernize a bit svtoolsJulien Nabet3-36/+23
2018-01-11Optimize a bit fileview.cxx (svtools)Julien Nabet1-93/+53
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin1-2/+2
2017-12-23svtools: Use std::unique_ptr for SvImpLBoxTakeshi Abe1-8/+3
2017-12-19drop last CONTAINER_APPEND useCaolán McNamara1-1/+1
2017-12-17Fix typosAndrea Gelmini1-1/+1
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin1-1/+1
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-3/+3
2017-11-22loplugin:flatten in svtoolsNoel Grandin12-652/+652
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin3-7/+7
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: svtoolsStephan Bergmann9-10/+10
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-9/+2
2017-10-20svtools: SvTreeListEntry's copy ctor is unnecessaryTakeshi Abe1-13/+0
2017-10-18use std::unique_ptr in SvTreeListNoel Grandin1-39/+34
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-01Resolves: tdf#112656 don't reset to default font if a custom font was setCaolán McNamara1-5/+2
2017-09-26tdf#49634 Fix positioning of focus rectangle in Navigator content treeJim Raykowski1-0/+2
2017-09-20unused aDDLastRectPos in SvxIconChoiceCtrl_ImplNoel Grandin2-2/+1
2017-09-18headString in SvTreeListBox is unusedNoel Grandin1-36/+1
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-2/+2
2017-09-12cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-1/+1
2017-09-11cppcheck: knownConditionTrueFalseJochen Nitschke1-4/+0
2017-09-07SvTreeListBox: turn some DBG_ASSERT() into assert()Eike Rathke1-15/+15
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-28Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCountStephan Bergmann1-1/+1
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2-3/+10
2017-08-20svtools: rename function to match it's effect.Jochen Nitschke1-3/+3
2017-08-20svtools: remove function with unused return valueJochen Nitschke2-13/+2
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin3-7/+7
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-4/+4
2017-08-02split out VclBuilder static methodsCaolán McNamara1-1/+1
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara10-225/+22
2017-07-19loplugin:constparams in svtoolsNoel Grandin9-27/+27
2017-07-14Resolves: tdf#99071 tree view shows odd text widths when > 100 linesCaolán McNamara1-19/+1
2017-07-14list views are recalculating layout on every paintCaolán McNamara1-1/+0
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-8/+8
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-1/+1