Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract3753
/
editeng
f6b3f97
Resolves: tdf#129620 crash because there is no associated window
by Caolán McNamara
· 6 years ago
f7661f9
tdf#102625: fix Formula editor breaks surrogate pairs
by Julien Nabet
· 6 years ago
10e99b6
tdf#116883: sw: support for lists level format string
by Vasily Melenchuk
· 6 years ago
994526f
Resolves: tdf#132288 don't merge adjacent properties for spell checking
by Caolán McNamara
· 6 years ago
7db2d68
tdf#130760 Fix crash when clicking link to other slide
by Samuel Mehrbrodt
· 6 years ago
9699108
tdf#128046: preserve list levels on paste
by Katarina Behrens
· 6 years ago
0c88483
tdf#129708 speed-up: reuse enumeration for each effect
by Serge Krot
· 6 years ago
6a37bc1
tdf#59666 AutoCorrect: don't capitalize single Greek letters
by László Németh
· 6 years ago
a17eca1
tdf#38394 AutoCorrect: fix ’« in French l’« word »
by László Németh
· 6 years ago
30d5b303
tdf#54409 fix AutoCorrect with Unicode quotation marks
by László Németh
· 6 years ago
030b7c0
tdf#106164 AutoCorrect: capitalize words with apostrophe
by László Németh
· 6 years ago
c250f7d
tdf#129300 alignment enums not translated in organizer
by Caolán McNamara
· 6 years ago
ad86ebb
tdf#121658 Add option to not hyphenate words in CAPS
by Samuel Mehrbrodt
· 6 years ago
64233bb
tdf#128666 Only enable hyperlink actions when just the field is selected
by Samuel Mehrbrodt
· 6 years ago
d16962f
tdf#128659 Cannot add AutoCorrect entries
by Noel Grandin
· 6 years ago
5d7af3c
make some classes module-private
by Noel Grandin
· 6 years ago
7b99cdb
loplugin:indentation find broken if statements
by Noel Grandin
· 6 years ago
48101a1
size some stringbuffer to prevent re-alloc
by Noel Grandin
· 6 years ago
ab285c7
loplugin:stringadd
by Noel Grandin
· 6 years ago
e2aa85a
avoid intermediate vcl::Windows
by Caolán McNamara
· 6 years ago
2cd6ff8
remove unnecessary includes
by Caolán McNamara
· 6 years ago
fbb93bc
loplugin:unusedfields
by Noel Grandin
· 6 years ago
c68be56
size some stringbuffer to prevent re-alloc
by Noel Grandin
· 6 years ago
13012b3
loplugin:virtualdead unused param in EditEngine::FieldClicked
by Noel Grandin
· 6 years ago
3f2babb
loplugin:virtualdead unused param in UnknownAttrToken
by Noel Grandin
· 6 years ago
40b469fd
Fix typo and dots
by Andrea Gelmini
· 6 years ago
7d7fea7
make bin/update_pch.s always include code in trivial #if's
by Luboš Luňák
· 6 years ago
8b4719c
Rename OUStringLiteral1 to OUStringChar
by Stephan Bergmann
· 6 years ago
8d7ec20
Resolves: tdf#127961 Add NBSP to quotation marks for all French except fr-CH
by Eike Rathke
· 6 years ago
4a96fb8
loplugin:bufferadd loosen some constraints
by Noel Grandin
· 6 years ago
3ee177a
loplugin:stringadd look through a couple more known-good methods
by Noel Grandin
· 6 years ago
9b5dad1
loplugin:stringadd look for unnecessary temporaries
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
ef2ec07
tdf#128009: Allow spaces in AutoText suggestions
by Mike Kaganski
· 7 years ago
231e16d
loplugin:redundantpointerops simplify *p.get()
by Noel Grandin
· 7 years ago
c6ff059
InsertQuote can be const
by Mike Kaganski
· 7 years ago
4390041
enable -Wrange-loop-analysis on clang
by Noel Grandin
· 7 years ago
6a789e6
improve SfxPoolItem operator== implementations
by Noel Grandin
· 7 years ago
52c3aae
Drop bogus memset
by Stephan Bergmann
· 7 years ago
5b8625b
SvxAutoCorrect::GetPrevAutoCorrWord should not be const
by Mike Kaganski
· 7 years ago
316557d
loplugin:unusedfields
by Noel Grandin
· 7 years ago
1fc6338
Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at end
by Mike Kaganski
· 7 years ago
66eedce7
Move Rectangle,Point,Size serialization to GenericTypeSerializer
by Tomaž Vajngerl
· 7 years ago
1820fcb
constmethod for accessor-type methods
by Noel Grandin
· 7 years ago
dd5947b
loplugin:virtualdead in editeng
by Noel Grandin
· 7 years ago
b56a4ea
add property name when throwing css::uno::UnknownPropertyException
by Noel Grandin
· 7 years ago
468729d
drop unnecessary includes and update pch
by Caolán McNamara
· 7 years ago
2a38ec5
tdf#127748: crash on modify a frame style, which has writing-mode bt-lr
by Julien Nabet
· 7 years ago
2f5f459
support O(U)String::number() for fast string concatenation
by Luboš Luňák
· 7 years ago
42af04b
do not require $(SRCDIR) in every gb_Library_set_precompiled_header
by Luboš Luňák
· 7 years ago
ea4f309
tdf#109158 improve load time of autocorrect XML file
by Noel Grandin
· 7 years ago
77dec75
tdf#109158 improve sorting when loading large autocorrect file
by Noel Grandin
· 7 years ago
374782b
use unique_ptr in Outliner
by Noel Grandin
· 7 years ago
08e0913
use unique_ptr in EditNodeIdx
by Noel Grandin
· 7 years ago
39214c5
Typos
by Andrea Gelmini
· 7 years ago
602c609
Fix typos
by Andrea Gelmini
· 7 years ago
5785fc0
Resolves: tdf#126935 a11y for hosted EditEngine
by Caolán McNamara
· 7 years ago
90e2f53
assert on selecting text from end to start in shape with a11y enabled
by Caolán McNamara
· 7 years ago
8cbafb9
loplugin:constmethod in editeng
by Noel Grandin
· 7 years ago
53046ce
drop some unnecessary includes
by Caolán McNamara
· 7 years ago
a3b2c6b
ContentInfo::Equals uses std::equal
by Adrien Ollier
· 7 years ago
c6c8de5
cid#1452761 Uncaught exception
by Caolán McNamara
· 7 years ago
63dfd06
Mark move ctors/assignments noexcept
by Mike Kaganski
· 7 years ago
24c17da
tdf#39593 extract UnoTunnelId comparison to template function
by Arkadiy Illarionov
· 7 years ago
b2423a48
loplugin:constvars in drawinglayer..framework
by Noel Grandin
· 7 years ago
91b431f
tdf#121039 Open URL also when in edit mode
by Samuel Mehrbrodt
· 7 years ago
3d24130
Use simplified syntax for Sequence
by Julien Nabet
· 7 years ago
889dc7b
use more TOOLS_WARN_EXCEPTION
by Noel Grandin
· 7 years ago
7d7a786
new loplugin:sequenceloop
by Noel Grandin
· 7 years ago
39921c1
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
by Julien Nabet
· 7 years ago
71b660a
Don't select hyperlink fields arbitrarily
by Samuel Mehrbrodt
· 7 years ago
63889d3
tdf#126751 Fix crash when inserting hyperlink into empty textbox
by Samuel Mehrbrodt
· 7 years ago
fdbdfc9
tdf#126369 Invalidate edit view after removing hyperlink
by Samuel Mehrbrodt
· 7 years ago
cd72cd0
lok: don't be prejudiced against a single missing mime-type.
by Michael Meeks
· 7 years ago
4f2f0e6
Improved loplugin:stringconstant (now that GCC 7 supports it): editeng
by Stephan Bergmann
· 7 years ago
682be37
Removed duplicated include
by Andrea Gelmini
· 7 years ago
30a75a8
tdf#125568: We need the selection string also when not "in selection mode"
by Tor Lillqvist
· 7 years ago
4a9ac82
Fix typos
by Andrea Gelmini
· 7 years ago
8fe85c2
Removed duplicated include
by Andrea Gelmini
· 7 years ago
5f5bfdd
tdf#94395 Show paragraph style line spacing in organizer contains
by Jim Raykowski
· 7 years ago
bb748ba
cid#1451637 silence Dereference after null check
by Caolán McNamara
· 7 years ago
82c3e68
tdf#118370 Draw: add option to consolidate multiple textObjs
by Justin Luth
· 7 years ago
a65a32f
ofz#15997 Timeout
by Caolán McNamara
· 7 years ago
0a4e138
loplugin:referencecasting in editeng
by Noel Grandin
· 7 years ago
040f348
tdf#62561 Add remove/edit hyperlink to calc context menu
by Samuel Mehrbrodt
· 7 years ago
86cb2a1
tdf#112543 Add Edit/Remove hyperlink to text boxes/shapes in Writer
by Samuel Mehrbrodt
· 7 years ago
9945c24
Move remove url code to editeng
by Samuel Mehrbrodt
· 7 years ago
d064b51
tdf#126234 up relative bullet size limit to 400%
by nd101
· 7 years ago
f8f43e5
tdf#126316 revert Clipboard to PrimarySelection
by Jan-Marek Glogowski
· 7 years ago
078af97
remove some unneede vcl/bitmap.hxx includes
by Noel Grandin
· 7 years ago
bfc19d7
Improve the looks of a wave line by draw it with bezier curves
by Tomaž Vajngerl
· 7 years ago
1ef15ad
allow welded drag and drop into editview
by Caolán McNamara
· 7 years ago
f50b72e
Index on WID+memberID in SvxItemPropertySet::aCombineList
by Stephan Bergmann
· 7 years ago
fe855ed
fix typo
by Caolán McNamara
· 7 years ago
2cebba0
use common WeldEditView
by Caolán McNamara
· 7 years ago
7b726e5
factor out to a common WeldEditView
by Caolán McNamara
· 7 years ago
4583911
improve loplugin:simplifyconstruct
by Noel Grandin
· 7 years ago
7639b4e6d
cleanup lcl_DrawRedLines in editeng, reverse the if condition
by Tomaž Vajngerl
· 7 years ago
869d1c4
editeng/XParaPortionList: OutputDevice's MapMode
by Adrien Ollier
· 7 years ago
Next »