summaryrefslogtreecommitdiff
path: root/svtools/source/misc
AgeCommit message (Expand)AuthorFilesLines
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl1-41/+73
2016-05-24too much debug spew, SAL_INFO thisCaolán McNamara2-175/+161
2016-05-19loplugin:unusedmethods in toolsNoel Grandin1-10/+1
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2-7/+7
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-9/+9
2016-04-25add English (Mauritius) [en-MU] and French (Mauritius) [fr-MU], tdf#99372Eike Rathke1-0/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-3/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-11clang-tidy performance-unnecessary-value-param in svtoolsNoel Grandin1-1/+1
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-5/+5
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-2/+2
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin2-30/+30
2016-03-09loplugin:constantparam in svtoolsNoel Grandin1-9/+9
2016-03-08Revert "tdf#98403: UGX Currency is "Uganda" not "Ganda""Eike Rathke1-1/+1
2016-03-08Revert "tdf#98403: "Ugandan" is better than "Uganda""Eike Rathke1-1/+1
2016-03-05tdf#98403: "Ugandan" is better than "Uganda"Julien Nabet1-1/+1
2016-03-05tdf#98403: UGX Currency is "Uganda" not "Ganda"Julien Nabet1-1/+1
2016-03-04loplugin:unuseddefaultparam in svtoolsNoel Grandin1-3/+2
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin6-34/+25
2016-02-23new loplugin: commaoperatorNoel Grandin2-7/+20
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-4/+4
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-20/+0
2016-02-09Remove excess newlinesChris Sherlock14-228/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-12/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-46/+46
2016-01-29tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand1-2/+2
2016-01-27tdf#97386 add Apatani [apt-IN] to language listEike Rathke1-0/+1
2016-01-19svtools: implement clipboard import of JPEG filesMiklos Vajna1-0/+25
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-29/+29
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-29/+29
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-29/+29
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-4/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-5/+5
2016-01-08tdf#96647 add Interlingue Occidental [ie] to language listEike Rathke1-0/+1
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-18/+0
2015-12-15svtools: print some exception messages with SAL_WARNMichael Stahl1-6/+6
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-3/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-10/+2
2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin3-3/+0
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-317/+0
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-0/+317
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-3/+3