Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/OperationSmiley
/
ucbhelper
2f5868c
loplugin:redundantfcast look for redundant copies in return statements
by Noel Grandin
· 8 years ago
cda2d47
Fix typos
by Andrea Gelmini
· 8 years ago
b27fee9
loplugin:useuniqueptr cppu,idlc,io,ucbhelper
by Noel Grandin
· 8 years ago
6028b64
loplugin:passstuffbyref even more return improvements
by Noel Grandin
· 8 years ago
9a06b99
loplugin:salcall fix non-virtual methods
by Noel Grandin
· 8 years ago
1bacce9
one slash is enough
by David Tardon
· 8 years ago
b804031
Replace lists by vector or deque in ucb/ucbhelper
by Julien Nabet
· 8 years ago
57c5f98
loplugin:constmethod in comphelper,ucbhelper
by Noel Grandin
· 8 years ago
0b8e203
loplugin:includeform: ucbhelper
by Stephan Bergmann
· 8 years ago
87a9979
overload std::hash for OUString and OString
by Noel Grandin
· 8 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
f1dda66
loplugin:unusedfields in ResultSetColumnData
by Noel Grandin
· 9 years ago
2d2259c
clang-tidy modernize-use-emplace in test..vbahelper
by Noel Grandin
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
daf177f
use more OUString::operator== in test..xmlsecurity
by Noel Grandin
· 9 years ago
43a6b59
simplify some OUString compareTo calls
by Noel Grandin
· 9 years ago
a975624
loplugin:unusedfields in tools..vbahelper
by Noel Grandin
· 9 years ago
cbcaff7
ucb: replace double checked locking patterns
by Jochen Nitschke
· 9 years ago
2ccde70
teach redundantcast plugin about functional casts
by Noel Grandin
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
185ed3d
teach loplugin:constantparam about simple constructor calls
by Noel Grandin
· 9 years ago
da64d198
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
by Chris Sherlock
· 9 years ago
de030cd
gbuild: Remove MSVC 2013 legacy code
by David Ostrovsky
· 9 years ago
8c8f2a5
remove unnecessary explicit linefeeds from end of SAL and OSL log calls
by Noel Grandin
· 9 years ago
6cb9e6d
Remove redundant 'inline' keyword
by Stephan Bergmann
· 9 years ago
d198a82
convert InsertOperation to scoped enum
by Noel Grandin
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
88dde75
Revert "cancelCommandExecution - no need to pass exception by Any"
by Noel Grandin
· 9 years ago
4739b31
cancelCommandExecution - no need to pass exception by Any
by Noel Grandin
· 9 years ago
1c3e84d
teach lolugin:stringconstant about calling constructors
by Noel Grandin
· 9 years ago
f1d83ac
loplugin:stringconstant check for unnecessary OUString constructor..
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
84defbc
new loplugin: useuniqueptr: ucb..ucbhelper
by Noel Grandin
· 9 years ago
1aabba2
New loplugin:dynexcspec: Add @throws documentation, ucbhelper
by Stephan Bergmann
· 9 years ago
26b0e86
inline InteractionContinuation_Impl
by Noel Grandin
· 9 years ago
b97f01c
loplugin:unnecessaryoverride (dtors) in ucbhelper
by Stephan Bergmann
· 9 years ago
794c542
simplify macros
by Noel Grandin
· 9 years ago
2833691
convert VALUE_SET constants to o3tl::typed_flags
by Noel Grandin
· 9 years ago
47317f0
loplugin:expandablemethods in ucb..ucbhelper
by Noel Grandin
· 9 years ago
14d096e
Fix typos
by Andrea Gelmini
· 10 years ago
7f97b5e
convert CONTINUATION constants to typed_flags_set
by Noel Grandin
· 10 years ago
b18e1bc
loplugin:unusedfields
by Noel Grandin
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
c158c00
loplugin:constantparam in framework..vbahelper
by Noel Grandin
· 10 years ago
3c127bc
cid#1371163 Missing move assignment operator
by Noel Grandin
· 10 years ago
2d8911d
ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/
by Stephan Bergmann
· 10 years ago
8f30da6
Some clang-tidy misc-move-constructor-init
by Stephan Bergmann
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
48a8d6d
loplugin:singlevalfields in various
by Noel Grandin
· 10 years ago
47443d7
ucbhelper: get rid of pointless scope in ContentImplHelper::release
by Michael Stahl
· 10 years ago
29bea29
loplugin:singlevalfields in ucbhelper
by Noel Grandin
· 10 years ago
5bd5baf
remove some more (void) style function definitions/declarations
by Noel Grandin
· 10 years ago
0323253
remove some manual ref-counting
by Noel Grandin
· 10 years ago
95d20a3
Revert "remove some manual ref-counting"
by Noel Grandin
· 10 years ago
111de43
remove some manual ref-counting
by Noel Grandin
· 10 years ago
4baf56e
loplugin:passstuffbyref
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
f3d9aab
teach passstuffbyref plugin to check for..
by Noel Grandin
· 10 years ago
f9ec240
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
828ed49
loplugin:passstuffbyref in ucbhelper
by Noel Grandin
· 10 years ago
b76c2ea
clang-tidy performance-unnecessary-value-param in ucbhelper
by Noel Grandin
· 10 years ago
3d26445
loplugin:constantfunction in ucbhelper
by Noel Grandin
· 10 years ago
b47cb64
loplugin:constantparam
by Noel Grandin
· 10 years ago
bfa7b70
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
by Rohan Kumar
· 10 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
752cd07
InterfaceContainer2 with vector instead of Sequence
by Noel Grandin
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
abc6071
loplugin:unusedfields various
by Noel Grandin
· 10 years ago
5fc51f8d
use unique_ptr for pImpl in ucbhelper/
by Noel Grandin
· 10 years ago
96c26b0
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
ee74dec
com::sun::star->css in ucbhelper/
by Noel Grandin
· 10 years ago
b4af166
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
d0e6388
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
9426851
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
b5db48a
no need to use OUString constructor in call to createInstance
by Noel Grandin
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
db0ac3d
loplugin:stringconstant
by Stephan Bergmann
· 11 years ago
b4576f3
tdf#82744: fix WebDAV lock/unlock behaviour - part 3
by Giuseppe Castagno
· 11 years ago
82f0a4f
Fix typos
by Andrea Gelmini
· 11 years ago
ee7da35
Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
c168ff9
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
by Stephan Bergmann
· 11 years ago
3d1e29c
Remove newly unused ucbhelper/fileidentifierconverter.hxx
by Stephan Bergmann
· 11 years ago
1242a3a
Remove obsolete getLocalFileURL
by Stephan Bergmann
· 11 years ago
286dfc2
loplugin: defaultparams
by Noel Grandin
· 11 years ago
a4fd6c4
inline some use-once typedefs
by Noel Grandin
· 11 years ago
298272f
tdf#84190 : when auth fails, don't remember passwords for cmis
by Szymon Kłos
· 11 years ago
647d7b0
loplugin:stringconstant: handle OUString+=OUString(literal)
by Stephan Bergmann
· 11 years ago
6c9dfa8
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
15bdb0a
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
d22519f
V801: Decreased performance
by Caolán McNamara
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
9c9276c
ucbhelper: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
4998e6a
Authentication fallback request for the OneDrive connection
by Mihai Varga
· 12 years ago
15b4ab8
cppuhelper: 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
Next »