Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/barcode
/
tools
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
530334a
Explicitly include the cmath std::abs overloads
by Stephan Bergmann
· 11 years ago
6a4b976
Fix Fraction(-2147483648.0) for 32-bit wide long
by Stephan Bergmann
· 11 years ago
6805d77
Fract: enable tests
by Juan Picca
· 11 years ago
31af61e
Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"
by Jan Holesovsky
· 11 years ago
dc90c5a
Fraction: Revert "just check if the fraction is < 0"
by Jan Holesovsky
· 11 years ago
b66aad4
Fraction: Revert "simplify condition"
by Jan Holesovsky
· 11 years ago
858c2a2
Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"
by Jan Holesovsky
· 11 years ago
5be04f5
coverity#440777 Resource leak in object
by Caolán McNamara
· 11 years ago
4b71bb3
work around windows whining
by Norbert Thiebaud
· 11 years ago
18bb0ac
another blind attempt to fix the test
by David Tardon
· 11 years ago
a43ba14
correct cast
by David Tardon
· 11 years ago
5cdede3
now why did i do this?
by David Tardon
· 11 years ago
bac6e18
fix long long -> BigInt for LONG_MAX value
by David Tardon
· 11 years ago
69e8417
fix copypasta
by David Tardon
· 11 years ago
c738c9f
fix comparison
by David Tardon
· 11 years ago
1dd7365
correct function name
by David Tardon
· 11 years ago
968cadb
allow construction of BigInt from sal_Int64 on 32 bit
by David Tardon
· 11 years ago
582ef22
fdo#84854 it seems long is not enough on 32 bit
by David Tardon
· 11 years ago
aef6ab2
Strip svidl down to what is still used
by Stephan Bergmann
· 11 years ago
4e3772b
fdo#75757: remove inheritance to std::map
by Takeshi Abe
· 11 years ago
ad1f796
simplify condition
by David Tardon
· 11 years ago
8afab33
just check if the fraction is < 0
by David Tardon
· 11 years ago
157fb92
initialize nPolyCount
by Caolán McNamara
· 11 years ago
51f7c69
coverity#1240260 Operands don't affect result
by Caolán McNamara
· 11 years ago
47a2d76
fdo#81356: convert Fraction to boost::rational<long> - wip
by Juan Picca
· 12 years ago
a0a919d
remove SvRefBase::QueryDelete
by Noel Grandin
· 12 years ago
8fa0cda
coverity#705326 deliberate fallthrough in switch
by Caolán McNamara
· 12 years ago
c625525
rename SvRef::AddRef to AddFirstRef
by Noel Grandin
· 12 years ago
173234f
coverity#708208 Uninitialized scalar field
by Caolán McNamara
· 12 years ago
fc04f76
fdo#82577: Handle Time
by Noel Grandin
· 12 years ago
c9d4a28
fdo#82577: Handle PolyPolygon
by Noel Grandin
· 12 years ago
0f64ec1
WaE: implicit conversion of NULL constant to 'nullptr_t'
by Tor Lillqvist
· 12 years ago
ea2d767
tools: change INetURLObject::getData to return std::unique_ptr
by Michael Stahl
· 12 years ago
5501c8d
remove unnecessary casts in calls to SvStream.WriteUInt16
by Noel Grandin
· 12 years ago
bec72dd
remove unnecessary casts in calls to SvStream.WriteUChar
by Noel Grandin
· 12 years ago
c476a84
remove pointless comments
by Noel Grandin
· 12 years ago
d46b16e
remove unnecessary casts's
by Noel Grandin
· 12 years ago
8f684e2
remove unnecessary static_cast's
by Noel Grandin
· 12 years ago
ebdc36c
SvStream - rename WriteNumber methods
by Noel Grandin
· 12 years ago
ed085a6
cleanup GUID/ClsId/CLSID types
by Noel Grandin
· 12 years ago
d68ce6e
fdo#84000: Sort out problems with short timeouts & long callbacks.
by Jan Holesovsky
· 12 years ago
9703cc6
Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead
by Stephan Bergmann
· 12 years ago
211b319
fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.
by Jan Holesovsky
· 12 years ago
23e1fc2
loplugin: cstylecast, update PTR_CAST macro to use static_cast
by Noel Grandin
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
fd64d44
clip PolyPolygon::Insert on .svm load
by Caolán McNamara
· 12 years ago
6492c85
Make the "Mac-like" or "canonical" app bundle structure always used on OS X
by Tor Lillqvist
· 12 years ago
0a8bf4b
FloatingWindows are no longer loaded from resource files
by Caolán McNamara
· 12 years ago
ca68971
ModalDialogs no longer loaded from resource files
by Caolán McNamara
· 12 years ago
10d14a9
tools: make some variable names more clear
by Chris Sherlock
· 12 years ago
3f89ecc
Do not cripple intermediate values to sal_uInt16
by Stephan Bergmann
· 12 years ago
afa5d63
TabPages are no longer loaded from resource files
by Caolán McNamara
· 12 years ago
b3d9852
Remove more useless includes of tools/debug.hxx
by Marcos Paulo de Souza
· 12 years ago
1c13f9c
RSC_TRISTATEBOX is no longer used
by Caolán McNamara
· 12 years ago
b0da096
RSC_MULTILINEEDIT no longer used
by Caolán McNamara
· 12 years ago
924dda9
RSC_MENUBUTTON is not in use anymore
by Caolán McNamara
· 12 years ago
Next »