summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-239-17/+17
* Open the right tab for the More... commandMaxim Monastirsky2014-08-221-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-9/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-202-6/+6
* fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist2014-08-191-5/+31
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-4/+4
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-74/+74
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-195-6/+6
* java: remove unused methodsNoel Grandin2014-08-191-11/+0
* document the swap-on-free idiom usageNoel Grandin2014-08-188-10/+10
* drop TabControl resource loaderCaolán McNamara2014-08-155-78/+7
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-148-44/+9
* remove dead java constantsNoel Grandin2014-08-131-14/+0
* java: remove dead methodsNoel Grandin2014-08-133-106/+2
* update_pchThomas Arnhold2014-08-132-0/+2
* java: remove unused fieldsNoel Grandin2014-08-133-16/+12
* java: reduce scope, make some methods privateNoel Grandin2014-08-133-4/+4
* java: reduce scope, make member classes privateNoel Grandin2014-08-134-5/+5
* java: reduce scope, make fields privateNoel Grandin2014-08-137-25/+25
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-3/+3
* java: reduce scope, make constants privateNoel Grandin2014-08-121-5/+5
* java: fix broken javadoc tagsNoel Grandin2014-08-122-4/+0
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-127-0/+7
* Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara2014-08-111-1/+1
* java: remove unused parametersNoel Grandin2014-08-118-24/+16
* fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky2014-08-101-7/+17
* framework.hrc: just use the valueThomas Arnhold2014-08-091-4/+2
* remove unused resource definitionsThomas Arnhold2014-08-091-5/+0
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-084-19/+3
* java: remove unnecessary semi-colonsNoel Grandin2014-08-082-2/+2
* java: remove redundant super-interfacesNoel Grandin2014-08-081-2/+1
* java: remove unused fieldsNoel Grandin2014-08-081-7/+0
* java: remove commented out codeNoel Grandin2014-08-0515-571/+0
* java: remove unused fieldsNoel Grandin2014-08-053-11/+2
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
* java: remove some unused variablesNoel Grandin2014-08-041-2/+2
* fix spelling compilant -> compliantNoel Grandin2014-08-042-2/+2
* typo: more then -> more thanTakeshi Abe2014-08-0122-37/+37
* fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi2014-07-291-1/+0
* Recovery files can have an extensionMaxim Monastirsky2014-07-281-1/+1
* coverity#704648 Dereference after null checkCaolán McNamara2014-07-261-1/+1
* TyposJulien Nabet2014-07-232-3/+3
* AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara2014-07-234-25/+1