Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/sgexperiment
/
unoxml
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
e753cd9
coverity#1027278 silence Unchecked return value
by Caolán McNamara
· 10 years ago
167e055
loplugin:redundantcast: redundant static_casts in unoxml
by Stephan Bergmann
· 10 years ago
a97b392
tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
by Gleb Mishchenko
· 10 years ago
93f3bd5
unoxml: fix data race in CEventDispatcher::callListeners()
by Michael Stahl
· 10 years ago
60fbe50
tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
by Burcin Akalin
· 10 years ago
43b4903
teach stylepolice plugin about ref-counted-pointer naming
by Noel Grandin
· 10 years ago
df10d8a
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
9af411a
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
1cd0a31
unordf: replace boost::shared_array with std::shared_ptr
by Michael Stahl
· 10 years ago
9cdfc24
unordf: replace boost::noncopyable with C++11 delete
by Michael Stahl
· 10 years ago
1110346
loplugin:unuseddefaultparam in unotools
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
fb76228
unoxml: replace boost::bind with lambda
by Michael Stahl
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
85ae903
loplugin:unusedfields unotools,unoxml
by Noel Grandin
· 10 years ago
abc6071
loplugin:unusedfields various
by Noel Grandin
· 10 years ago
06116bd1
Fast PCH generator and optimized PCH files
by Ashod Nakashian
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
6dea862
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
3f50c6e0
java: remove ((unnecessary)) parentheses
by Noel Grandin
· 10 years ago
9426851
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
96a6ab8
Remove unneeded boost/bind include from unoxml/source/dom/node.cxx
by Mario J. Rugiero
· 10 years ago
eb9e0dd
Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxx
by Mario J. Rugiero
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
53e6ac15
Fix typos
by Andrea Gelmini
· 11 years ago
8b00ac9
tdf#94228 comphelper: replace BOOST_PP
by Daniel Robertson
· 11 years ago
eaf2c27
boost->std
by Caolán McNamara
· 11 years ago
9303e87
unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
aafc0d2
unoxml: Add missing include
by David Ostrovsky
· 11 years ago
d57a335
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
by Stephan Bergmann
· 11 years ago
a45827b
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
eac10bd
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
7aa9f04
do not include boost/utility.hpp
by Michael Stahl
· 11 years ago
e544f44
Fix typos
by Andrea Gelmini
· 11 years ago
c760932
loplugin:unusedmethods basebmp
by Noel Grandin
· 11 years ago
462e986
Fix typos
by Andrea Gelmini
· 11 years ago
2a65bf3
Revert "Typo: iff->if"
by Julien Nabet
· 11 years ago
cf92da3
Typo: iff->if
by Julien Nabet
· 11 years ago
0980095
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
132e8ca
loplugin:cstylecast: deal with those that are (technically) const_cast
by Stephan Bergmann
· 11 years ago
6c9dfa8
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
4a1eddb
loplugin:cstylecast: nop between pointer types of exactly same spelling
by Stephan Bergmann
· 11 years ago
deb50a2
remove some @author tags from suspiciously unidiomatic code
by Michael Stahl
· 11 years ago
26ec80f
loplugin:staticmethods
by Noel Grandin
· 11 years ago
809f6d6
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
9b88d53
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
4198260
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
d1c9e5e
tdf#43157: Fix format string violations in OSL_TRACE etc.
by Stephan Bergmann
· 11 years ago
4f7a1f5
fdo#75757: Remove inheritance from std::vector
by Matthew Pottage
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
3095743
callcatcher: large newly detected unused methods post de-virtualization
by Caolán McNamara
· 11 years ago
fe480d8
remove unused typedefs
by Noel Grandin
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
e25b4bd
loplugin:cstylecast
by Stephan Bergmann
· 11 years ago
3d1ea11
Some more loplugin:cstylecast: unoxml
by Stephan Bergmann
· 11 years ago
5901827
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
581d1e3
java: reduce visibility of some methods and fields
by Noel Grandin
· 11 years ago
2d82619
java: static fields that should not be static
by Noel Grandin
· 11 years ago
3607b14
unoxml: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
0f5e917
Introduce rtl::OUStringLiteral1
by Stephan Bergmann
· 11 years ago
454dddd
java: remove some unused fields and variables
by Noel Grandin
· 11 years ago
3c262ba
unoxml: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
d08a703
document 440749 Explicit null dereferenced
by Caolán McNamara
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
fd60dd5
java: improve use of WrappedTargetException to set cause properly
by Noel Grandin
· 11 years ago
9adb820
java: simplify the getMSF() methods
by Noel Grandin
· 11 years ago
721366e
cppu: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
fc0d57b
Revert "use the new OUString::fromUtf8 method"
by Stephan Bergmann
· 11 years ago
05050cd
use the new OUString::fromUtf8 method
by Noel Grandin
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
48dad96
coverity#705527 drop testlistener that logs to c:\listener.out
by Caolán McNamara
· 11 years ago
c982e6f
coverity#982488 unchecked dynamic_cast
by David Tardon
· 11 years ago
8b7f96d
coverity#707458 Uncaught exception (better fix)
by Michael Stahl
· 11 years ago
ccaaa54
coverity#707458 Uncaught exception
by Caolán McNamara
· 11 years ago
7df609d
coverity#1242932 Uncaught exception
by Caolán McNamara
· 12 years ago
701d024
unoxml: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
df73f41
Remove unused files and move test to qa/
by Matúš Kukan
· 12 years ago
ee77711
unoxml: domtest needs unotest library on WNT
by Michael Stahl
· 12 years ago
dbbd89e
fdo#39625 Make existing CppUnit tests work
by Tobias Madl
· 12 years ago
764e301
fdo#84086 Fix assorted use-after-free bugs
by Matthew J. Francis
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
0477e6c
java: add @Override annotation to overriding methods
by Noel Grandin
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
f124688
java: remove various unused variables
by Noel Grandin
· 12 years ago
f1c75c6
coverity#1158284 Uncaught exception
by Caolán McNamara
· 12 years ago
c6a7c5e
loplugin:saloverride
by Miklos Vajna
· 12 years ago
a492807
fix memleak circular dependency of CElementList and CElement
by Caolán McNamara
· 12 years ago
5ace3f3b
clang scan-build: various warnings
by Caolán McNamara
· 12 years ago
0e507ae
various: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
0f2824b
remove more unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
673c60c
update_pch: add unoxml
by Thomas Arnhold
· 12 years ago
abcbe96
unoxml: huge namespacing cleanup
by Thomas Arnhold
· 12 years ago
78b9537
various: sal_Bool->bool
by Noel Grandin
· 12 years ago
5371642
unoxml: sal_Bool->bool
by Noel Grandin
· 12 years ago
820a299
Many spelling fixes: directories r* - z*.
by Pedro Giffuni
· 12 years ago
Next »