Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/skia
/
basic
c9c19fe
Property Get/Let Basic Statement
by LibreOfficiant
· 6 years ago
f853ec31
Extend loplugin:external to warn about classes
by Stephan Bergmann
· 6 years ago
48b23bb
tdf#128434 free the BasicManager event listener
by Jan-Marek Glogowski
· 6 years ago
314f15b
Extend loplugin:external to warn about enums
by Stephan Bergmann
· 6 years ago
1e164a6
cid#1448329 Wrapper object use after free
by Caolán McNamara
· 6 years ago
1b83d562
fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bf
by lbenes
· 6 years ago
7ddedd25
tdf#42949 Fix IWYU warnings in basic/
by Gabor Kelemen
· 6 years ago
5d1be8f
cid#1448492 Wrapper object use after free
by Caolán McNamara
· 6 years ago
2297f04
call GetSbData just once
by Caolán McNamara
· 6 years ago
d628258
tdf#80731: Only check closing parenthesis when in IDE
by Mike Kaganski
· 6 years ago
7b99cdb
loplugin:indentation find broken if statements
by Noel Grandin
· 6 years ago
c02c4df
make some classes module-private
by Noel Grandin
· 6 years ago
a6e682f
find symbols that can be private
by Noel Grandin
· 6 years ago
2cd6ff8
remove unnecessary includes
by Caolán McNamara
· 6 years ago
10c9fe8
Related: cid#1448329 call GetSbData() just once
by Caolán McNamara
· 6 years ago
e276c81
size some stringbuffer to prevent re-alloc
by Noel Grandin
· 6 years ago
044eba7
loplugin:stringadd (clang-cl)
by Stephan Bergmann
· 6 years ago
1efe1f8
In checkUnoObjectType, check for derived-from types too
by Stephan Bergmann
· 6 years ago
47d813e
Remove check that is redundant
by Stephan Bergmann
· 6 years ago
b0de7a8
Don't cast to check lower 16 bits; apply mask explicitly
by Mike Kaganski
· 6 years ago
2008880
These should be sal_Int16
by Mike Kaganski
· 6 years ago
1b2f97a
These should be sal_Int32
by Mike Kaganski
· 6 years ago
7199f8c
tdf#128263: update push positions in single line IF
by Mike Kaganski
· 6 years ago
7d7fea7
make bin/update_pch.s always include code in trivial #if's
by Luboš Luňák
· 6 years ago
f13c6ad
new loplugin:bufferadd
by Noel Grandin
· 6 years ago
cdbac69
simplify "a = a +" to "a +="
by Noel Grandin
· 6 years ago
241bee7
convert WriteCharPtr..getStr to WriteOString
by Noel Grandin
· 6 years ago
261fa8c
tdf#114441 changed some sal_uLong to better fitting types
by Christian Barth
· 7 years ago
a3e2964
loplugin:data (clang-cl)
by Stephan Bergmann
· 7 years ago
720af01
Avoid loplugin:data (clang-cl)
by Stephan Bergmann
· 7 years ago
727200b
loplugin:stringadd in basctl..cui
by Noel Grandin
· 7 years ago
8c0059e
loplugin:duplicate-defines in basic
by Noel Grandin
· 7 years ago
d5b7627
tdf#62326 - Macros: Converting Hex strings of negative value
by Andreas Heinisch
· 7 years ago
b56a4ea
add property name when throwing css::uno::UnknownPropertyException
by Noel Grandin
· 7 years ago
42af04b
do not require $(SRCDIR) in every gb_Library_set_precompiled_header
by Luboš Luňák
· 7 years ago
938d304
Removed executable permission on files
by Andrea Gelmini
· 7 years ago
ff6383f
tdf#118544 set correct type for optional parameter
by Tomoyuki Kubota
· 7 years ago
2acc0b3
Remove redundant clears
by Mike Kaganski
· 7 years ago
28fc986
move GetStandardText to stdtext.hxx
by Caolán McNamara
· 7 years ago
22ef2a1
Fixing "...."
by Andrea Gelmini
· 7 years ago
f1ec3c6
loplugin:constmethod in basic
by Noel Grandin
· 7 years ago
ee8f0a1
Fix '..'
by Andrea Gelmini
· 7 years ago
0940229
Fix '..'
by Andrea Gelmini
· 7 years ago
347c475
Fix typos in code
by Andrea Gelmini
· 7 years ago
9e0b342
loplugin:referencecasting find more redundant static_cast
by Noel Grandin
· 7 years ago
889dc7b
use more TOOLS_WARN_EXCEPTION
by Noel Grandin
· 7 years ago
fe00a72
loplugin:sequenceloop in basic..cui
by Noel Grandin
· 7 years ago
b344722
Fix Clang 10 -Werror,-Wimplicit-int-float-conversion
by Stephan Bergmann
· 7 years ago
f8fdf1d
Fix Clang 10 -Werror,-Wimplicit-int-float-conversion
by Stephan Bergmann
· 7 years ago
d204b7f
Improved loplugin:stringconstant (now that GCC 7 supports it): basic
by Stephan Bergmann
· 7 years ago
e8493f9
loplugin:collapseif
by Noel Grandin
· 7 years ago
afad1a0
Fix typos
by Andrea Gelmini
· 7 years ago
7baea49
cid#1448485 silence Copy-paste error
by Caolán McNamara
· 7 years ago
ee2bb23
loplugin:referencecasting in avmedia..basic
by Noel Grandin
· 7 years ago
7201db4
cid#1448547 Unchecked return value
by Caolán McNamara
· 7 years ago
ff17310
cid#1448256 Unchecked return value
by Caolán McNamara
· 7 years ago
2fbd7d2
cid#1448438 Uncaught exception
by Caolán McNamara
· 7 years ago
acf351f
cid#1448372 Unchecked return value
by Caolán McNamara
· 7 years ago
dc9ef75
cid#1448326 Unchecked return value
by Caolán McNamara
· 7 years ago
00f4722
tdf#125564: WatchWindow should report correct type for global constants
by Tomoyuki Kubota
· 7 years ago
4583911
improve loplugin:simplifyconstruct
by Noel Grandin
· 7 years ago
cdcc2f3
loplugin:logexceptionnicely in accessibility..basic
by Noel Grandin
· 7 years ago
c88f760
Use hasElements to check Sequence emptiness in accessibility..canvas
by Arkadiy Illarionov
· 7 years ago
583c140
loplugin:virtualdown in SbxValue
by Noel Grandin
· 7 years ago
49c88d8
-fsanitize=nullability
by Stephan Bergmann
· 7 years ago
9e6ca51
Fix typo
by Andrea Gelmini
· 7 years ago
a361231
fix wrong SET/QUERY flags passed to uno::Reference
by Noel Grandin
· 7 years ago
fbc038c
an uno -> a uno
by Caolán McNamara
· 7 years ago
c6350b3
regenerate PCH headers for the 4 new levels
by Luboš Luňák
· 7 years ago
29d35c8
downgrade warning to info
by Caolán McNamara
· 7 years ago
9f71d0f
tdf#68339 Other: BASIC Syntax error
by Jens Carl
· 7 years ago
15c39bb
Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"
by Eike Rathke
· 7 years ago
22f2cf3
implement std::hash for css::uno::Reference and rtl::Reference
by Noel Grandin
· 7 years ago
4a88cba
Fix typo
by Andrea Gelmini
· 7 years ago
47d25dc
tdf#123043 make type character detection unicode-aware
by Tomoyuki Kubota
· 7 years ago
0e335af
Fix uses of variables before their lifetimes begin
by Stephan Bergmann
· 7 years ago
f61d647
Initial VS 2019 Support
by Tomoyuki Kubota
· 7 years ago
d028c1b
loplugin:sequentialassign in accessiblity..canvas
by Noel Grandin
· 7 years ago
a271c15
Fix typo
by Andrea Gelmini
· 7 years ago
75b51d3
Fix typo
by Andrea Gelmini
· 7 years ago
65922c26
Fix typo
by Andrea Gelmini
· 7 years ago
3feb650
tdf#120703 PVS: Silence V522 warnings
by Mike Kaganski
· 7 years ago
1a0250c
Fix typo
by Andrea Gelmini
· 7 years ago
b391088
Fix typo
by Andrea Gelmini
· 7 years ago
533d515
Fix typo
by Andrea Gelmini
· 7 years ago
184be2d
tdf#120703 PVS: remove redundant static casts
by Mike Kaganski
· 7 years ago
d9e0ead
Remove unused using declarations in directories [a-d]*
by Gabor Kelemen
· 7 years ago
10a48c7
Simplify containers iterations in basctl, basegfx, basic, bridges
by Arkadiy Illarionov
· 7 years ago
754c6af
tdf#42949 Fix IWYU warnings in include/basic/*
by Gabor Kelemen
· 7 years ago
8b5e23e
log nice exception messages whereever possible
by Noel Grandin
· 7 years ago
83db9af
remove some unnecessary typedef struct... sugar
by Noel Grandin
· 7 years ago
28239c4
simplify UNO getTypes methods
by Noel Grandin
· 7 years ago
e1e39fa
Some more WIN32 -> _WIN32
by Stephan Bergmann
· 7 years ago
5082a2b
o3tl::make_unique -> std::make_unique in include/ & o3tl/
by Gabor Kelemen
· 7 years ago
183debd
pretty up logging of exceptions
by Noel Grandin
· 7 years ago
c7f5da8
fix comparison of std::lower_bound result
by Noel Grandin
· 7 years ago
3b5dd1d
tdf#112689: Replace chained O(U)StringBuffer::append() with operator+
by Yusuf Sonmez
· 7 years ago
0d1253c
new loplugin writeonlyvars
by Noel Grandin
· 7 years ago
3e21467
tdf#112689: Replace chained O(U)StringBuffer::append() with operator+
by Muzaffer Kadir YILMAZ
· 7 years ago
587ac01
loplugin:indentation in basctl..bridges
by Noel Grandin
· 7 years ago
Next »