summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* make UNO enums scoped for internal LO codeNoel Grandin2017-04-041-3/+3
* coverity#1403662 Mixing enum typesCaolán McNamara2017-04-021-5/+5
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-313-7/+7
* tdf#39468 Translate German commentsJens Carl2017-03-303-3/+3
* Fix typosAndrea Gelmini2017-03-256-7/+7
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-236-10/+10
* “Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos2017-03-231-1/+1
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-221-1/+2
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-3/+3
* Fix typosAndrea Gelmini2017-03-191-1/+1
* cleanup itempool includesJochen Nitschke2017-03-171-0/+1
* Fix typosAndrea Gelmini2017-03-161-1/+1
* convert SvxFrameDirection to scoped enumNoel Grandin2017-03-151-4/+4
* remove unused RID constantsNoel Grandin2017-03-142-18/+0
* Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2017-03-131-8/+8
* tdf#106462 old value and new value were swappedLionel Elie Mamane2017-03-091-2/+2
* convert SvxAdjust to scoped enumNoel Grandin2017-03-081-13/+13
* loplugin:loopvartoosmallStephan Bergmann2017-03-072-7/+6
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0314-48/+48
* Fix typosAndrea Gelmini2017-03-032-2/+2
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-2/+2
* new loplugin unoanyNoel Grandin2017-02-284-8/+8
* better fix for tdf#103830Noel Grandin2017-02-241-7/+9
* tdf#103830 Form field names not update in python macroNoel Grandin2017-02-241-2/+2
* Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_ImplStephan Bergmann2017-02-211-0/+4
* Use module name when getting labelsMaxim Monastirsky2017-02-211-1/+1
* tdf#95844 Refactor CommandInfoProviderRohan Kumar2017-02-211-1/+1
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-146-8/+118
* Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke2017-02-116-126/+8
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-106-8/+126
* Remove MinGW supportStephan Bergmann2017-02-101-3/+3
* space typoEike Rathke2017-02-091-1/+1
* Add missing #includesStephan Bergmann2017-02-069-5/+12
* new loplugin:unusedenumconstantsNoel Grandin2017-02-031-17/+1
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-011-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-4/+4
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-26123-1978/+1583
* use rtl::Reference in OImageControlModelNoel Grandin2017-01-262-9/+6
* use rtl::Reference in ModelNoel Grandin2017-01-263-68/+45
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-255-7/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-233-4/+4
* use rtl::Reference in ODatabaseFormNoel Grandin2017-01-232-13/+10
* don't need an intermediate ImageCaolán McNamara2017-01-201-1/+1
* New loplugin:dynexcspec: Add @throws documentation, formsStephan Bergmann2017-01-199-1/+17
* use rtl::Reference in OClickableImageBaseModelNoel Grandin2017-01-192-13/+7
* use rtl::Reference in OComponentEventThreadNoel Grandin2017-01-192-17/+9
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* new loplugin: useuniqueptr: forms..frameworkNoel Grandin2017-01-174-7/+7