Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract116
/
accessibility
652026f
Resolves: tdf#100272 row ally index is ROW_INVALID
by Caolán McNamara
· 10 years ago
a656be6
clang-tidy misc-unused-raii
by Noel Grandin
· 10 years ago
2c8fe2e
update unusedmethods plugin to deal with constructors
by Noel Grandin
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
c06be53
connectivity: replace boost::remove_reference with std::remove_reference
by Michael Stahl
· 10 years ago
b19ac3c
clang-tidy modernize-loop-convert in a*
by Noel Grandin
· 10 years ago
5abc669
new plugin stylepolice
by Noel Grandin
· 10 years ago
d9508c8
cppcheck: silence known conditions warnings accessibility
by Jochen Nitschke
· 10 years ago
150ac9c
clean-up: unused using declarations and includes
by Jochen Nitschke
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
c664b27
tdf#94306 remove unused boost dependencies
by Jochen Nitschke
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
8c2f2e1
tdf#94306 replace boost::noncopyable in ..
by Jochen Nitschke
· 10 years ago
c20cc7e
tdf#97499 Fixed containers parameters clearing #4
by tymyjan
· 10 years ago
0b8e5ca
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
ef97576
tdf#97525 vcl: make DeletionListener internal
by Jochen Nitschke
· 10 years ago
16611ad
loplugin:constantparam in accessiblity
by Noel Grandin
· 10 years ago
c91b103
convert SvButtonState to scoped enum
by Noel Grandin
· 10 years ago
978cfb8
loplugin:constantparam in accessibility
by Noel Grandin
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
01aa78c
vcl: cmdevt.[hc]xx -> commandevent.[hc]xx
by Chris Sherlock
· 10 years ago
e16a07f
solenv: fix mkdocs.sh to take into account projects with no inc dir
by Chris Sherlock
· 10 years ago
e2a6b13
accessibility: fix rest of doxygen errors
by Chris Sherlock
· 10 years ago
5569a65
accessibility: cleanup doxygen errors
by Chris Sherlock
· 10 years ago
777ad8f
accessibility: fix doxygen errors
by Chris Sherlock
· 10 years ago
697d445
vcl: take into account the font width is the average font width
by Chris Sherlock
· 10 years ago
98c3436
boost::hash->std::hash
by Noel Grandin
· 10 years ago
af7d238
tdf#88205 Delete 'css::uno::Sequence'
by kerem
· 10 years ago
e9a2e04
OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that
by Caolán McNamara
· 10 years ago
cd5431c
Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs
by Stephan Bergmann
· 10 years ago
5659b68
vcl: rename Font::GetFamily to Font::GetFamilyType
by Chris Sherlock
· 10 years ago
28c96fc
vcl: rename Font::GetName to Font::GetFamilyName
by Chris Sherlock
· 10 years ago
45654a1
revert vcl patch series that brok Mac and Windows
by Norbert Thiebaud
· 10 years ago
2b29711
vcl: rename Font::GetName to Font::GetFamilyName
by Chris Sherlock
· 10 years ago
aae44c0
loplugin:unusedmethods unused return value in accessibility
by Noel Grandin
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
fbec6ac
Fix typos
by Andrea Gelmini
· 10 years ago
7dd77a1
Remove unused ToolPanel (aka TaskPane)
by Samuel Mehrbrodt
· 10 years ago
a643222
No need for a separate <vcl/graph.h>
by Tor Lillqvist
· 10 years ago
fb8a3fa
loplugin:nullptr: More NULL -> nullptr automatic rewrite
by Stephan Bergmann
· 10 years ago
7f8c4b8
Use comphelper::containerToSequence()
by Noel Grandin
· 10 years ago
1f86864
loplugin:unusedfields various
by Noel Grandin
· 10 years ago
fe3fd05
add mapKeysToSequence/mapValuesToSequence methods to comphelper
by Noel Grandin
· 10 years ago
06116bd1
Fast PCH generator and optimized PCH files
by Ashod Nakashian
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
3fbe1c8
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
065c8b4
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
addb63f
convert Sequence<XInterface> constructions to use initializer lists
by Noel Grandin
· 10 years ago
4a59a23
Get rid of some redundant base class typedefs
by Stephan Bergmann
· 10 years ago
ac63046
Fix includes
by Stephan Bergmann
· 10 years ago
43e42f9
Fix previous 604c6cf42f1d136e5c076b4ae17bec86e7e1a206
by Stephan Bergmann
· 10 years ago
604c6cf4
bin confusion with name AccessibleGridControlTableImplHelper
by Douglas Mencken
· 10 years ago
a673713
more removal of com::sun::star typedefs
by Noel Grandin
· 10 years ago
2f3ea8d
refactor out some com::sun::star typedefs
by Noel Grandin
· 10 years ago
11b3555
Revert "bin confusion with name AccessibleGridControlTableImplHelper"
by Noel Grandin
· 10 years ago
3028668
bin confusion with name AccessibleGridControlTableImplHelper
by Douglas Mencken
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
bff4c13
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
5da3f0f
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
9e4c87be
Fix typos
by Andrea Gelmini
· 11 years ago
99bfc36
convert Link<> to typed
by Noel Grandin
· 11 years ago
c5909e2
Update many ListBox users to its sal_Int32 interface
by Matteo Casalin
· 11 years ago
71a8329
convert Link<> to typed
by Noel Grandin
· 11 years ago
6900bf4
o3tl/cow_wrapper: remove boost dependency
by Daniel Robertson
· 11 years ago
6917ebc
sal_uLong to sal_uInt32
by Matteo Casalin
· 11 years ago
866e287
sal_uLong to sal_uInt32 as TextPaM paragraph number
by Matteo Casalin
· 11 years ago
a00c47a
sal_uInt16 to sal_Int32
by Matteo Casalin
· 11 years ago
fddb493
loplugin: defaultparams
by Noel Grandin
· 11 years ago
403c134
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
50097a8
basic,basctl: inline some use-once typedefs
by Noel Grandin
· 11 years ago
44cd9ef
sal_uInt16 to sal_Int32, constify, minor optimizations
by Matteo Casalin
· 11 years ago
7669cbf
sal_uInt16 to sal_Int32
by Matteo Casalin
· 11 years ago
a45827b
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
395d922
chmod -x
by Tor Lillqvist
· 11 years ago
38023af
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
95aad95
inline a handful of use-once #defines
by Noel Grandin
· 11 years ago
be62355
com::sun::star->css in accessibility
by Noel Grandin
· 11 years ago
04b472a
loplugin:unusedmethods accessibility,fpicker,uui
by Noel Grandin
· 11 years ago
06ea347
loplugin:unusedmethods svtools
by Noel Grandin
· 11 years ago
799cc41
Fix typos
by Andrea Gelmini
· 11 years ago
00daf98
tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*
by Takeshi Abe
· 11 years ago
e9c3583
improve the returnbyref loplugin
by Noel Grandin
· 11 years ago
ffa8892
Fix typos
by Andrea Gelmini
· 11 years ago
497c589
sal_uLong->sal_Int32 in SvtIconChoiceCtrl
by Noel Grandin
· 11 years ago
42713c5
fix a11y crash seen in save-as-template
by Caolán McNamara
· 11 years ago
8e1ad96
Some missing SolarMutexGuard around VclPtr acquire/release
by Stephan Bergmann
· 11 years ago
5a2e099
cppcheck:redundantCondition
by Noel Grandin
· 11 years ago
776a3f1
convert expressions like 'size() == 0' to 'empty()'
by Noel Grandin
· 11 years ago
b401a8d
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
afcf1ec
loplugin:loopvartoosmall
by Noel Grandin
· 11 years ago
d5129a9
new clang plugin: loopvartoosmall
by Noel Grandin
· 11 years ago
5b1337f
tdf#62475: partial handmade fixes
by Andrea Gelmini
· 11 years ago
d93915b
conver MENU_FLAG_ constants to scoped enum
by Noel Grandin
· 11 years ago
21773f6
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
3ead3ad
Gradually typed Link
by Stephan Bergmann
· 11 years ago
d883c12
Get rid of the initial :: for the vcl namespace
by Tor Lillqvist
· 11 years ago
83ed85e
some build fixes
by Caolán McNamara
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
fc205e4
More loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
Next »