Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/external-data-ui
/
sdext
35974df
Fix typos
by Andrea Gelmini
· 9 years ago
713c80b
Fix typos
by Andrea Gelmini
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
d5630ad
loplugin:checkunusedparams in various
by Noel Grandin
· 9 years ago
3dcf6df
remove unnecessary use of 'this->'
by Noel Grandin
· 9 years ago
76badca
loplugin:constparams in extensions,scripting,sdext
by Noel Grandin
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
f74da13
use more comphelper::InitAnyPropertySequence
by Noel Grandin
· 9 years ago
182a74d
de-hrc various things
by Caolán McNamara
· 9 years ago
3964408
loplugin:constparams in sdext
by Noel Grandin
· 9 years ago
d7e06e4
use more OUString::operator== in scaddins..sdext
by Noel Grandin
· 9 years ago
833d376
loplugin:oncevar: empty strings: sdext
by Stephan Bergmann
· 9 years ago
05f47e6
replace 'resize(size+1)' with emplace_back
by Noel Grandin
· 9 years ago
7de833a
simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)
by Noel Grandin
· 9 years ago
20571c4
use more range-for on uno::Sequence
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
8c77b56
use OString::operator== in preference to ::equals
by Noel Grandin
· 9 years ago
d4ffca1
loplugin:unnecessaryparen
by Stephan Bergmann
· 9 years ago
2a1a960
loplugin:unusedfields in sd
by Noel Grandin
· 9 years ago
ec01462
loplugin:casttovoid: sdext
by Stephan Bergmann
· 9 years ago
da00de7
Text::Paint rOffset parameter is unused
by Stephan Bergmann
· 9 years ago
7d72ddb
StyleAssociationContainer::ProcessStyleAssociation rReadContext unused
by Stephan Bergmann
· 9 years ago
82ce03d
PresenterTheme::Theme::ProcessFont rReadContext parameter is unused
by Stephan Bergmann
· 9 years ago
64d2019
PresenterSlideSorter::SetActiveState does nothing
by Stephan Bergmann
· 9 years ago
2c355e3
Remove unused ItemProcessor argument
by Stephan Bergmann
· 9 years ago
94bfb93
PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unused
by Stephan Bergmann
· 9 years ago
766cd45
PresenterPaneBase::PaintBorderBackground does nothing
by Stephan Bergmann
· 9 years ago
2fb2d6e
loplugin:oncevar in scaddins..sot
by Noel Grandin
· 9 years ago
66efe63
loplugin:unusedfields in sdext
by Noel Grandin
· 9 years ago
5286326
convert ErrCode to strong typedef
by Noel Grandin
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
febbad7
cleanup unused css/frame/* includes
by Jochen Nitschke
· 9 years ago
027b25e
use comphelper::InitPropertySequence in more places
by Noel Grandin
· 9 years ago
16ce815
cppcheck: knownConditionTrueFalse
by Jochen Nitschke
· 9 years ago
8301695
Improved loplugin:redundantcast, const/static_cast combinations: sdext
by Stephan Bergmann
· 9 years ago
0f29813
sdext: coverity#1409900 Uncaught exception
by Michael Stahl
· 9 years ago
15b033d
rhbz#1425304 sdext: join TimerScheduler thread before shutdown
by Michael Stahl
· 9 years ago
8f999d65
cleanup unused css/animations/ and css/presentation/ includes
by Jochen Nitschke
· 9 years ago
a0b93fe
cleanup unused css/script/ includes
by Jochen Nitschke
· 9 years ago
98c4cd3
loplugin:unusedfields improve write-only analysis
by Noel Grandin
· 9 years ago
32cb376
Resolves: tdf#107812 add check for -Oblique
by Caolán McNamara
· 9 years ago
7e21f3d
tdf#107823: missing buttons in Presentation Minimizer
by Julien Nabet
· 9 years ago
389da66
remove unused uno::Reference vars
by Noel Grandin
· 9 years ago
9594967
cleanup osl/diagnose.h includes
by Jochen Nitschke
· 9 years ago
12191a4
make loplugin constantparam smarter about string params
by Noel Grandin
· 9 years ago
719a2ad
remove unnecessary empty OUString fields and vars
by Noel Grandin
· 9 years ago
185ed3d
teach loplugin:constantparam about simple constructor calls
by Noel Grandin
· 9 years ago
97eb00c
revert OSL_ASSERT changes
by Chris Sherlock
· 9 years ago
17ecba5
tdf#43157: convert sdext codebase away from OSL_ASSERT to assert
by Chris Sherlock
· 9 years ago
867882b
loplugin:salunicodeliteral: sdext
by Stephan Bergmann
· 9 years ago
dbd1962
loplugin:cppunitassertequals: sdext
by Stephan Bergmann
· 9 years ago
1f111de
sdext: fix loplugin:stringconcat warning
by Miklos Vajna
· 9 years ago
34bdbce
can detangle the sdext graphic resource now
by Caolán McNamara
· 9 years ago
f9f045e78
tools: move errcode.hxx to the vcl module
by Chris Sherlock
· 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
0514442
no need to use OUStringToOString in SAL_INFO
by Noel Grandin
· 9 years ago
d373d996
Improved loplugin:redundantcast, static_cast on arithmetic types: sdext
by Stephan Bergmann
· 9 years ago
5d0e485
use actual UNO enums in reportdesign..svtools
by Noel Grandin
· 9 years ago
b958eae
Fix typos
by Andrea Gelmini
· 9 years ago
6291574
Remove unused #include <ctype.h>
by Stephan Bergmann
· 9 years ago
8f0e7b3
just make the VirtualDevice a parser member
by Caolán McNamara
· 9 years ago
51d9963
Fix typos
by Andrea Gelmini
· 9 years ago
386e38b
loplugin:sallogareas
by Stephan Bergmann
· 9 years ago
198c41c
new loplugin unoany
by Noel Grandin
· 9 years ago
36a5d94
loplugin:loopvartoosmall
by Stephan Bergmann
· 9 years ago
cffa23b
fix crash in pdfimport
by Markus Mohrhard
· 9 years ago
3a74745
vector::data seems more natural than &vector::front
by Caolán McNamara
· 9 years ago
a3f2bf6
change intervall -> interval
by David Tardon
· 9 years ago
1c03908
loplugin:subtlezeroinit: sdext
by Stephan Bergmann
· 9 years ago
948555c
PaneDescriptor::mbNeedsClipping is never read
by Stephan Bergmann
· 9 years ago
7a350ce
remove unused Right from Anchor enum
by Noel Grandin
· 9 years ago
20c43a2
"Unicode" is a proper noun and should not be used in plural
by Tor Lillqvist
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
1c3e84d
teach lolugin:stringconstant about calling constructors
by Noel Grandin
· 9 years ago
62c063d
tdf#105536: PDF image should be v-flipped unconditionally
by Mike Kaganski
· 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
4fabc23
loplugin: unnecessary destructor scaddins..sdext
by Noel Grandin
· 9 years ago
d8aa450
tdf#105382 Set URL-decoded default filename for minimized presentation
by Takeshi Abe
· 9 years ago
920f1dd
New loplugin:dynexcspec: Add @throws documentation, sdext
by Stephan Bergmann
· 9 years ago
88c755e
new loplugin: useuniqueptr: sdext
by Noel Grandin
· 9 years ago
584262f
loplugin:stringconstant: handle OStringBuffer::append
by Stephan Bergmann
· 9 years ago
e838e36
Some loplugin:conststringvar/stringconstant improvements: sdext
by Stephan Bergmann
· 9 years ago
0999f64
New loplugin:conststringvar: sdext
by Stephan Bergmann
· 9 years ago
86dfe77
New loplugin:externvar: sdext
by Stephan Bergmann
· 9 years ago
fe9a5a4
ODR violation (base class must be the same across compilation units)
by Stephan Bergmann
· 9 years ago
872cf48
Revert "verify SolarMutex when ref-counting VclPtr" series
by Noel Grandin
· 9 years ago
3a705ab
OSL_TRACE->SAL in avmedia..canvas
by Noel Grandin
· 9 years ago
02ed192
OSL_TRACE->SAL in sd..sdext
by Noel Grandin
· 9 years ago
e794ce1
verify that we hold the SolarMutex when ref-counting VclPtr
by Noel Grandin
· 9 years ago
4586cc8
loplugin:unnecessaryoverride (dtors) in sdext
by Stephan Bergmann
· 9 years ago
f6d2ff1
presenter console: fix STL assert when exiting slide show
by Michael Stahl
· 9 years ago
e74e958
spelling mutext->mutex
by Noel Grandin
· 9 years ago
0a3eaf9
loplugin:unnecessaryvirtual in sd..sdext
by Noel Grandin
· 9 years ago
7abd369
loplugin:unusedmethods
by Noel Grandin
· 9 years ago
b1f8cf3
loplugin:singlevalfields
by Noel Grandin
· 9 years ago
8826771
style fixes for cppcheck noExplicitConstructor
by Jochen Nitschke
· 9 years ago
9bdec08
loplugin:oncevar in sd..svgio
by Noel Grandin
· 9 years ago
Next »