summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2014-08-22Open the right tab for the More... commandMaxim Monastirsky1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-9/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-6/+6
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-4/+4
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-74/+74
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-6/+6
2014-08-19java: remove unused methodsNoel Grandin1-11/+0
2014-08-18document the swap-on-free idiom usageNoel Grandin8-10/+10
2014-08-15drop TabControl resource loaderCaolán McNamara5-78/+7
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin8-44/+9
2014-08-13remove dead java constantsNoel Grandin1-14/+0
2014-08-13java: remove dead methodsNoel Grandin3-106/+2
2014-08-13update_pchThomas Arnhold2-0/+2
2014-08-13java: remove unused fieldsNoel Grandin3-16/+12
2014-08-13java: reduce scope, make some methods privateNoel Grandin3-4/+4
2014-08-13java: reduce scope, make member classes privateNoel Grandin4-5/+5
2014-08-13java: reduce scope, make fields privateNoel Grandin7-25/+25
2014-08-13java: reduce scope, make constructors privateNoel Grandin3-3/+3
2014-08-12java: reduce scope, make constants privateNoel Grandin1-5/+5
2014-08-12java: fix broken javadoc tagsNoel Grandin2-4/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin1-2/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin7-0/+7
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara1-1/+1
2014-08-11java: remove unused parametersNoel Grandin8-24/+16
2014-08-10fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky1-7/+17
2014-08-09framework.hrc: just use the valueThomas Arnhold1-4/+2
2014-08-09remove unused resource definitionsThomas Arnhold1-5/+0
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-19/+3
2014-08-08java: remove unnecessary semi-colonsNoel Grandin2-2/+2
2014-08-08java: remove redundant super-interfacesNoel Grandin1-2/+1
2014-08-08java: remove unused fieldsNoel Grandin1-7/+0
2014-08-05java: remove commented out codeNoel Grandin15-571/+0
2014-08-05java: remove unused fieldsNoel Grandin3-11/+2
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-08-04java: remove some unused variablesNoel Grandin1-2/+2
2014-08-04fix spelling compilant -> compliantNoel Grandin2-2/+2
2014-08-01typo: more then -> more thanTakeshi Abe22-37/+37
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-28Recovery files can have an extensionMaxim Monastirsky1-1/+1
2014-07-26coverity#704648 Dereference after null checkCaolán McNamara1-1/+1
2014-07-23TyposJulien Nabet2-3/+3
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara4-25/+1
2014-07-14coverity#1224998 Uncaught exceptionCaolán McNamara2-2/+2
2014-07-11convert GlobalImageList to SimpleReferenceObjectNoel Grandin3-32/+7