Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cairo
/
comphelper
aab9a96
callcatcher: update unused code
by Caolán McNamara
· 11 years ago
c7cea52
Drop duplicate #includes
by Takeshi Abe
· 11 years ago
f8302e8
Fix typos
by Andrea Gelmini
· 11 years ago
5a616be
Fix typos
by Andrea Gelmini
· 11 years ago
ba4fac9
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
6a34910
Fix typos
by Andrea Gelmini
· 11 years ago
9cd4cf7
fix missing BaseURL when loading embedded objects
by Michael Stahl
· 10 years ago
4a669a4
lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.
by Jan Holesovsky
· 10 years ago
6d410a8
comphelper: add string::join()
by Miklos Vajna
· 11 years ago
17d82b7
comphelper: add LibreOfficeKit::set/isViewCallback()
by Miklos Vajna
· 11 years ago
9b42271
tdf#92130 fix DoEvents to be recognized as keyword
by Marek Doležel
· 11 years ago
3f0d2a1
Add SwTiledRenderingTest::testGetTextSelection() testcase.
by Miklos Vajna
· 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
d45607c
Revert recent changes to comphelper::OSequenceOutputStream
by Matúš Kukan
· 12 years ago
20538c2
FastSerializer: Avoid sequences where possible
by Matúš Kukan
· 12 years ago
cc3ac38
FastSerializer: Do not keep whole sequence in memory; write in chunks
by Matúš Kukan
· 12 years ago
8cc5b62
Remove mutex from OSequenceOutputStream; it's intended to be fast
by Matúš Kukan
· 12 years ago
ad9498f
More -Werror,-Wunused-private-field
by Stephan Bergmann
· 11 years ago
9b92b42
coverity#706285 Uncaught exception
by Caolán McNamara
· 11 years ago
0e06dbd
coverity#706284 Uncaught exception
by Caolán McNamara
· 11 years ago
e263aba
coverity#706275 Uncaught exception
by Caolán McNamara
· 11 years ago
edaee23
coverity#1242878 Unused value
by Caolán McNamara
· 11 years ago
52028d4
Revert "coverity#1224993 Uncaught exception"
by Stephan Bergmann
· 11 years ago
b66a96d
coverity#1224993 Uncaught exception
by Caolán McNamara
· 12 years ago
b489518
coverity#706283 Uncaught exception
by Caolán McNamara
· 12 years ago
fb6d3b8
disambiguate uniform_int_distribution
by Caolán McNamara
· 12 years ago
d1fbbb0
I shouldn't be shy, just assert()
by Tor Lillqvist
· 12 years ago
4bb67e6
Handle incorrect usage of uniform_real_distribution()
by Tor Lillqvist
· 12 years ago
de78b2c
when size_t == unsigned int
by Caolán McNamara
· 12 years ago
8f436d3
use comphelper::rng::uniform_*_distribution everywhere
by Caolán McNamara
· 12 years ago
cde0a09
coverity#1242878 Unused value
by Caolán McNamara
· 12 years ago
c91dec0
comphelper: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
5139fad
loplugin: cstylecast
by Noel Grandin
· 12 years ago
ed00d0d
create a master document template type
by Caolán McNamara
· 12 years ago
2602a41
coverity#706466 Uncaught exception
by Caolán McNamara
· 12 years ago
cb347dd
stario -> css::io
by Thomas Arnhold
· 12 years ago
edda7db
starcontainer -> css::container
by Thomas Arnhold
· 12 years ago
123c64a
starawt -> css::awt
by Thomas Arnhold
· 12 years ago
78b2d82
comphelper: starbeans -> css::beans
by Thomas Arnhold
· 12 years ago
Next »