summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* forms: Fix copy'n'paste mistakes.Jan Holesovsky2015-02-175-17/+16
* forms: Convert also com.sun.star.form.XForms.Jan Holesovsky2015-02-179-545/+190
* forms: use constructor feature for form modulesChris Sherlock2015-02-1739-569/+439
* GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann2015-02-111-1/+1
* forms: use constructor feature for ODatabaseFormMiklos Vajna2015-02-093-4/+8
* forms: use constructor feature for OFormsCollectionMiklos Vajna2015-02-093-2/+8
* loplugin:deletedspecialStephan Bergmann2015-02-0713-46/+28
* coverity#704645 Dereference after null checkCaolán McNamara2015-01-301-4/+3
* chisel off some more unused codeCaolán McNamara2015-01-302-9/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-5/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-268-13/+13
* Some more loplugin:cstylecast: formsStephan Bergmann2015-01-204-14/+14
* Revert "ListBox: refuse to give values before we are loaded"Stephan Bergmann2015-01-141-3/+0
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-6/+3
* css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2015-01-131-2/+9
* ListBox with value list: consider first empty value as NULLLionel Elie Mamane2015-01-132-12/+27
* ListBox: refuse to give values before we are loadedLionel Elie Mamane2015-01-131-0/+3
* janitorialLionel Elie Mamane2015-01-131-1/+0
* java: inline some test propertiesNoel Grandin2015-01-132-22/+6
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-4/+5
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-6/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-3/+3
* spelling: attachement -> attachmentNoel Grandin2015-01-052-2/+2
* java: remove dead codeNoel Grandin2015-01-053-131/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-7/+7
* java: don't synch on an object and also assign to itNoel Grandin2014-12-191-10/+3
* forms: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1814-45/+45
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-173-9/+5
* java: remove more test skeleton codeNoel Grandin2014-12-151-71/+0
* forms: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-153-8/+8
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* changed timers to idlesTobias Madl2014-12-092-9/+9
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* java: remove some comment noiseNoel Grandin2014-11-253-20/+0
* java,framework: remove unused vars and parametersNoel Grandin2014-11-251-2/+1
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-243-3/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-0/+7
* java: make fields final where possibleNoel Grandin2014-11-1811-31/+24
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-178-1/+10
* coverity#706540 Uncaught exceptionCaolán McNamara2014-11-141-1/+13
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-149-16/+16
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-6/+6
* java: convert fields to local variables where possibleNoel Grandin2014-11-124-14/+10
* Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann2014-11-111-6/+4
* Some SvxFontHeightItem clean-upStephan Bergmann2014-11-111-4/+6
* Try to fix ambiguity errorZolnai Tamás2014-11-071-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1