Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/vcl-opengl2
/
forms
0658889
fdo#39468 Make forms/ German comments clean
by Philipp Weissenbacher
· 12 years ago
4173bc5
forms: enhanced for loop
by Robert Antoni Buj i Gelonch
· 12 years ago
fc04f76
fdo#82577: Handle Time
by Noel Grandin
· 12 years ago
4badca0
forms: use Arrays.toString in integration.forms.RadioButtons
by Robert Antoni Buj i Gelonch
· 12 years ago
73d6c6b
forms: replace StringBuffer with StringBuilder
by Robert Antoni Buj i Gelonch
· 12 years ago
1c70f59
forms: the assigned value is never used
by Robert Antoni Buj i Gelonch
· 12 years ago
62bd1d1
forms: remove import from the same package
by Robert Antoni Buj i Gelonch
· 12 years ago
3b206d4
forms: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
bf7ddfd
Fix java.util.Calendar.set in integration.forms.DateValidator
by Robert Antoni Buj i Gelonch
· 12 years ago
72f5008
forms: getMonth() and getYear() are deprecated in java.util.Date
by Robert Antoni Buj i Gelonch
· 12 years ago
1641768
forms: Pass array of length equal to the size of the collection
by Robert Antoni Buj i Gelonch
· 12 years ago
0f8ed32
fdo#39468 Translate German comments, clean some ws
by Philipp Weissenbacher
· 12 years ago
0e55cc9
fdo#39468 Translated German to English
by Tobias Madl
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
778dcbc
fdo#39468 Translate German comments, clean some ws
by Philipp Weissenbacher
· 12 years ago
60e78fb
fdo#82577: Handle Font
by Noel Grandin
· 12 years ago
7cd65ee
Simplify expression to fix bool/sal_Bool ambiguity
by Stephan Bergmann
· 12 years ago
f5e617a
forms: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
8270808
Mark template member fns that are supposed to override as SAL_OVERRIDE
by Stephan Bergmann
· 12 years ago
86aed3c
fdo#39468: Translated German to English
by Jennifer Liebel
· 12 years ago
ea733ab5
Turn SfxItemState into a C++11 scoped enumeration
by Stephan Bergmann
· 12 years ago
ce65d21
Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SET
by Stephan Bergmann
· 12 years ago
57a4337
set names on a bunch more threads...
by Michael Stahl
· 12 years ago
26e9e22
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
by Stephan Bergmann
· 12 years ago
2d43261
Fix *_component_getFactory function type
by Stephan Bergmann
· 12 years ago
30ae83c
fdo#82577: Handle KeyCode
by Tor Lillqvist
· 12 years ago
f7a65a1
Remove useless include tools/debug.hxx from forms and extensions
by Marcos Paulo de Souza
· 12 years ago
339d967
forms: CSS -> css
by Thomas Arnhold
· 12 years ago
150df3c
star* -> css::*
by Thomas Arnhold
· 12 years ago
892f4c2
stario -> css::io
by Thomas Arnhold
· 12 years ago
9d17726
staruno -> css::uno
by Thomas Arnhold
· 12 years ago
0ce1267
remove more unnecessary constructor declarations
by Noel Grandin
· 12 years ago
c0415d5
java: remove unnecessary constructor declarations
by Noel Grandin
· 12 years ago
60f152c
java: avoid unnecessary comparisons in boolean expressions
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
0d916bb
java: remove unused imports
by Noel Grandin
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
01c0424
remove unnecessary use of Java reflection
by Noel Grandin
· 12 years ago
34bcf9b
java: remove dead methods
by Noel Grandin
· 12 years ago
7cc627f
update_pch
by Thomas Arnhold
· 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
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
5656fe5
java: fix broken javadoc tags
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
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
b6a83e9
java: remove redundant null checks
by Noel Grandin
· 12 years ago
b58c053f
java: remove unnecessary semi-colons
by Noel Grandin
· 12 years ago
2d70094
java: remove unused imports
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
f493555
java: remove some casting in lib.TestParameters#getMSF
by Noel Grandin
· 12 years ago
8ec0470
coverity#706541 Uncaught exception
by Caolán McNamara
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
df906cf
use SimpleReferenceObject in forms module
by Noel Grandin
· 12 years ago
4228f08
use assert when followed by deref
by Caolán McNamara
· 12 years ago
e50ef19
New loplugin:stringconcat
by Stephan Bergmann
· 12 years ago
4304849
Typo: beeing->being
by Julien Nabet
· 12 years ago
533c6cb
fixes for up-casting to Reference<XInterface>
by Noel Grandin
· 12 years ago
0de1e3a
remove spurious com::sun::star::chaos
by Michael Stahl
· 12 years ago
4a67abb
coverity#706547 Uncaught exception
by Caolán McNamara
· 12 years ago
9489afd
rtl::Reference fits just fine here
by Stephan Bergmann
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
86c8932
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
184a00b
loplugin: inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
79df6cf
forms: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
28ac97d
forms: expand DECLARE_XCLONEABLE
by Thomas Arnhold
· 12 years ago
2091d5a
forms: expand DECLARE_DEFAULT_DTOR
by Thomas Arnhold
· 12 years ago
ee0714c
Fixed lower case typo in header guard definition
by Jens Carl
· 12 years ago
bcd5da6
fdo#68849: Add header guards to all include files
by Jens Carl
· 12 years ago
ebc0a15
remove more unnecesary OUString constructor use
by Noel Grandin
· 12 years ago
9af0abe
remove unnecessary use of Reference constructor in throw
by Noel Grandin
· 12 years ago
3b24dcc
Remove unnecessary semicolons
by Peter Senna Tschudin
· 12 years ago
04f31d1
Remove ASCII art, useless comments and whitespace from forms module
by Chris Laplante
· 12 years ago
ac76cc7
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20
by Julien Nabet
· 12 years ago
3db8d60
hrc and src files: squeeze multiple newlines
by Thomas Arnhold
· 12 years ago
c288b17
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12
by Julien Nabet
· 12 years ago
fa51b55
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9
by Julien Nabet
· 12 years ago
569ff67
update_pch: add a bunch of pch files
by Thomas Arnhold
· 12 years ago
78b9537
various: sal_Bool->bool
by Noel Grandin
· 12 years ago
ff1a7a5
RFC: add IsValueChangedFromSaved to VCL button and listbox
by Noel Grandin
· 12 years ago
93f5d5a
The opaque PostUserEvent IDs are actually pointers
by Stephan Bergmann
· 12 years ago
db3b1dd
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3
by Julien Nabet
· 12 years ago
f69e74d
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errors
by Julien Nabet
· 12 years ago
0748e52
WaE: 'bPrependCurrencySymbol' may be used uninitialized in this function
by Tor Lillqvist
· 12 years ago
c0d037a
forms: sal_Bool->bool
by Noel Grandin
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
942f6a6
coverity#989723 Uncaught exception
by Caolán McNamara
· 12 years ago
0644882
coverity#989722 Uncaught exception
by Caolán McNamara
· 12 years ago
bccc1f2
coverity#989721 Uncaught exception
by Caolán McNamara
· 12 years ago
Next »