Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/tbsdy/emf
/
scripting
7da92fd
cppcheck: Possible inefficient checking for <var> emptiness
by Julien Nabet
· 11 years ago
ca8787a
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
17fc7aa
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
e92d3e9
java: scripting: fix bug in removing model from map
by Noel Grandin
· 11 years ago
b9def20
scripting: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
fe17eb9
scripting: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
08ece8d
java: revert part of commit, scripting/ is public API
by Noel Grandin
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
7d812b0
java: unused imports
by Noel Grandin
· 11 years ago
c199b76
java: remove some unused local variables
by Noel Grandin
· 11 years ago
db203e5
java: remove some unused fields
by Noel Grandin
· 11 years ago
8eb37e7
pyuno: move "officehelper.py" from scripting to pyuno
by Michael Stahl
· 11 years ago
58eab57
java: final fields that can be static
by Noel Grandin
· 11 years ago
0063cf2
java: make fields final where possible
by Noel Grandin
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
bb43702
java: convert fields to local variables where possible
by Noel Grandin
· 11 years ago
36ff152
java: reduce excessive code indentation levels
by Noel Grandin
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
5652f52
coverity#1237350 use our double-locking templates for this
by Caolán McNamara
· 11 years ago
9ecac387
Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING
by Tor Lillqvist
· 11 years ago
2a0569b
scripting: redundant cast to String
by Robert Antoni Buj i Gelonch
· 12 years ago
9305648
java: when rethrowing exceptions, store the original
by Noel Grandin
· 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
fa22664
java: always use braces for while loops
by Noel Grandin
· 11 years ago
ad9498f
More -Werror,-Wunused-private-field
by Stephan Bergmann
· 11 years ago
3f43627
fix import location of XScriptContext
by Noel Grandin
· 11 years ago
0fdba36
scripting: replace '.size() == 0' with '.isEmpty()' (collections)
by Robert Antoni Buj i Gelonch
· 11 years ago
791ed2c
scripting: use new exception constructors
by Robert Antoni Buj i Gelonch
· 11 years ago
b862f6e
scripting: Null pointer dereference
by Robert Antoni Buj i Gelonch
· 11 years ago
a1552a0
Scripting: Remove org package
by David Ostrovsky
· 11 years ago
05f1a88
typo: Lable -> Label
by Andras Timar
· 11 years ago
1df9d57
scripting: as of release 5, 'enum' is a keyword
by Robert Antoni Buj i Gelonch
· 12 years ago
e189c61
LocalOffice should be an abstract class
by Noel Grandin
· 12 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
02ace92
java: optimise calls to toArray
by Noel Grandin
· 12 years ago
831051f
java: remove useless overriding methods
by Noel Grandin
· 12 years ago
e41597e
scripting: line break (code formatting)
by Robert Antoni Buj i Gelonch
· 12 years ago
39c8834
coverity#1209004 Unchecked return value
by Norbert Thiebaud
· 12 years ago
4a0fc2fb
scripting: organize imports
by Robert Antoni Buj i Gelonch
· 12 years ago
4959ff5
scripting: The if statement is redundant
by Robert Antoni Buj i Gelonch
· 12 years ago
6f42a71
scripting: Format_java_code.sh initial run
by Robert Antoni Buj i Gelonch
· 12 years ago
609e22b
scripting: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
212f25c
scripting: another missing SolarMutex guard
by Michael Stahl
· 12 years ago
77650bc
fix more Java1.5 incompatibility
by Noel Grandin
· 12 years ago
a0f3b9f
scripting: modify astyle.options
by Robert Antoni Buj i Gelonch
· 12 years ago
09b13e1
scripting: astyle-java.conf -> astyle.options
by Robert Antoni Buj i Gelonch
· 12 years ago
feea4b2
scripting: Format java code by using astyle tool
by rbuj
· 12 years ago
83636d2
java: when rethrowing exceptions, store the original cause
by Noel Grandin
· 12 years ago
e16c853
fdo#47302: Added insert->fields->page title button
by Jennifer Liebel
· 12 years ago
32d6415
fdo#83512 Make use of OUStringHash and OStringHash
by Daniel Sikeler
· 12 years ago
a01ef19
Improve logging
by Stephan Bergmann
· 12 years ago
27d5b5c
BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout
by Stephan Bergmann
· 12 years ago
31c3790
ScriptProvider implementations need to be accessible
by Stephan Bergmann
· 12 years ago
f93ce4f
scripting: decode(String) in URLDecoder has been deprecated
by rbuj
· 12 years ago
1ebbb8b
scripting: Uncaught Exception
by rbuj
· 12 years ago
44304a8
scripting: replace StringBuffer with StringBuilder method
by rbuj
· 12 years ago
40f1849
scripting: encode(String) in URLEncoder has been deprecated
by rbuj
· 12 years ago
a28ad55
scripting: [deprecation] show() in Window has been deprecated
by rbuj
· 12 years ago
fafb0db
scripting: use String.length()==0 instead of String.equals(empty string)
by rbuj
· 12 years ago
8171113
scripting: use a character literal
by rbuj
· 12 years ago
e41cc68
scripting: Enhanced For-Loops
by rbuj
· 12 years ago
b50fedf
scripting: avoid a possible NullPointerException
by rbuj
· 12 years ago
de1db03
scripting: Pass a proper array equal to collection size.
by rbuj
· 12 years ago
0876cc1
scripting: fix array copy and, use System.arraycopy
by rbuj
· 12 years ago
3bb0528
scripting: if...else if...else Statement
by rbuj
· 12 years ago
1fba1fe
scripting: the assigned value is never used
by rbuj
· 12 years ago
4d6bd06
scripting: there isn't any benefit by reducing the scope here.
by rbuj
· 12 years ago
4464ada
scripting: fix javadoc error: reference not found
by rbuj
· 12 years ago
5bce329
SfxHint: convert home-grown RTTI to normal C++ RTTI
by Noel Grandin
· 12 years ago
c562a0b
scripting: remove import from the same package
by rbuj
· 12 years ago
015d65c
scripting: use contains to check if a string contains a substring
by rbuj
· 12 years ago
a795c36
scripting: the if statement is redundant
by rbuj
· 12 years ago
652b807
scripting: the assigned value is never used
by rbuj
· 12 years ago
d375986
coverity#707084 Uncaught exception
by Caolán McNamara
· 12 years ago
2f1eed4
createNonDocMSPs->ensureNonDocMSPs
by Caolán McNamara
· 12 years ago
908ccc2
scripting: fix javadoc error: unknown tag: null
by rbuj
· 12 years ago
b1492e6
scripting: fix javadoc error: unknown tag: returns
by rbuj
· 12 years ago
7094699
Fix some *_component_getFactory function types
by Stephan Bergmann
· 12 years ago
4d32244
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
37b9ea9
convert SBX flag bits to type-safe enum
by Noel Grandin
· 12 years ago
c7d7582
Fix *_component_getFactory function type
by Stephan Bergmann
· 12 years ago
bf640ba
Fix *_component_getFactory function type
by Stephan Bergmann
· 12 years ago
609f7b8
remove do-nothing code
by Noel Grandin
· 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
3f210b0
java: remove unnecessary return statements
by Noel Grandin
· 12 years ago
a753a45
java: avoid if..else when returning boolean values
by Noel Grandin
· 12 years ago
60f152c
java: avoid unnecessary comparisons in boolean expressions
by Noel Grandin
· 12 years ago
252ed17
double-checked locking is not thread-safe in Java
by Noel Grandin
· 12 years ago
4b4bff3
java: no need to instantiate String objects directly
by Noel Grandin
· 12 years ago
0764292
java: use 'Short.valueOf' instead of 'new Short'
by Noel Grandin
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
be1bb7b
java: use Boolean.valueOf instead of instantiating Boolean objects
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
3a8d351
java: remove unused methods
by Noel Grandin
· 12 years ago
Next »