summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* use Any constructor instead of temporariesNoel Grandin2016-05-041-1/+1
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-032-12/+12
* Fix typosAndrea Gelmini2016-05-011-1/+1
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-6/+6
* tdf#60418: improve perf of opening/closing odts with form tagsAron Budea2016-04-262-220/+167
* Avoid reserved identifiersStephan Bergmann2016-04-223-15/+15
* Elide const varsStephan Bergmann2016-04-221-4/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2023-64/+64
* loplugin:simplifyboolStephan Bergmann2016-04-201-1/+1
* cppcheck: silence known condition warning in formsJochen Nitschke2016-04-181-7/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1814-64/+0
* loplugin:passstuffbyrefStephan Bergmann2016-04-152-2/+2
* tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt2016-04-156-195/+14
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-147-13/+13
* loplugin:passstuffbyref in variousNoel Grandin2016-04-146-9/+9
* tdf#97087 Give comprehensible names to timersMuhammet Kara2016-04-131-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-122-6/+6
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-129-19/+0
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-3/+3
* loplugin:constantparamNoel Grandin2016-04-052-16/+13
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-027-11/+0
* sequence->vector in formsNoel Grandin2016-04-016-81/+77
* tdf#97966 Drop 'static' keywordsWastack2016-04-019-18/+18
* loplugin:constantparam in formsNoel Grandin2016-03-238-29/+18
* inline some use-once macrosNoel Grandin2016-03-142-50/+48
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-112-9/+9
* tdf#97966: Remove 'static' keywordsWastack2016-03-113-3/+3
* 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