Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/external-data-ui
/
xmloff
0501869
Fix typos
by Andrea Gelmini
· 9 years ago
9881bea
remove unnecessary use of OUString::getStr
by Noel Grandin
· 9 years ago
2e8acde
remove UL/L suffixes from integer constants on the RHS of expressions
by Noel Grandin
· 9 years ago
ff1f6a5
remove UL/L suffixes from integer constants in initialiser/call expressions
by Noel Grandin
· 9 years ago
e026cf6
xmloff: fix crash on exporting non-loadable external image URL
by Michael Stahl
· 9 years ago
eee6d1a
Using static_cast instead of dynamic_cast:
by Mohammed Abdul Azeem
· 9 years ago
db17a87
convert std::map::insert to std::map::emplace II
by Noel Grandin
· 9 years ago
d347c24
convert std::map::insert to std::map::emplace
by Noel Grandin
· 9 years ago
a209172
loplugin:constantparam
by Noel Grandin
· 9 years ago
a1e0232
Use OUString::clear
by Stephan Bergmann
· 9 years ago
8fe86fb
tdf#87592 Consistent terminology for Master Slides
by heiko tietze
· 9 years ago
3dcf6df
remove unnecessary use of 'this->'
by Noel Grandin
· 9 years ago
ce1b56a
add initial file format representation for data import feature
by Markus Mohrhard
· 9 years ago
977a676
loplugin:constparams in xmloff
by Noel Grandin
· 9 years ago
4469b29
tdf#109202 Add mimetype to image element
by Samuel Mehrbrodt
· 9 years ago
d5c8f58
correct some Date related types
by Jochen Nitschke
· 9 years ago
f3053022
Mark SvXMLTokenMapEntry arrays as constant
by Takeshi Abe
· 9 years ago
5f29fb1
Use isEmpty instead of getLength
by Samuel Mehrbrodt
· 9 years ago
2fffaf6
loplugin:unusedmethods
by Noel Grandin
· 9 years ago
feb5480
Typo: tyoe->type
by Julien Nabet
· 9 years ago
0ebd75c
Fix typos
by Andrea Gelmini
· 9 years ago
fcd0361
Eliminate Date::operator+=() and -=() and replace with Date::AddDays()
by Eike Rathke
· 9 years ago
d7ba631
xmloff: don't warn on future LO versions, SAL_INFO is enough
by Michael Stahl
· 9 years ago
615c2a2
tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RT
by Tamás Zolnai
· 9 years ago
8bedbc3
loplugin:constparams in xmloff
by Noel Grandin
· 9 years ago
f148100
tdf#109080 First page header/footer ODF (2/2)
by Luke Deller
· 9 years ago
77c7046
revert fix typos
by Thorsten Behrens
· 9 years ago
a976fa5
mxStatusIndicator is unused
by Noel Grandin
· 9 years ago
1802cfc
mxStatusIndicator is unused
by Noel Grandin
· 9 years ago
bd5a91f
m_xExtHandler is unused
by Noel Grandin
· 9 years ago
58ccac4
tdf#108824 Honor ODF default for "Mouse pointer visible" property
by Samuel Mehrbrodt
· 9 years ago
e56596e
Fix typos
by Andrea Gelmini
· 9 years ago
bff8cd3
tdf#109080 First page header/footer ODF (1/2)
by Luke Deller
· 9 years ago
db38600
extend loplugin useuniqueptr to OUString pointers
by Noel Grandin
· 9 years ago
b3992dd
xmloff: ODF export: fix redundant setting of GraphicStreamURL swapping
by Michael Stahl
· 9 years ago
daf177f
use more OUString::operator== in test..xmlsecurity
by Noel Grandin
· 9 years ago
efbf75b
tdf#108824 Save "Mouse pointer visible" property
by Samuel Mehrbrodt
· 9 years ago
2357314
loplugin:oncevar: empty strings: xmloff
by Stephan Bergmann
· 9 years ago
57ffece
loplugin:useuniqueptr in xmloff
by Noel Grandin
· 9 years ago
539c75b
strip some linefeeds from the end of debug output
by Noel Grandin
· 9 years ago
05f47e6
replace 'resize(size+1)' with emplace_back
by Noel Grandin
· 9 years ago
f9b104a
simplify some OUString::concat usage
by Noel Grandin
· 9 years ago
7de833a
simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)
by Noel Grandin
· 9 years ago
65e4a77
simplify some OUString::copy calls
by Noel Grandin
· 9 years ago
20571c4
use more range-for on uno::Sequence
by Noel Grandin
· 9 years ago
b401896
Helper function to cast to FastAttributeList:
by Mohammed Abdul Azeem
· 9 years ago
5364990
Adding an overloaded IsXMLToken method:
by Mohammed Abdul Azeem
· 9 years ago
43a6b59
simplify some OUString compareTo calls
by Noel Grandin
· 9 years ago
4250b25
teach unnecessaryparen loplugin about identifiers
by Noel Grandin
· 9 years ago
7878bcf
xmloff: Updated XMLTextListBlockContext to insert elements before NumRules
by Varun Dhall
· 9 years ago
868d8c8
loplugin:unnecessaryparen handle parens inside call expr
by Noel Grandin
· 9 years ago
db47410
C++11 remove std::binary_function bases from functors
by Jochen Nitschke
· 9 years ago
ab9b38a
use more begin()/end() for Sequence
by Noel Grandin
· 9 years ago
a1ead1a
loplugin unnecessaryparan improvements
by Noel Grandin
· 9 years ago
789433d
xmloff: XMLTextStyleContext: remove property name constant members
by Michael Stahl
· 9 years ago
4b2262a
new loplugin unnecessaryparen
by Noel Grandin
· 9 years ago
f99ff13
xmloff: prefix members of XMLTextStyleContext
by Michael Stahl
· 9 years ago
c4ddf6c
C++11 remove std::unary_function bases from functors
by Jochen Nitschke
· 9 years ago
de93c62
loplugin:casttovoid: xmloff
by Stephan Bergmann
· 9 years ago
979d58c
loplugin:unusedfields in toolkit..xmloff
by Noel Grandin
· 9 years ago
b3b6ce3
Added find function to FastAttributeList:
by Mohammed Abdul Azeem
· 9 years ago
497e40a
improve refcounting loplugin
by Noel Grandin
· 9 years ago
d6da9e4
Using range-for instead of iterator loop:
by Mohammed Abdul Azeem
· 9 years ago
cb96678
loplugin:oncevar in xmloff
by Noel Grandin
· 9 years ago
c44d9f9
Using fast tokens directly:
by Mohammed Abdul Azeem
· 9 years ago
6e427e0
xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macros
by Michael Stahl
· 9 years ago
7562c5f
tdf#107584: Load/save page background transparency
by Katarina Behrens
· 9 years ago
5286326
convert ErrCode to strong typedef
by Noel Grandin
· 9 years ago
f6add3f
Remove useless if() condition
by Eike Rathke
· 9 years ago
29f250c
Resolves: tdf#107438 write <text:sender-initials> for fields
by Eike Rathke
· 9 years ago
b9ec99b
Fix typos
by Andrea Gelmini
· 9 years ago
a5dba7d
remove unused osl/mutex.hxx includes
by Jochen Nitschke
· 9 years ago
83f9325
loplugin:unusedfields xmlhelp..xmlsecurity
by Noel Grandin
· 9 years ago
b70fa47
use more SAL_N_ELEMENTS part 1
by Noel Grandin
· 9 years ago
a5b4cb3
tdf#103091 conditional style conditions not saved
by Troy Rollo
· 9 years ago
ffc2e93
Reverse mapping fastToken to NamespaceURI:
by Mohammed Abdul Azeem
· 9 years ago
d4d737d
Fix typos
by Andrea Gelmini
· 9 years ago
febbad7
cleanup unused css/frame/* includes
by Jochen Nitschke
· 9 years ago
0e2a6e8
remove some unnecessary use of OUStringBuffer
by Noel Grandin
· 9 years ago
0703af9
Exporting EditEngine document into a buffer with ODF Filter
by Varun Dhall
· 9 years ago
f60603a
typos
by Julien Nabet
· 9 years ago
f9efb26
Improved loplugin:cstylecast to reference types: xmloff
by Stephan Bergmann
· 9 years ago
17a2c9e
clang-tidy performance-unnecessary-value-param
by Noel Grandin
· 9 years ago
903bd0d
Improved loplugin:redundantcast const_cast handling: xmloff
by Stephan Bergmann
· 9 years ago
064a015
use std::vector in OListAndComboImport
by Noel Grandin
· 9 years ago
307be8c
clang-tidy readability-redundant-control-flow
by Noel Grandin
· 9 years ago
709040e
remove duplicate 'using namespace'
by Jochen Nitschke
· 9 years ago
db38e3f
tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement...
by Michael Stahl
· 9 years ago
22c6554
xmloff: move in xmlmultiimagehelper.hxx from include/
by Miklos Vajna
· 9 years ago
1094fed
getUtf8TokenName can return by const ref
by Noel Grandin
· 9 years ago
ef513fd
remove unnecessary use of OString::getStr
by Noel Grandin
· 9 years ago
4a340e3
loplugin:constantparam
by Noel Grandin
· 9 years ago
a7bfced
Optimizations:
by Mohammed Abdul Azeem
· 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
d1de267
This file path can be referenced in git.
by Kohei Yoshida
· 9 years ago
624ec19
This README is in markdown format now.
by Kohei Yoshida
· 9 years ago
ba9c7c9
loplugin:stringcopy: xmloff
by Stephan Bergmann
· 9 years ago
52ef15c
Revert "Fix typos"
by Stephan Bergmann
· 9 years ago
26a6700
Fix typos
by Andrea Gelmini
· 9 years ago
Next »