Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/perfwork5
/
wizards
5c7413f
Access2Base - Extension of GoTorecord action to table/query datasheets
by Jean-Pierre Ledure
· 11 years ago
a65308f
Access2Base - new ApplyFilter and SetOrderBy actions
by Jean-Pierre Ledure
· 11 years ago
0c0e3e7
Fixed typos. No automatic tools (sed, and so on).
by Andrea Gelmini
· 11 years ago
5d8ecad
java: Method uses the same code for two switch clauses
by Robert Antoni Buj i Gelonch
· 11 years ago
9eabc1f
java: Questionable use of non-short-circuit logic
by Robert Antoni Buj i Gelonch
· 11 years ago
8f97b20
Access2Base - Introspection in Root
by Jean-Pierre Ledure
· 11 years ago
f55a0a5
Access2Base - Internal redesign of root structure into a separate class module
by Jean-Pierre Ledure
· 11 years ago
03c7c26
java: final fields that can be static
by Noel Grandin
· 11 years ago
12b01b9
java: no need to call String.valueOf to append to a String
by Noel Grandin
· 11 years ago
b2f69f6
java: when rethrowing, store the original exception
by Noel Grandin
· 11 years ago
94ae3e8
java: replace 'new Short' with 'Short.valueOf'
by Noel Grandin
· 11 years ago
3a0e522
java: replace 'new Integer' with 'Integer.valueOf'
by Noel Grandin
· 11 years ago
973eb2f
java: reduce the depth of some deeply nested if blocks
by Noel Grandin
· 11 years ago
fa652cd
java: no need to explicitly code default constructors
by Noel Grandin
· 11 years ago
4863315
java: methods in interfaces are implicitly public
by Noel Grandin
· 11 years ago
4b5cb7e
remove unnecessary catch block
by Noel Grandin
· 11 years ago
ecc9069
java: use 'Short.valueOf' instead of 'new Short'
by Noel Grandin
· 11 years ago
95a2f73
java: use 'Long.valueOf' instead of 'new Long'
by Noel Grandin
· 11 years ago
f882a15
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 11 years ago
485c208
java: use 'Byte.valueOf' instead of 'new Byte'
by Noel Grandin
· 11 years ago
cdecac8
rm ‘public static final’ modifiers from field declarations within interfaces
by Robert Antoni Buj i Gelonch
· 11 years ago
959f7f2
java: remove useless javadoc tags
by Noel Grandin
· 11 years ago
f6388e1
java: import from the same package
by Robert Antoni Buj i Gelonch
· 11 years ago
d860ea9
It is more efficient to use the integer implementations of String.indexOf()
by Robert Antoni Buj i Gelonch
· 11 years ago
68fa141
java: use isEmpty() instead of "size() == 0"
by Noel Grandin
· 12 years ago
8196833
java: use equalsIgnoreCase() instead of toLowerCase().equals()
by Noel Grandin
· 12 years ago
dc53e30
java: simplify conditions involving logical negation
by Noel Grandin
· 12 years ago
58192e3
Access2Base - New TempVars collection and TempVar objects
by Jean-Pierre Ledure
· 12 years ago
86d05ee
Removed uneeded checks.
by Ryan McCoskrie
· 12 years ago
04f43cd
84059 - form wizard : files required could not be found
by Noel Grandin
· 12 years ago
7797127
Access2Base - (Re)capitalize UNO constants
by Jean-Pierre Ledure
· 12 years ago
721f1ec
fdo#75107: make colors and styles localizable in Agenda Wizard
by Jennifer Liebel
· 12 years ago
3327bf1
Updated example paths in wizards/com/sun/star/wizards/README
by Ryan McCoskrie
· 12 years ago
fd336cf
Access2Base - PATCH-01 Field.setValue
by Jean-Pierre Ledure
· 12 years ago
bc5cdd2
Access2Base - Introduction of CloseConnection method
by Jean-Pierre Ledure
· 12 years ago
10e8e10
wizards: Number Parsing
by rbuj
· 12 years ago
baa6bb9
wizards: use a character literal
by rbuj
· 12 years ago
1d62f6a
fix accidental removal of Java wizard code
by Noel Grandin
· 12 years ago
ec87541
resource files: remove unused definitions
by Thomas Arnhold
· 12 years ago
670f472
wizards: fix javadoc error: bad use of '>'
by rbuj
· 12 years ago
f09d060
wizards: fix javadoc error: self-closing element not allowed
by rbuj
· 12 years ago
ee82777
wizards: fix javadoc error: text not allowed in <ul> element
by rbuj
· 12 years ago
a4a6153
wizards: fix javadoc error: unknown tag: returns
by rbuj
· 12 years ago
219ee12
wizards: fix javadoc error: unknown tag: list
by rbuj
· 12 years ago
610cfb3
java: fix reportbuilder and wizard
by Noel Grandin
· 12 years ago
dfb48f7
increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18
by Eike Rathke
· 12 years ago
99e1b39
ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN strings
by Eike Rathke
· 12 years ago
375228c
adapt SBCOUNTRYCOUNT
by Eike Rathke
· 12 years ago
0b3e1d9
added LTL Lithuanian Litas to Euro Converter
by Aurimas Fišeras
· 12 years ago
fbbd704
Access2Base - Removal of Property Set constructions
by Jean-Pierre Ledure
· 12 years ago
9e8b930
Dispose() method for all objects
by Jean-Pierre Ledure
· 12 years ago
1cbd9f7
Access2Base - Remove _This in Form and SubForm objects
by Jean-Pierre Ledure
· 12 years ago
d14a4dc
wizards: Enhancements in JavaTools.java
by rbuj
· 12 years ago
e189fa4
wizards: EffectiveMax & EffectiveMin of TINYINT
by rbuj
· 12 years ago
e5070e0
wizards: Number parsing
by rbuj
· 12 years ago
c0415d5
java: remove unnecessary constructor declarations
by Noel Grandin
· 12 years ago
8c9fdc4
java: remove modifiers implied by the context
by Noel Grandin
· 12 years ago
2922a96
java: Avoid naming non-fields with the prefix m_
by Noel Grandin
· 12 years ago
c552aac
java: use 'Byte.valueOf' instead of 'new Byte'
by Noel Grandin
· 12 years ago
0764292
java: use 'Short.valueOf' instead of 'new Short'
by Noel Grandin
· 12 years ago
8a2c6c2
java: use 'Long.valueOf' instead of 'new Long'
by Noel Grandin
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
56ef553
java: classes in java.lang package do not need to be fully qualified
by Noel Grandin
· 12 years ago
1e6f0b2
simplify CallFormWizard
by Noel Grandin
· 12 years ago
3a8d351
java: remove unused methods
by Noel Grandin
· 12 years ago
f8ce2e0
coverity#983635 Uncaught exception
by Caolán McNamara
· 12 years ago
8393014
Access2Base - non-Base components
by Jean-Pierre Ledure
· 12 years ago
0d916bb
java: remove unused imports
by Noel Grandin
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
5ce80c9
remove dead java constants
by Noel Grandin
· 12 years ago
4a4127d
make some java methods private
by Noel Grandin
· 12 years ago
5ca7fa8
make some java fields private
by Noel Grandin
· 12 years ago
34bcf9b
java: remove dead methods
by Noel Grandin
· 12 years ago
d01a7e7
java: remove unused member class
by Noel Grandin
· 12 years ago
4155c28
java: remove unused interfaces
by Noel Grandin
· 12 years ago
8583da1
java: remove unused fields
by Noel Grandin
· 12 years ago
68cd011
java: reduce scope, make some methods private
by Noel Grandin
· 12 years ago
70f56bc
java: reduce scope, make member classes private
by Noel Grandin
· 12 years ago
2b3a801
java: reduce scope, make some interfaces private
by Noel Grandin
· 12 years ago
da677df
java: reduce scope, make fields private
by Noel Grandin
· 12 years ago
14d1a11
java: reduce scope, make constructors private
by Noel Grandin
· 12 years ago
e701b3f
java: reduce scope, make constants private
by Noel Grandin
· 12 years ago
1c49650
java: remove useless javadoc tags
by Noel Grandin
· 12 years ago
0477e6c
java: add @Override annotation to overriding methods
by Noel Grandin
· 12 years ago
76c1092
java: remove unused parameters
by Noel Grandin
· 12 years ago
ebe8dbe
java: remove unused methods
by Noel Grandin
· 12 years ago
d5a31b2
java: remove unused parameters
by Noel Grandin
· 12 years ago
41709cc
java: remove unused parameters
by Noel Grandin
· 12 years ago
616b3ad
java: remove exceptions from throws clauses that are not
by Noel Grandin
· 12 years ago
a274d19
java: remove redundant super-interfaces
by Noel Grandin
· 12 years ago
2d70094
java: remove unused imports
by Noel Grandin
· 12 years ago
e7a474b
java: remove unused variables
by Noel Grandin
· 12 years ago
27459c7
java: remove unused fields
by Noel Grandin
· 12 years ago
8d6cf7a
java: remove dead methods
by Noel Grandin
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
d26540b
java: remove unused fields
by Noel Grandin
· 12 years ago
f124688
java: remove various unused variables
by Noel Grandin
· 12 years ago
7d71189
Access2Base - addition of OrderBy and OrderByOn
by Jean-Pierre Ledure
· 12 years ago
67f141a
remove 'basis-link' from README
by Caolán McNamara
· 12 years ago
cc25f70
compareTo -> equals
by Noel Grandin
· 12 years ago
Next »