Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/libreoffice-6-2-0
/
embeddedobj
3e3c361
tdf#117295 WIN no main loop shortcut for OLE dialog
by Jan-Marek Glogowski
· 7 years ago
50b858b
Fix typo
by Andrea Gelmini
· 7 years ago
72e6269
sw: fix modification of ole obj native data during HTML import
by Miklos Vajna
· 7 years ago
ea3fc61
Fix sd toolbar manager lock underflows
by Jan-Marek Glogowski
· 7 years ago
fe83001
embeddedobj win32: avoid owning a lock while calling out to event listeners
by Miklos Vajna
· 7 years ago
c026807
tdf#120703 PVS: V547 Expression is always true/false
by Mike Kaganski
· 7 years ago
6a12a9e
tdf#120703 PVS: V530 The return value of function is required to be utilized
by Mike Kaganski
· 7 years ago
27b0d72
clarify this code a little
by Caolán McNamara
· 7 years ago
ef5b895
loplugin:staticvar in editeng..framework
by Noel Grandin
· 7 years ago
9ec8bf8
add SvStream::TellEnd
by Noel Grandin
· 7 years ago
2a962cb
tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*
by Gabor Kelemen
· 8 years ago
928b1b0
loplugin:external (clang-cl)
by Stephan Bergmann
· 8 years ago
590e44c
loplugin:simplifyconstruct (clang-cl)
by Stephan Bergmann
· 8 years ago
206b5b2
New loplugin:external
by Stephan Bergmann
· 8 years ago
cc7280e
tdf#42949 Fix IWYU warnings in include/cppuhelper/*
by Gabor Kelemen
· 8 years ago
2002bbe
loplugin:simplifyconstruct in editeng..extensions
by Noel Grandin
· 8 years ago
3fb5f71
Add missing sal/log.hxx headers
by Gabor Kelemen
· 8 years ago
1ac55de
Resolves: tdf#118919 crash on double click ole object
by Caolán McNamara
· 8 years ago
ccae176
Fix typos
by Andrea Gelmini
· 8 years ago
026e262
remove the GL based 3D charts
by Markus Mohrhard
· 8 years ago
c44668a
Fix typos
by Andrea Gelmini
· 8 years ago
5708534
look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW
by Noel Grandin
· 8 years ago
8ddca06
tdf#42949 remove unused compheler includes ..
by Jochen Nitschke
· 8 years ago
0258bcd
sw HTML filter: handle embedded ODF content in xhtml/reqif mode
by Miklos Vajna
· 8 years ago
5f4d499
embeddedobj: document OCommon/DummyEmbeddedObject
by Miklos Vajna
· 8 years ago
3a51dae
Improve re-throwing of UNO exceptions
by Noel Grandin
· 8 years ago
8f0167d
loplugin:useuniqueptr in OleEmbeddedObject
by Noel Grandin
· 8 years ago
4450b2a
pass area param to DBG_UNHANDLED_EXCEPTION
by Noel Grandin
· 8 years ago
9401c7c
remove unused processfactory.hxx includes
by Jochen Nitschke
· 8 years ago
781c118
sw XHTML import: support OLE2-in-RTF objects
by Miklos Vajna
· 8 years ago
c6994fb
Use for-range loops in embeddedobj, embedserv and formula
by Julien Nabet
· 8 years ago
a3646b2
lok - chart - state switch issue triggers an OLE general error msg box
by Marco Cecchetti
· 8 years ago
dad539c
embeddedobj: MSVC: pragma warning: make more specific, remove obsolete
by Mike Kaganski
· 8 years ago
077e0f3
tdf#114677 Correct title in Base forms cleanup
by Szymon Kłos
· 8 years ago
5426a14
tdf#114677 Correct title in Base forms
by Szymon Kłos
· 8 years ago
9af8f19
More loplugin:cstylecast on Windows
by Stephan Bergmann
· 8 years ago
587b690
loplugin:unnecessaryparen (clang-cl)
by Stephan Bergmann
· 8 years ago
7d8e944
convert a<b?a:b to std::min(a,b)
by Noel Grandin
· 8 years ago
2e1559c
More loplugin:cstylecast: embeddedobj
by Stephan Bergmann
· 8 years ago
f14b9d3
convert (a>b?a:b) to std::max(a,b)
by Noel Grandin
· 8 years ago
d86d3ca
Remove redundant control flow branch
by Mike Kaganski
· 8 years ago
4b03065
loplugin:passstuffbyref improved return in various
by Noel Grandin
· 8 years ago
fd2c1c5
loplugin:salcall (clang-cl)
by Stephan Bergmann
· 8 years ago
6f4f567
No need to keep these whitelisted functions decorated with SAL_CALL
by Stephan Bergmann
· 8 years ago
3af5005
loplugin:salcall fix functions
by Noel Grandin
· 8 years ago
2da9e68
Help old GCC
by Stephan Bergmann
· 8 years ago
366e357
fuzzing: common case of embedded charts in docx
by Caolán McNamara
· 8 years ago
4f4486c
look for =() in loplugin:unnecessaryparen
by Noel Grandin
· 8 years ago
a26b6c5
Fix typos
by Andrea Gelmini
· 8 years ago
9f162a8
loplugin:includeform: embeddedobj (Windows)
by Stephan Bergmann
· 8 years ago
5775992
loplugin:includeform: embeddedobj
by Stephan Bergmann
· 8 years ago
1944e3d
Rename and move SAL_U/W to o3tl::toU/W
by Mike Kaganski
· 9 years ago
be8bbd2
loplugin:flatten (clang-cl, embeddedobj)
by Stephan Bergmann
· 9 years ago
2c05d75
add << operator for css::uno::Exception
by Noel Grandin
· 9 years ago
d3971ec
new loplugin:blockblock
by Noel Grandin
· 9 years ago
20bae56
throw more useful uno::Exception's
by Noel Grandin
· 9 years ago
d2978f0
loplugin:flatten (clang-cl, embeddedobj)
by Stephan Bergmann
· 9 years ago
c3609f1
Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*
by Mike Kaganski
· 9 years ago
1ffba0e
loplugin:flatten check for throw in then clause
by Noel Grandin
· 9 years ago
cc1ed7f
loplugin:flatten in various
by Noel Grandin
· 9 years ago
3a481dd
loplugin:flatten in editeng..extensions
by Noel Grandin
· 9 years ago
aaa26a5
Some more WIN32_LEAN_AND_MEAN
by Mike Kaganski
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
287386d
loplugin:constparams: embeddedobj (clang-cl)
by Stephan Bergmann
· 9 years ago
b1d829e
move resmgr to unotools
by Caolán McNamara
· 9 years ago
90ac467
make IntlWrapper arg to GetPresentation non-implicit and non-optional
by Caolán McNamara
· 9 years ago
c925381
loplugin:oncevar
by Noel Grandin
· 9 years ago
00657ae
migrate to boost::gettext
by Caolán McNamara
· 9 years ago
e56596e
Fix typos
by Andrea Gelmini
· 9 years ago
00b506f
Embedded documents: show title in menu entries
by Szymon Kłos
· 9 years ago
e16304c
Embedded obj: resize to avoid rendering issue
by Szymon Kłos
· 9 years ago
ddbf256
loplugin:oncevar: embeddedobj (clang-cl)
by Stephan Bergmann
· 9 years ago
f9d5877
Embedded obj: don't change new window size
by Szymon Kłos
· 9 years ago
d15d3d9
tdf#108545 editable DOC/XLS embeddings inside DOCX
by Szymon Kłos
· 9 years ago
a307ad7
OLE: show title of parent document in MSO
by Szymon Kłos
· 9 years ago
68cf769
Show document title for embedded documents
by Szymon Kłos
· 9 years ago
dc63cc3
use more OUString::operator== in dbaccess..filter
by Noel Grandin
· 9 years ago
427c763
tdf#108545 tdf#108544: DOCX, XLSX embedded in DOC
by Szymon Kłos
· 9 years ago
539c75b
strip some linefeeds from the end of debug output
by Noel Grandin
· 9 years ago
868d8c8
loplugin:unnecessaryparen handle parens inside call expr
by Noel Grandin
· 9 years ago
59d93d4
Resolves: tdf#108643 don't restore orig size on first chart activate
by Caolán McNamara
· 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
0265bdb
convert GRFILTER constants to ERRCODE_GRFILTER_
by Noel Grandin
· 9 years ago
307be8c
clang-tidy readability-redundant-control-flow
by Noel Grandin
· 9 years ago
389da66
remove unused uno::Reference vars
by Noel Grandin
· 9 years ago
013e34d
Related: tdf#62702 also try various other known streams for object content
by Caolán McNamara
· 9 years ago
8db9cfd
Related: tdf#62702 handle EmbeddedOdf like CONTENTS on ole activate attempt
by Caolán McNamara
· 9 years ago
58ac614
remove empty namespaces
by Jochen Nitschke
· 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
cf59d64
Clean up uses of SAL_U/SAL_W: embeddedobj
by Stephan Bergmann
· 9 years ago
9ac98e6
Finally switch MSVC to sal_Unicode = char16_t, too
by Stephan Bergmann
· 9 years ago
a5a5713
tdf#82580 tools: rename Rectangle to tools::Rectangle
by Miklos Vajna
· 9 years ago
55cc79f
Fix typos
by Andrea Gelmini
· 9 years ago
68722bd
Typo: BimapPainter->BitmapPainter
by Julien Nabet
· 9 years ago
3063d55
Fix typos
by Andrea Gelmini
· 9 years ago
b57d51e
Drop :: prefix from std in [de]*/
by Tor Lillqvist
· 9 years ago
5ce42c2
Some simplifications, using UNO_QUERY_THROW
by Stephan Bergmann
· 9 years ago
ea5fffd
Remove misguided comment
by Stephan Bergmann
· 9 years ago
Next »