Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/sgexperiment
/
oox
d09bfe6
tdf#96662, only use the crossBetween="midCat" for line and scatter chart
by Markus Mohrhard
· 10 years ago
e592877
loplugin:unusedenumvalues
by Noel Grandin
· 10 years ago
3287bc2
fix missing default ctor for ObjectTypeFormatEntry with MSVC
by Jochen Nitschke
· 10 years ago
4d6a17c
convert ShapePropertyId to scoped enum and use it for enumarray
by Jochen Nitschke
· 10 years ago
ae65dbb
fix copy&paste in DownBarFills
by Jochen Nitschke
· 10 years ago
96e9ffa
loplogin:singlevalfields in include/
by Noel Grandin
· 10 years ago
b647996
replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)
by Michael Stahl
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
1256980
convert GradientStyle to scoped enum
by Noel Grandin
· 10 years ago
107e598
default dtors are fine here
by Caolán McNamara
· 10 years ago
bbecf93
loplugin:stringconstant: adapt to improved OUStringLiteral1 (oox)
by Stephan Bergmann
· 10 years ago
33b3808
put StreamMode masks in scope of enum class
by Jochen Nitschke
· 10 years ago
8f30da6
Some clang-tidy misc-move-constructor-init
by Stephan Bergmann
· 10 years ago
16e6f1f
coverity#1371374 Resource leak
by Caolán McNamara
· 10 years ago
2b4f9d0b2b
Convert handles of built-in shapes in Impress when exporting to PPTX.
by Mark Hung
· 10 years ago
f12476f
loplugin:countusersofdefaultparams in oox..sd
by Noel Grandin
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
79fdf19e
oox: avoid pointless multiplication at int precision in WpsContext
by Miklos Vajna
· 10 years ago
f8847d3
oox: indentation fixes
by Miklos Vajna
· 10 years ago
607ef95
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
by Stephan Bergmann
· 10 years ago
0381026
tdf#100179 correct cell merging in pptx.
by Mark Hung
· 10 years ago
79e8a15
RTF export: it's enough to pass these by const ref, no need to copy
by Miklos Vajna
· 10 years ago
65a88b5
warn->info: its just a fact
by Caolán McNamara
· 10 years ago
45909a8
tdf#100153 modify noSmoking shape
by Zhengqiang Wang
· 10 years ago
46bf504
simplify
by Noel Grandin
· 10 years ago
bdcb8d2
fix indentation
by Markus Mohrhard
· 10 years ago
cef14b8
tdf#42949: clean up includes in include/filter with iwyu
by Jorenz Paragas
· 10 years ago
d3c96c9
Fix typos
by Andrea Gelmini
· 10 years ago
0def3a7
Clean up uses of Any::getValue() in oox
by Stephan Bergmann
· 10 years ago
5b156b3
tdf#42949: clean up includes in include/oox/vml with iwyu
by Jorenz Paragas
· 10 years ago
4bcb477
Revert "Slideshow: Add 'Oval' Shape Transition variant"
by jan iversen
· 10 years ago
248c5ea
Slideshow: Add 'Oval' Shape Transition variant
by Mayank Gupta
· 10 years ago
a97b392
tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
by Gleb Mishchenko
· 10 years ago
4d49c96
Let loplugin:passstuffbyref also look at fn defn not preceded by any decl
by Stephan Bergmann
· 10 years ago
62d2701
tools: rename SvStream::Read/Write to ReadBytes/WriteBytes
by Michael Stahl
· 10 years ago
005ae2f
tdf#93883 don't add space to empty paragraph when bullet is turned off.
by Mark Hung
· 10 years ago
fe6ac2d
Convert GfxLinkType to scoped enum
by Noel Grandin
· 10 years ago
0b23eec
teach refcounting clang plugin about uno::Reference
by Noel Grandin
· 10 years ago
850a8d2
Convert GRAPHIC to scoped enum
by Noel Grandin
· 10 years ago
5c05f1b
tdf#42949: clean up includes in include/oox/ppt with iwyu
by Jorenz Paragas
· 10 years ago
509f0c6
loplugin:unusedreturntypes
by Noel Grandin
· 10 years ago
4384ee7
oox: replace boost::array with std::array
by Michael Stahl
· 10 years ago
4a8caa3
warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
by Noel Grandin
· 10 years ago
d96c114
clang-tidy modernize-make-shared
by Noel Grandin
· 10 years ago
96d55164
tdf#42949: clean up includes in include/oox/ole with iwyu
by Jorenz Paragas
· 10 years ago
7b9ea334
tdf#42949: clean up includes in include/oox/mathml with iwyu
by Jorenz Paragas
· 10 years ago
4bf7614
tdf#42949: clean up includes in include/oox/helper with iwyu
by Jorenz Paragas
· 10 years ago
d2cc57b
Silence Clang -Wimplicit-fallthrough in gperf-generated code
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
0f3ac23
Insert explicit "break" when falling through to empty next case
by Stephan Bergmann
· 10 years ago
08977ff
loplugin:rangedforcopy
by Tor Lillqvist
· 10 years ago
22188da
remove STATIC_ARRAY_END and usages
by Jochen Nitschke
· 10 years ago
58080e8
basegfx,oox,slideshow: replace boost::next/prior with std::next/prev
by Michael Stahl
· 10 years ago
1aeca4b
tdf#42949: clean up includes in include/oox/export with iwyu
by Jorenz Paragas
· 10 years ago
f3d9aab
teach passstuffbyref plugin to check for..
by Noel Grandin
· 10 years ago
f07ff7e
clang-tidy modernize-loop-convert in oox to sax
by Noel Grandin
· 10 years ago
af1174b
tdf#42949: clean up includes in include/oox/drawingml with iwyu
by Jorenz Paragas
· 10 years ago
554158f
tdf#99030: PPTX import: Fixed lost slide background color
by Matus Uzak
· 10 years ago
f9c8651
tdf#90736: PPTX import: Improved table border line style support
by Matus Uzak
· 10 years ago
43b4903
teach stylepolice plugin about ref-counted-pointer naming
by Noel Grandin
· 10 years ago
579c2de
tdf#80999 Canceling password prompt should abort detection
by Maxim Monastirsky
· 10 years ago
6a4a15c
tdf#42949: clean up includes in include/oox/crypto with iwyu
by Jorenz Paragas
· 10 years ago
e8fd5a0
update loplugin stylepolice to check local pointers vars
by Noel Grandin
· 10 years ago
da0e586
Some more sal_Bool -> bool
by Stephan Bergmann
· 10 years ago
474eca1
tdf#42949: clean up includes in include/oox/core using iwyu
by Jorenz Paragas
· 10 years ago
ff1356a
Avoid reserved identifiers
by Stephan Bergmann
· 10 years ago
5abc669
new plugin stylepolice
by Noel Grandin
· 10 years ago
398027e
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
789055b
clang-tidy performance-unnecessary-copy-initialization
by Noel Grandin
· 10 years ago
150ac9c
clean-up: unused using declarations and includes
by Jochen Nitschke
· 10 years ago
c664b27
tdf#94306 remove unused boost dependencies
by Jochen Nitschke
· 10 years ago
d60d957
loplugin:passstuffbyref in oox
by Noel Grandin
· 10 years ago
aba0c20
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
by Rohan Kumar
· 10 years ago
bb646c1
tdf#99135 VML import: handle image crop
by Miklos Vajna
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
9f877f6
clang-tidy performance-unnecessary-value-param in oox
by Noel Grandin
· 10 years ago
d84ef73
tdf#94306 replace boost::noncopyable ...
by Jochen Nitschke
· 10 years ago
753c474
fix many ooxml validation errors
by Markus Mohrhard
· 10 years ago
4e44487
Use std::size_t
by Miklos Vajna
· 10 years ago
f7a75a6
cleanup: remove unused Reference.h(xx) includes
by Jochen Nitschke
· 10 years ago
1271ead
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
4c363dd
Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
by Stephan Bergmann
· 10 years ago
1aa4df6
use SAL_N_ELEMENTS in for loops
by Noel Grandin
· 10 years ago
bc14ec0
tdf#95932: PPTX import: Incorrect inheritance of shape style
by Matus Uzak
· 10 years ago
f3d1ac7
tdf#93868: PPTX import: Incorrect inheritance of shape fill properties
by Matus Uzak
· 10 years ago
52e438c
remove unnecessary parentheses in case labels
by Noel Grandin
· 10 years ago
218cd09
inline some use-once macros
by Noel Grandin
· 10 years ago
6802f76
tdf#89927: PPTX import: Incorrect inheritance of text run fill properties
by Matus Uzak
· 10 years ago
3d82b08
These tests can just derive from plain CppUnit::TestFixture
by Stephan Bergmann
· 10 years ago
60b1c95
Extract Directories from BootstrapFixtureBase
by Stephan Bergmann
· 10 years ago
87d0df6
tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table style
by Matus Uzak
· 10 years ago
0115718
PPTX import: Table cell props: Override default graphic style if applicable.
by Matus Uzak
· 10 years ago
1fd781e
loplugin:unuseddefaultparam in oox/reportdesign/sd
by Noel Grandin
· 10 years ago
2b7215e
loplugin:unuseddefaultparams in oox
by Noel Grandin
· 10 years ago
48aae22
Avoid hard-coded perl path, check with env
by coypu
· 10 years ago
3b168bc
convert DocPasswordRequestType to scoped enum
by Noel Grandin
· 10 years ago
dc1f1cd
convert DocPasswordVerifierResult to scoped enum
by Noel Grandin
· 10 years ago
0839f90
convert EConfigurationModes to scoped enum
by Noel Grandin
· 10 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
5eaab67
add Wildcards / PROP_Wildcards, tdf#72196
by Eike Rathke
· 10 years ago
Next »