aboutsummaryrefslogtreecommitdiff
path: root/source/nl/oox
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-02-07 13:57:27 +0100
committerAndras Timar <andras.timar@collabora.com>2023-02-07 13:57:27 +0100
commit09395550d605bf92588b13838ae46349f5cfd6cb (patch)
tree065b8edf7bc787ba0bf376df36fa132ea2054314 /source/nl/oox
parent9fdbf63124399cf06ae569eec76cbd626f742ffd (diff)
Change-Id: Ib30ea24c64def91fd0fa835cd975003a5887a21d
Diffstat (limited to 'source/nl/oox')
0 files changed, 0 insertions, 0 deletions
/wasm LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/Gallery_arrows.mk
d>java: final fields that can be static
AgeCommit message (Expand)Author
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-06-13Resolves: #i121656# Replaced many gallery base graphics with SVGArmin Le Grand
2013-05-15gallery: fix a number of naming thinkos.Michael Meeks
2013-05-15migrate galleries to new, cleaner build infrastructure.Michael Meeks
Noel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: fix some javadoc errorsNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-13nlpsolver: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-09-02nlpsolver: fix javadoc error: bad use of '>'rbuj
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel 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: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13remove dead java constantsNoel Grandin
2014-08-13make some java fields privateNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13fix makefileNoel Grandin
2014-08-13java: remove unused enum valuesNoel Grandin
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: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-07nlpsolver: Use System.arraycopyrbuj
2014-08-07nlpsolver: Number parsingrbuj
2014-08-07convert EvolutionarySolver source to unix LFNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove some unused fields in the ODK examplesNoel Grandin
2014-08-04java: remove some unused fields in the ODK examplesNoel Grandin
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky