summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in formsNoel Grandin2016-03-102-4/+4
* loplugin:unuseddefaultparam in formsNoel Grandin2016-03-026-10/+10
* use SearchOptions2Eike Rathke2016-02-251-6/+5
* convert FilterComponent to scoped enumNoel Grandin2016-02-251-4/+4
* convert EComposeRule to scoped enumNoel Grandin2016-02-253-3/+3
* new loplugin: commaoperatorNoel Grandin2016-02-231-2/+4
* loplugin:write only fieldsNoel Grandin2016-02-223-15/+5
* Remove excess newlinesChris Sherlock2016-02-0952-127/+0
* Formatting changes across all modulesChris Sherlock2016-02-092-30/+11
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* vcl: split exception types from input typesChris Sherlock2016-02-061-5/+3
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-051-1/+1
* Fix typosAndrea Gelmini2016-02-052-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2526-45/+46
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-4/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-2/+5
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-4/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* loplugin:privatebase: Make various derivations publicStephan Bergmann2016-01-111-1/+1
* loplugin:unusedmethods unused return value in formsNoel Grandin2016-01-118-28/+15
* Fix typosAndrea Gelmini2016-01-1021-28/+28
* loplugin:unusedfields in formsNoel Grandin2015-12-235-11/+0
* coverity#1343619 Unchecked return valueCaolán McNamara2015-12-191-1/+2
* use comphelper::containerToSequence()Noel Grandin2015-12-031-6/+2
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* loplugin:unusedfieldsNoel Grandin2015-11-302-4/+0
* loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2015-11-202-3/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-204-32/+6
* use comphelper::containerToSequenceNoel Grandin2015-11-196-24/+7
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-203/+115
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1052-251/+251
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* coverity#1338244 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-063-5/+5
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* yyyyyNoel Grandin2015-11-041-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0211-26/+23
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-2/+2
* don't allocate uno::Reference on the heapNoel Grandin2015-10-272-5/+3
* loplugin:unusedmethodsNoel Grandin2015-10-271-3/+3
* remove extra spaces around ::Noel Grandin2015-10-263-3/+3
* more removal of com::sun::star typedefsNoel Grandin2015-10-2110-46/+31
* refactor out some com::sun::star typedefsNoel Grandin2015-10-212-42/+31
* loplugin:defaultparamsStephan Bergmann2015-10-202-3/+3