Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/mmeeks/bitmapcrc64
/
comphelper
fe6c124
Remove demonstrated-useless comphelper::compare
by Stephan Bergmann
· 11 years ago
5ff8f80
Demonstrate comphelper::compare is useless
by Stephan Bergmann
· 11 years ago
63de6ba
There is no css::uno::Sequence<sal_uInt8> in UNO
by Stephan Bergmann
· 11 years ago
39ce314
comphelper::isA(Type... -> Type == cppu::UnoType...
by Stephan Bergmann
· 11 years ago
d21260c
Remove two silly typedefs
by Stephan Bergmann
· 11 years ago
5da0dce
Consolidate isFileUrl checks
by Stephan Bergmann
· 11 years ago
4f87e9d
loplugin: defaultparams
by Noel Grandin
· 11 years ago
eab0ae6
cppcheck: nullPointerRedundantCheck
by Caolán McNamara
· 11 years ago
3ff2e30
cui,connectivity: inline some use-once typedefs
by Noel Grandin
· 11 years ago
819fd24
comphelper: replace boost::function with std::function
by Michael Stahl
· 11 years ago
18110ca
comphelper, desktop: fix MSVC mergedlib link failure
by Michael Stahl
· 11 years ago
d74436f
com::sun::star->css in comphelper
by Noel Grandin
· 11 years ago
11f24bc
tdf#92130 fix DoEvents to be recognized as keyword
by Marek Doležel
· 11 years ago
b12c835d
coverity#1312139 random byte is deliberate
by Caolán McNamara
· 11 years ago
bc9a8dd
tdf#82744: fix WebDAV lock/unlock behaviour - part 2
by Giuseppe Castagno
· 11 years ago
a890a76
tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
9f27e5b
Fix typos
by Andrea Gelmini
· 11 years ago
e363123
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
5b2f823
add a SAL_RAND_REPEATABLE for repeatable random nums
by Caolán McNamara
· 11 years ago
ffa8892
Fix typos
by Andrea Gelmini
· 11 years ago
10a7c82
coverity#1308587 Uncaught exception
by Caolán McNamara
· 11 years ago
b55166d
Revert "return and use std::vector from OInterfaceContainerHelper"
by Noel Grandin
· 11 years ago
e57314f
return and use std::vector from OInterfaceContainerHelper
by Noel Grandin
· 11 years ago
6390d2c52
Get rid of comphelper::string::is*Ascii functions
by Stephan Bergmann
· 11 years ago
3fb56b3
Simplify comphelper::string::isdigitAsciiString definitions
by Stephan Bergmann
· 11 years ago
0655f98
Drop duplicate #includes
by Takeshi Abe
· 11 years ago
aade275
Fix typos
by Andrea Gelmini
· 11 years ago
9ed0339
Fix typos
by Andrea Gelmini
· 11 years ago
bcace9a
Add SwTiledRenderingTest::testGetTextSelection() testcase.
by Miklos Vajna
· 11 years ago
0980095
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
3fa7b0b
Fix typos
by Andrea Gelmini
· 11 years ago
46e1236
Fix insertion and deletion in IndexedPropertyValuesContainer
by Matthew J. Francis
· 11 years ago
a941df0
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
66a0a37
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
8161056
uno::Sequence provides now begin and end
by Noel Grandin
· 11 years ago
cd93d5f
loplugin:cstylecast: deal with those that are (technically) const_cast
by Stephan Bergmann
· 11 years ago
bfd33a8
callcatcher: update unused code
by Caolán McNamara
· 11 years ago
6240967
callcatcher: update unused code
by Caolán McNamara
· 11 years ago
708f0d2
comphelper::PropertySetInfo: convert legacy assertion
by Michael Stahl
· 11 years ago
24dbd76
comphelper::PropertySetInfo remove unused parameter
by Michael Stahl
· 11 years ago
5b1337f
tdf#62475: partial handmade fixes
by Andrea Gelmini
· 11 years ago
4472423
Add support for progress bar callbacks to LibreOfficeKit clients
by Tor Lillqvist
· 11 years ago
c47f7df
sal/log.hxx is what was missing
by Stephan Bergmann
· 11 years ago
776d74b
If using std::random_device fails, fall back to just time(nullptr)
by Tor Lillqvist
· 11 years ago
011563a
seed mt19937 with random data
by Norbert Thiebaud
· 11 years ago
eaf4104
comphelper::dispatchCommand: allow passing command arguments
by Miklos Vajna
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
da36fc8
No more need for PartialWeakComponentImplHelper here
by Stephan Bergmann
· 11 years ago
4592d27
Get rid of trivial comphelper::in-/decrement wrappers
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
cbd8587
Move osl::LibreOfficeKit stuff to comphelper for now
by Tor Lillqvist
· 11 years ago
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
7bcf64c
Add isReadOnly() support to simplified configuration access
by Stephan Bergmann
· 11 years ago
a88a386
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
026b17b
V597: introduce a rtl_secureZeroMemory
by Caolán McNamara
· 11 years ago
581c507
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
962b773
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
c4a9241
new clang plugin: staticmethods
by Noel Grandin
· 11 years ago
944d1fd
fix windows build and sal_Bool->bool
by Caolán McNamara
· 11 years ago
4d2de58
fix windows build
by Noel Grandin
· 11 years ago
48bb291
convert SFX_FILTER_ constants to enum class
by Noel Grandin
· 11 years ago
a250e9d
Factor out the .uno: command dispatching to a separate function / file.
by Jan Holesovsky
· 11 years ago
b1534ed
tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>
by Swachhand Lokhande
· 11 years ago
d22519f
V801: Decreased performance
by Caolán McNamara
· 11 years ago
802fe48
comphelper: compare implemented as subtraction
by Michael Stahl
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
01a8bda
boost::noncopyable->'= delete'
by Caolán McNamara
· 11 years ago
a1ceacc
boost::foo_ptr->std::foo_ptr
by Caolán McNamara
· 11 years ago
f8b8070
these can all be made const
by Caolán McNamara
· 11 years ago
e818882
comphelper: add SAL_INFO for exception when graphic cannot be loaded
by Michael Stahl
· 11 years ago
e92e195
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
4f7a1f5
fdo#75757: Remove inheritance from std::vector
by Matthew Pottage
· 11 years ago
c7258cf
shared_ptr<T>(new T(args)) -> make_shared<T>(args)
by Caolán McNamara
· 11 years ago
4d6a509
convert all remaining BOOST_STATIC_ASSERT to static_assert
by Caolán McNamara
· 11 years ago
893362b
comphelper: do not use "r" prefix for uno::Reference
by Michael Stahl
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
8764134
Some more loplugin:cstylecast: comphelper
by Stephan Bergmann
· 11 years ago
d3ce5b2
Fix getTypes() of OPropertySetHelper and derived
by Stephan Bergmann
· 11 years ago
591ef97
Really remove events
by Julien Nabet
· 11 years ago
dc5ae42
include time.h for time
by Caolán McNamara
· 11 years ago
18ad91e
boost::random->std::random
by Caolán McNamara
· 11 years ago
f8922b6
Remove unnecessary comphelper::string::getToken
by Stephan Bergmann
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
85bcf06
comphelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
9adb820
java: simplify the getMSF() methods
by Noel Grandin
· 11 years ago
dd6c337
java: remove some comment noise
by Noel Grandin
· 11 years ago
b9ca4de
From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri
by Stephan Bergmann
· 11 years ago
fced316
comphelper::SequenceAsHashMap: throw IllegalArgumentException
by Stephan Bergmann
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
bbb675d
Some more compareVersionStrings() tests
by Tor Lillqvist
· 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
ca2fefb
Add a function to compare version number strings
by Tor Lillqvist
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
6f46cf4
thread-pool: Initialize empty pools to start complete.
by Matúš Kukan
· 11 years ago
68f912e
thread-pool: fix waiting until all tasks are complete.
by Michael Meeks
· 11 years ago
593a44a
thread-pool: re-work termination semantics to avoid problems.
by Michael Meeks
· 11 years ago
62090f6
Move thread-pool down into comphelper for re-use elsewhere.
by Michael Meeks
· 11 years ago
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
Next »