Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/notebookbar
/
unoxml
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
f981c42
Clean up function declarations
by Stephan Bergmann
· 12 years ago
f193c1b
coverity#707456 Uncaught exception
by Caolán McNamara
· 12 years ago
d2e65c7
coverity#708568 Uninitialized scalar field
by Caolán McNamara
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 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
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
d952ba2
Remove visual noise from unoxml
by Alexander Wilms
· 12 years ago
eb75ea2
bool improvements
by Stephan Bergmann
· 12 years ago
d3aad81
librdf_Repository: make older compilers happy
by Michael Stahl
· 12 years ago
62fd1aa
librdf_Repository: fix missing mutex lock in various destructors
by Michael Stahl
· 12 years ago
7db6b2f
fdo#72928: fix deadlocks in librdf_Repository
by Michael Stahl
· 12 years ago
9ed3647
Adapt all (non-extension, SharedLibrary) .components to environment="..."
by Stephan Bergmann
· 12 years ago
d366c9b2
remove unnecessary sal_Unicode casts in various places
by Noel Grandin
· 12 years ago
fcd1637
convert OUString compareToAscii == 0 to equalsAscii
by Noel Grandin
· 12 years ago
bcb51cf
fdo#63020: Replace ::comphelper::stl_begin()...
by Marcos Paulo de Souza
· 12 years ago
d0c12f0
fixincludeguards.sh: uno*
by Thomas Arnhold
· 12 years ago
e2451bd
Convert indexOf->startsWith and lastIndexOf->endsWith
by Noel Grandin
· 12 years ago
54ec8a9
-Werror,-Wunused-variable
by Stephan Bergmann
· 12 years ago
7235d23
fdo#54938: Adapt supportsService implementations to cppu::supportsService
by Marcos Paulo de Souza
· 13 years ago
b03fa7d
-Werror,-Wunused-const-variable
by Stephan Bergmann
· 13 years ago
0e6f148
-Werror,-Wunused-const-variable
by Stephan Bergmann
· 13 years ago
7f436c1
typo fixes in comments
by Andras Timar
· 13 years ago
0b8abbf
The original bytes were probably meant as UTF-8, not UTF-16
by Stephan Bergmann
· 13 years ago
89e5ef9
java.lang.String.getBytes() has platform-dependent semantics
by Stephan Bergmann
· 13 years ago
028a909
New unit test to the DOMTree test suite
by Miguel Gomez
· 13 years ago
a30652b
unoxml: avoid SIGSEV when xmlNsPtr prefix is NULL
by Andres Gomez
· 13 years ago
Next »