summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-4/+0
2017-07-03loplugin:unusedfields bIsMarked in SvTreeListEntryNoel Grandin1-2/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-3/+3
2017-06-27loplugin:oncevar in svtoolsNoel Grandin6-16/+10
2017-06-22Add RemoveEntry method to SvTreeListBoxMuhammet Kara1-0/+5
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin7-31/+6
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-3/+0
2017-05-23enhance useuniqueptr lopluginNoel Grandin2-10/+6
2017-05-19loplugin:stringcopy: svtoolsStephan Bergmann1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara3-15/+15
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+1