Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/propose-master-cib
/
tools
ad5daef
loplugin:cstylecast: nop between pointer types of exactly same spelling
by Stephan Bergmann
· 11 years ago
5984cc8
Add ability to change tint/shade of a color.
by Tomaž Vajngerl
· 11 years ago
c89e590
extend color test - check read & write from stream
by Tomaž Vajngerl
· 11 years ago
4a7dcee
Clean up tools/link.hxx
by Stephan Bergmann
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
f0edb67
enhancement : tdf#90225 Cannot open compressed csv files from calc
by Dennis Francis
· 11 years ago
877fe59
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
2240118
Improved loplugin:literaltoboolconversion looking into cond. exprs.
by Stephan Bergmann
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
9561c2f
Clean up new rtl/surrogates.h
by Stephan Bergmann
· 11 years ago
fd8c06a
duplicate surrogate code
by Caolán McNamara
· 11 years ago
9f23260
SvStream: WriteUChar -> WriteBool
by Stephan Bergmann
· 11 years ago
5252a1d
tools: leave ErrorContext with a vcl::Window * for now.
by Michael Meeks
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
e33d74f
Make ErrorContext includers happier.
by Michael Meeks
· 11 years ago
1c4025b
vclwidget: change all vcl::window fields to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
8109030
No need to go via floating-point calculations
by Stephan Bergmann
· 11 years ago
91b9148
Change tools::Time::GetSystemTicks to sal_uInt64
by Stephan Bergmann
· 11 years ago
3516371
loplugin:staticmethods
by Noel Grandin
· 11 years ago
9eed05b
Remove dead INetProtocol::Out
by Stephan Bergmann
· 11 years ago
5ba54aa
Remove dead INetProtocol::Vim
by Stephan Bergmann
· 11 years ago
6d089a4
Kill INetProtocol::News
by Tor Lillqvist
· 11 years ago
5241788
Kill INetProtocol::Imap and Pop3
by Tor Lillqvist
· 11 years ago
54e87df
Change INetProtocol enumerators to CamelCase
by Stephan Bergmann
· 11 years ago
44b3e56
Change INetProtocol to scoped enumeration
by Stephan Bergmann
· 11 years ago
9af6b70
Plug the hole in INetProtocol
by Stephan Bergmann
· 11 years ago
6e74c9f
Remove left-over comment junk
by Stephan Bergmann
· 11 years ago
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
edc189d
loplugin:staticfunction
by Noel Grandin
· 11 years ago
9826b9c
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
a98c1692
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
2a081a0
Rectangle::toString(): output position, then size
by Miklos Vajna
· 11 years ago
665bad8
loplugin:constantfunction: tools
by Noel Grandin
· 11 years ago
556373c
V668 no sense in testing the result of new against null
by Caolán McNamara
· 11 years ago
32f95a3
V813: Decreased performance
by Caolán McNamara
· 11 years ago
6d72994
convert RC_ constants to enum class
by Noel Grandin
· 11 years ago
593f083
convert enum _ImplINetRFC822MessageHeaderState to enum class
by Noel Grandin
· 11 years ago
63dc0b4
convert INETMSG_MIME_VERSION constants to enum class
by Noel Grandin
· 11 years ago
1e4f2cc
convert INETMSG_RFC822_ constants to enum class
by Noel Grandin
· 11 years ago
bbfc6ad
Add Rectangle::toString()
by Miklos Vajna
· 11 years ago
aa1b4a29
Various typos
by Julien Nabet
· 11 years ago
765efd3
DBG_ASSERT -> assert
by Stephan Bergmann
· 11 years ago
6547c93
tdf#89319 SvFileStream: remove redundant osl_getFilePos() calls
by László Németh
· 11 years ago
db11071
Fold INetMessageIOStream into INetMIMEMessageStream
by Stephan Bergmann
· 11 years ago
df1c438
Fold INetOStream into INetMessageOStream
by Stephan Bergmann
· 11 years ago
ba2cb77
Fold INetIStream into INetMessageIStream
by Stephan Bergmann
· 11 years ago
c27ab70
GenerateHeader(false) -> SetHeaderGenerated()
by Stephan Bergmann
· 11 years ago
2c5ce8e
Remove unused INetMIMEMessage streaming operators
by Stephan Bergmann
· 11 years ago
ca6be61
Fold INetRFC822Message into INetMIMEMessage
by Stephan Bergmann
· 11 years ago
3939b6d
Fold INetMessage into INetRFC822Message
by Stephan Bergmann
· 11 years ago
4d6a509
convert all remaining BOOST_STATIC_ASSERT to static_assert
by Caolán McNamara
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
71b87e3
coverity#1242531 Untrusted value as argument
by Caolán McNamara
· 11 years ago
3095743
callcatcher: large newly detected unused methods post de-virtualization
by Caolán McNamara
· 11 years ago
83de961
coverity#1244945 Untrusted value as argument
by Caolán McNamara
· 11 years ago
381ea04
coverity#1244946 Untrusted value as argument
by Caolán McNamara
· 11 years ago
2850b4d
Some more loplugin:cstylecast: tools
by Stephan Bergmann
· 11 years ago
5901827
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
2f69f6e
remove unnecessary parentheses
by Noel Grandin
· 11 years ago
c32a5a3
simplify Date/Time/DateTime conversion code
by Noel Grandin
· 11 years ago
278b400
fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
306f048
fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
4e89a3e
fix windows build
by Noel Grandin
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
9720e8e
Some loplugin:revisibility clean-up
by Stephan Bergmann
· 11 years ago
bd03af5
valgrind: Conditional jump or move depends on uninitialised value
by Caolán McNamara
· 11 years ago
8130714
fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'
by Noel Grandin
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
190196b
Date/Time no longer loaded from rsc files
by Caolán McNamara
· 11 years ago
756fe1b
drop dateformatter resource loading
by Caolán McNamara
· 11 years ago
caa9278
TimeFields not loaded from resource files anymore
by Caolán McNamara
· 11 years ago
09e071f
tools: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
47cd375
Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"
by Stephan Bergmann
· 11 years ago
146bd12
Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value
by Stephan Bergmann
· 11 years ago
9ce073b
tools: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
cf01aff
remove operator>> and operator<< methods
by Noel Grandin
· 11 years ago
c2a93a2
long is 32 bit on Windows x86_64 platform
by David Ostrovsky
· 11 years ago
0375504
fdo#38835 strip out OString globals
by Noel Grandin
· 11 years ago
2f7a386
loplugin:cstylecast, involving pointer to incomplete type
by Stephan Bergmann
· 11 years ago
827430c
Fold URE: Windows
by Stephan Bergmann
· 11 years ago
b1c7f07
assert on loading timestamp in kde80951-1.html
by Caolán McNamara
· 11 years ago
34411dc
Mark Color::AsRGBHexString() as const
by Miklos Vajna
· 11 years ago
764600b
Apply pimpl to ResStringArray, to hide its internals.
by Kohei Yoshida
· 11 years ago
2dff8ff
Build fix on Linux.
by Kohei Yoshida
· 11 years ago
6d7282f
Apply pimpl to Fraction.
by Kohei Yoshida
· 11 years ago
0348341
Make these methods non-inline.
by Kohei Yoshida
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
71c00f4
coverity#982314 Logically dead code
by Caolán McNamara
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
047830d
There are three positive return codes from inflate
by Caolán McNamara
· 11 years ago
7f3326f
checker type doesn't work, try event type
by Caolán McNamara
· 11 years ago
06bde51
tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()
by Chris Sherlock
· 11 years ago
0f6e4e7
coverity#1250404 Operands don't affect result
by Caolán McNamara
· 11 years ago
c70f154
Removed duplicated includes
by Andrea Gelmini
· 11 years ago
bdd22c4
WaE: C4101: 'unused' : unreferenced local variable
by Tor Lillqvist
· 11 years ago
ddc7f5d
fix build on android-arm tinderbox
by David Tardon
· 11 years ago
2ce0aed
fdo#81356: use boost::rational internally in Fraction
by Juan Picca
· 11 years ago
1f6aefc
coverity#1242531 Untrusted loop bound
by Caolán McNamara
· 11 years ago
91fac2a
cid#705051 Dereference after null check
by Noel Grandin
· 11 years ago
Next »