summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Open the right tab for the More... commandMaxim Monastirsky
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-18document the swap-on-free idiom usageNoel Grandin
2014-08-15drop TabControl resource loaderCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13remove dead java constantsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13update_pchThomas Arnhold
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara
2014-08-11java: remove unused parametersNoel Grandin
2014-08-10fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky
2014-08-09framework.hrc: just use the valueThomas Arnhold
2014-08-09remove unused resource definitionsThomas Arnhold
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04fix spelling compilant -> compliantNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi
2014-07-28Recovery files can have an extensionMaxim Monastirsky
2014-07-26coverity#704648 Dereference after null checkCaolán McNamara
2014-07-23TyposJulien Nabet
2014-07-23AmbigousFilterRequest is only ever extracted, never createdCaolán McNamara
2014-07-14coverity#1224998 Uncaught exceptionCaolán McNamara