summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: toolkitStephan Bergmann5-6/+6
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-3/+3
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin1-2/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin1-1/+1
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini1-37/+0
2017-05-20cleanup unused css/resource/ includesJochen Nitschke1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin1-1/+1
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-170/+7
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-23Typo: boder->borderJulien Nabet1-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-21remove unused enumerators from WindowTypeNoel Grandin1-1/+0
2017-02-14Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-65/+65
2017-02-11Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke1-1/+0
2017-02-10Resolves: tdf#79250 add typed list to form control listboxEike Rathke1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-10/+10
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin1-10/+5
2016-10-05convert MapUnit to scoped enumNoel Grandin1-36/+36
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-01std::list<sal_uInt16> -> vectorNoel Grandin1-2/+2
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-3/+0
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-2/+0
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2-8/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+3
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-11/+11
2016-02-09Remove excess newlinesChris Sherlock2-2/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-02-03toolkit: remove some comment cruft from vclunohelper.cxxChris Sherlock1-5/+0
2016-02-03tdf#39468 toolkit: translate some German comments in the VCL UNO helper fileChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-28/+28