Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/debugevent
4b74bdd
Make the inserted text more European and sensible for now.
by Michael Meeks
· 12 years ago
feature/debugevent
ade9945
quit after emitting all the events to allow valgrinding.
by Michael Meeks
· 12 years ago
daff06b
Initial cut at some infinite monkeys work.
by Michael Meeks
· 12 years ago
34ae7b1
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
8c4acc9
coverity#735932 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
b5e8833
coverity#735924 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
f36614b
coverity#735860 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
88613ff
coverity#735859 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
1084a75
coverity#735858 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
5d5d773
coverity#735848 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
5818415
coverity#735842 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
017d9b4
coverity#735839 Dereference after null check
by Caolán McNamara
· 12 years ago
6c7d2e3
coverity#735834 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
d386da8
coverity#735832 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
2241ffe
coverity#1209611 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
d348f39
coverity#1209592 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
439d6a0
coverity#1209591 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
5314bb6
coverity#1209590 Dereference after null check
by Caolán McNamara
· 12 years ago
5a5eb25
coverity#1209588 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
304d906
coverity#1209587 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
148b9a2
coverity#1209554 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
3e423eb
coverity#1209549 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
93e0922
coverity#1209527 Dereference after null check
by Caolán McNamara
· 12 years ago
4877271
coverity#1209523 Dereference after null check
by Caolán McNamara
· 12 years ago
c029a81
coverity#1209500 Explicit null dereferenced
by Caolán McNamara
· 12 years ago
a0f77cb
Updated core Project: dictionaries d478664ac0a8e8997d8d17a76a39d2704f7a254d
by Julien Nabet
· 12 years ago
cc0a769
fdo#75519: fix chapter cross references
by Michael Stahl
· 12 years ago
9bd4bd4
Resolves: fdo#78323 consistent left spacing for previews
by Caolán McNamara
· 12 years ago
d7fc306
fdo#78382 PDF Import: add opacity support for fill and stroke
by Vort
· 12 years ago
21e2f5b
No fpicker needed for non-DESKTOP surely?
by Tor Lillqvist
· 12 years ago
171d001
Build libgltf (and freetype) for iOS, too
by Tor Lillqvist
· 12 years ago
087fcc4
Resolves: fdo#68600 limit comment width
by Caolán McNamara
· 12 years ago
3703e39
loplugin:implicitboolconversion
by Stephan Bergmann
· 12 years ago
c59fce8
There is no touch_lo_render_windows() any more
by Tor Lillqvist
· 12 years ago
0c5c0cd
SwFrmFmts::dumpAsXml: dump which id
by Miklos Vajna
· 12 years ago
3273d80
SwFmtCntnt::operator==: most probably bool was intended here
by Miklos Vajna
· 12 years ago
93f5d5a
The opaque PostUserEvent IDs are actually pointers
by Stephan Bergmann
· 12 years ago
c6fdd34
Build libgltf for Android, too
by Tor Lillqvist
· 12 years ago
eac9586
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
by Tor Lillqvist
· 12 years ago
710da5b
WaE: C4389: '!=' : signed/unsigned mismatch
by Thomas Arnhold
· 12 years ago
a7a2fa9
remove uncompiled source files
by Thomas Arnhold
· 12 years ago
f6eb924
fdo#77812 :FILESAVE :DOCX : Extra Section Break gets added in file
by Pallavi Jadhav
· 12 years ago
65f127f
chart2: move RegressionCalculationHelper.hxx to inc
by Tomaž Vajngerl
· 12 years ago
6cc92a2
fdo#77944: No need to store updated formulas in undo document when moving.
by Kohei Yoshida
· 12 years ago
e193ade
Drop unused #include
by Takeshi Abe
· 12 years ago
87f33f6
VCL: make it more clear that this is a static function we are calling on
by Chris Sherlock
· 12 years ago
081a085
Move ImplInitAppFontData from Window to Application (take 2)
by Chris Sherlock
· 12 years ago
ef31acf
VCL: Application::SetSettings should not set mnAppFontX to 0
by Chris Sherlock
· 12 years ago
2014498
Use css alias in svapp.hxx
by Chris Sherlock
· 12 years ago
deba6ec
Indent svapp.hxx functions
by Chris Sherlock
· 12 years ago
740dac4
fdo#77990: Write test for this, using the 2nd test document submitted.
by Kohei Yoshida
· 12 years ago
1899bd0
fdo#77990: Intern strings for hybrid strings during import.
by Kohei Yoshida
· 12 years ago
639d33a
Let's make this non-inline...
by Kohei Yoshida
· 12 years ago
21010f3
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4
by Julien Nabet
· 12 years ago
127a5f5
Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType>
by Stephan Bergmann
· 12 years ago
db3b1dd
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3
by Julien Nabet
· 12 years ago
3ed4078
SwLayAction: there can be only one, so assert that
by Michael Stahl
· 12 years ago
a2e1505
SwViewShell: try to catch errors of calling CalcLayout without action
by Michael Stahl
· 12 years ago
83c0018
SwViewShell: fix brain-damaged non-virtual CalcLayout() override
by Michael Stahl
· 12 years ago
65d7ece
DomainMapperTableManager::endOfRowAction(): valgrind warnings
by Michael Stahl
· 12 years ago
5707c81
fdo#77739 UI trendline: limit max values of Degree and Period
by Laurent Balland-Poirier
· 12 years ago
f84fe39
sw: make CppunitTest_sw_uwriter a slowcheck
by Miklos Vajna
· 12 years ago
3507190
coverity#704855 Unchecked dynamic_cast
by Miklos Vajna
· 12 years ago
c39f660
oox: unused CustomShapeProvider
by Miklos Vajna
· 12 years ago
e76dfa6
remove uncompiled source files
by Thomas Arnhold
· 12 years ago
5941543
_TLBIGINT_INT64 gone with 09abd826a0e2
by Thomas Arnhold
· 12 years ago
f69e74d
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errors
by Julien Nabet
· 12 years ago
7aa32a7
fdo#77647: Fix the column insertion use case.
by Kohei Yoshida
· 12 years ago
48631bd
fdo#77647: Test for reference adjustment on column insertion.
by Kohei Yoshida
· 12 years ago
166c282
3d charts: Zoom the camera towards a bar.
by Jan Holesovsky
· 12 years ago
d80490e
move ResArray into SvtLanguageTableImpl
by Eike Rathke
· 12 years ago
40dbddf
libgltf builds without problems on OS X for me, so let's try enabling it
by Tor Lillqvist
· 12 years ago
563a83a
libgltf: include is missing from fmod_error_handling patch, merge patches
by Zolnai Tamás
· 12 years ago
6708457
update_pch for chartopengl
by Thomas Arnhold
· 12 years ago
40aafa4
enable pch for chartopengl
by Thomas Arnhold
· 12 years ago
67563fd
fdo#77944: Put updated formula cells into undo document.
by Kohei Yoshida
· 12 years ago
5971a8f
fdo#77944: Write test for this.
by Kohei Yoshida
· 12 years ago
5de854b
Include <errno.h>
by Tor Lillqvist
· 12 years ago
ce53796
Application::PostUserEvent returns a pointer dressed as sal_uLong
by Stephan Bergmann
· 12 years ago
7c5e0e7
Beautify patch
by Stephan Bergmann
· 12 years ago
09abd82
remove uncompiled source files
by Thomas Arnhold
· 12 years ago
c2d7ee9
remove unused AbstractSvxSearchFormatDialog class
by Thomas Arnhold
· 12 years ago
6897977
remove unused AbstractSvxMultiFileDialog class
by Thomas Arnhold
· 12 years ago
290ecbc
remove some useless lines
by Thomas Arnhold
· 12 years ago
67c0ceb
remove dead SvxDialogDll class
by Thomas Arnhold
· 12 years ago
15d34f5
remove unused SvxFmConfigWin class
by Thomas Arnhold
· 12 years ago
9166603
Fix patch
by Stephan Bergmann
· 12 years ago
8c51ef5
Don't use extern "C" for a function which return C++ types
by Tor Lillqvist
· 12 years ago
e1bc856
Fix indentation
by Tor Lillqvist
· 12 years ago
b4b10fc
Upgrade libgltf
by Zolnai Tamás
· 12 years ago
0ece50a
fix build problem
by Caolán McNamara
· 12 years ago
f0d6137
oox: prepare for importing a TextBox property on shapes
by Miklos Vajna
· 12 years ago
d3832fc6
Updated core Project: help 3df0ca4718f3f966e1a3df4884f7deb56789b7b1
by Stanislav Horacek
· 12 years ago
0131fb7
Updated core Project: help a8572d0a8c380e9a04001e3ec638c13519d79d83
by Stanislav Horacek
· 12 years ago
b27fca8
fdo#78241 PDF Import: add dashes support
by Vort
· 12 years ago
bb2d5c4
Related: fdo#36815 clip overlarge comment contents
by Caolán McNamara
· 12 years ago
2224897
sw/qa: add missing file for unit test
by Jacobo Aragunde Pérez
· 12 years ago
f9980ad
Avoid the annoying line wrapping
by Tor Lillqvist
· 12 years ago
92e10ac
make all SvtLanguageTable non-static methods private
by Eike Rathke
· 12 years ago
db06595
vcl::EventPoster shall probably be covered by SolarMutex
by Stephan Bergmann
· 12 years ago
Next »