Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/calctiledrendering_alt
/
scripting
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
8f020a4
java: redundant assignment, variable can only be null
by Noel Grandin
· 12 years ago
d07539e
java: use an empty block rather than an empty statement
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
dfd4b94
java: remove some unused import statements
by Noel Grandin
· 12 years ago
9658b27
java: remove some unused variables
by Noel Grandin
· 12 years ago
f493555
java: remove some casting in lib.TestParameters#getMSF
by Noel Grandin
· 12 years ago
9bac4d4
typo: more then -> more than
by Takeshi Abe
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
d92aa2f
remove SFX_APP() macro that was a mer wrapper for SfxGetApp()
by Norbert Thiebaud
· 12 years ago
533c6cb
fixes for up-casting to Reference<XInterface>
by Noel Grandin
· 12 years ago
140e535
partially fix fdo#80490 - string 'Non-printing Characters'
by Joren De Cuyper
· 12 years ago
d59da70
Related fdo#58774 Alternative dialog Find & Replace for Writer
by Julien Nabet
· 12 years ago
184a00b
loplugin: inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
db246b4
scripting: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
adc20c3
compareToAscii -> equalsAscii
by Noel Grandin
· 12 years ago
f3e1f47
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
0f2824b
remove more unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
bc34b4b
fdo#77282 Replace "Edit Group" with "Enter Group"
by Laurent Balland-Poirier
· 12 years ago
a00c4c5
Resolves: #i113481# query script invocation from the current frame...
by Tsutomu Uchino
· 12 years ago
3c1e30b7
Correct common misspellings, and remove some ASCII art along the way.
by Chris Laplante
· 12 years ago
b2096dea
various loplugin:passsequencebyref
by Noel Grandin
· 12 years ago
e3d01ad
Fix previous commit (scripting part)
by Julien Nabet
· 12 years ago
bd59628
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10
by Julien Nabet
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
820a299
Many spelling fixes: directories r* - z*.
by Pedro Giffuni
· 12 years ago
541761d
prefer makefile-gmake-mode
by Takeshi Abe
· 12 years ago
2ff8ae7
scripting: sal_Bool->bool
by Noel Grandin
· 12 years ago
97a5ba4
remove comments why a file gets included
by Thomas Arnhold
· 12 years ago
8bb2ce6
fixincludeguards.sh: some smaller dirs
by Thomas Arnhold
· 12 years ago
c79a5f8
remove executable bit
by Andras Timar
· 12 years ago
5e3c993
Clean up function declarations
by Stephan Bergmann
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
e57401a
coverity#704287 Logically dead code
by Caolán McNamara
· 12 years ago
567ef6d
Second batch of adding SAL_OVERRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
86a3258
Find places where OUString and OString are passed by value.
by Noel Grandin
· 12 years ago
55461af
scripting: simplify deprecated XTypeProvider.getImplementationId
by Stephan Bergmann
· 12 years ago
25cedf1
Introduce com.sun.star.beans.theIntrospection singleton
by Stephan Bergmann
· 12 years ago
4d6560f5
fdo#54938: Convert some places to use cppu::supportsService
by Marcos Paulo de Souza
· 12 years ago
c4cff5a
fdo#54938: Convert some places to use cppu::supportsService
by Donizete Waterkemper
· 12 years ago
5133b44
Remove unused ScriptingContext
by Stephan Bergmann
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
b030823
Remove visual noise from scripting
by Alexander Wilms
· 12 years ago
a53577e
Replace deprecated std::auto_ptr with boost::scoped_ptr
by Takeshi Abe
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
a18a1a4
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
by Tobias Lippert
· 12 years ago
55d3127
Typo: "omited"/"ommitted"/"ommited" -> "omitted"
by Julien Nabet
· 12 years ago
ac6e8ac
typo fixes in comments
by Andras Timar
· 12 years ago
93ef9a4
fdo#54938 Convert bridges, editeng and others to cppu::supportsService
by Alexandre Vicenzi
· 12 years ago
dbac5cc
bool improvements
by Stephan Bergmann
· 12 years ago
e3133ae
Let C++ inline functions return bool instead of sal_Bool
by Stephan Bergmann
· 12 years ago
9e1ec4d
bool improvements
by Stephan Bergmann
· 12 years ago
82625bb
remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
by Noel Grandin
· 12 years ago
be053c9
Spelling correction: s/retrive/retrieve/
by Tor Lillqvist
· 12 years ago
b55259e
typo fixes
by Andras Timar
· 12 years ago
9ed3647
Adapt all (non-extension, SharedLibrary) .components to environment="..."
by Stephan Bergmann
· 12 years ago
8548abb
Remove unnecessary use of OUString constructor in OUStringBuffer::append calls
by Noel Grandin
· 12 years ago
87bc985
Remove unnecessary macros
by Stephan Bergmann
· 12 years ago
73342db
remove unnecessary RTL_CONSTASCII_STRINGPARAM
by Noel Grandin
· 12 years ago
610b2b9
remove unnecessary use of OUString constructor when assigning
by Noel Grandin
· 12 years ago
24cad6a
Move MediaDescriptor from comphelper to unotools
by Stephan Bergmann
· 12 years ago
fcd1637
convert OUString compareToAscii == 0 to equalsAscii
by Noel Grandin
· 12 years ago
e52779d
remove unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
2ac5073
remove unnecessary use of OUString constructor in SCRIPTING module
by Noel Grandin
· 12 years ago
9c2ab71
Drop unnecessary #includes
by Takeshi Abe
· 12 years ago
aeb41c9
remove redundant calls to OUString constructor
by Noel Grandin
· 12 years ago
0e6a260
Convert code that calls OUString::getStr()[] to use the [] operator
by Noel Grandin
· 12 years ago
e2451bd
Convert indexOf->startsWith and lastIndexOf->endsWith
by Noel Grandin
· 12 years ago
8df17a3
gbuild: set Package default target to INSTDIR
by Michael Stahl
· 12 years ago
8e602af
stop looking for Jar files in solver
by Michael Stahl
· 12 years ago
a772496
Bin comments that claim to say why some header is included
by Tor Lillqvist
· 12 years ago
ee5661e
fdo#54938: Adapt supportsService implementations..
by Marcos Paulo de Souza
· 12 years ago
88c7e97
fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"
by Samuel Mehrbrodt
· 13 years ago
d08ef4d
random OUString to String conversions
by Noel Grandin
· 12 years ago
8c5b0d8
WaE: unused variable
by Tor Lillqvist
· 13 years ago
3ef9fac
-Werror,-Wunused-const-variable
by Stephan Bergmann
· 13 years ago
7f436c1
typo fixes in comments
by Andras Timar
· 13 years ago
4c63fd10
Try to fix cross-compilation
by Tor Lillqvist
· 13 years ago
6667cae
gbuild: remove gb_Rdb__get_final_target
by Michael Stahl
· 13 years ago
5397b49
Towards a working instdir for Mac OS X
by Stephan Bergmann
· 13 years ago
d44759e
gbuild: install rdb files directly in module they come from
by Matúš Kukan
· 13 years ago
d5d721a
ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>
by Norbert Thiebaud
· 13 years ago
83f4be4
deb#719941: pythonscript.py: use open() instead of file()
by Rene Engelhard
· 13 years ago
5be1f52
deb#719941: unbreak python script provider debug logging on Python 3
by Michael Stahl
· 13 years ago
08452f1
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
by Tor Lillqvist
· 13 years ago
f4004429
Mark as const
by Takeshi Abe
· 13 years ago
058a3d1
Further work on the "Mac-like app structure" option
by Tor Lillqvist
· 13 years ago
c6a7300
Use subfolder names from <config_folders.h>
by Tor Lillqvist
· 13 years ago
Next »