Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/borderline3
/
embeddedobj
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
fed3783
Add missing #includes
by Stephan Bergmann
· 9 years ago
6dce9c6
Add missing #includes
by Stephan Bergmann
· 9 years ago
87087ba
loplugin:stringconstant
by Stephan Bergmann
· 9 years ago
1c3e84d
teach lolugin:stringconstant about calling constructors
by Noel Grandin
· 9 years ago
e57ca02
Remove dynamic exception specifications
by Stephan Bergmann
· 9 years ago
da55a0e
Ole10Native payload truncated
by Caolán McNamara
· 9 years ago
2bbf21a
use rtl::Reference in DocumentHolder
by Noel Grandin
· 9 years ago
4f5b22b
use rtl::Reference in OCommonEmbeddedObject
by Noel Grandin
· 9 years ago
8ec11ce
loplugin:dynexcspec (clang-cl), embeddedobj
by Stephan Bergmann
· 9 years ago
9cc6666
New loplugin:dynexcspec: Add @throws documentation, embeddedobj
by Stephan Bergmann
· 9 years ago
5e58ea5
fix windows build
by Noel Grandin
· 9 years ago
37192cc
use rtl::Reference in OleEmbeddedObject
by Noel Grandin
· 9 years ago
53f21cd
new loplugin: useuniqueptr: embeddedobj
by Noel Grandin
· 9 years ago
7536791
in extremis dump Ole10Native payload and launch system viewer on it
by Caolán McNamara
· 9 years ago
691bc3e
loplugin:externvar (clang-cl)
by Stephan Bergmann
· 9 years ago
5f757b7
Typo: GetReccomendedExtent->GetRecommendedExtent
by Julien Nabet
· 9 years ago
0fef19f
loplugin:unnecessaryoverride (dtors) in embeddedobj
by Stephan Bergmann
· 9 years ago
930f024
replace <<= with assign for <<= with rhs Any
by Jochen Nitschke
· 9 years ago
5eab3e5
clang-cl loplugin: embeddedobj
by Stephan Bergmann
· 9 years ago
106ea87
Remove _TYPED suffix from tools/link.hxx macros
by Stephan Bergmann
· 10 years ago
91af7e0
SAL_WARN in case bBackToLoaded failed
by Stephan Bergmann
· 10 years ago
e6fc195
Resolves: tdf#98946 too many running MathTypes...
by Caolán McNamara
· 10 years ago
373b44a
Resolves: tdf#101971 OleLoad under structured exception guards
by Caolán McNamara
· 10 years ago
9035f00e
embeddedobj: add a comment why the original size is restored
by Michael Stahl
· 10 years ago
a2b77b4
loplugin:singlevalfields in basic..idl
by Noel Grandin
· 10 years ago
7484427
disable generation of ole previews in ODF format until after load
by Caolán McNamara
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
5d268dc
loplugin:stringconstant: adapt to improved OUStringLiteral1 (embeddedobj)
by Stephan Bergmann
· 10 years ago
989e8bc
loplugin:salbool
by Takeshi Abe
· 10 years ago
c5977a8
Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chart
by Caolán McNamara
· 10 years ago
b4e3c29
Fix typo: completelly -> completely
by Takeshi Abe
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
54f83fe
tdf#56818, use SolarMutex instead of own Mutex
by Markus Mohrhard
· 10 years ago
38971bd
Resolves: tdf#100140 crash on exit of report design
by Caolán McNamara
· 10 years ago
2986e544
Fix tdf#99506: Insert OLE object with icon failed
by Guillaume Smaha
· 10 years ago
d567f8e
Add SAL_FALLTHROUGH, where apparently appropriate
by Stephan Bergmann
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
fc2590c
Fix typos
by Andrea Gelmini
· 10 years ago
bc90475
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
62633df
clang-tidy performance-unnecessary-value-param in various
by Noel Grandin
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
534b2a4
Fix typos
by Andrea Gelmini
· 10 years ago
c2a8ee9
more Windows build fixes
by Noel Grandin
· 10 years ago
752cd07
InterfaceContainer2 with vector instead of Sequence
by Noel Grandin
· 10 years ago
13ca560
Fix memory leak
by Stephan Bergmann
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
c9be274
cppcheck: noExplicitConstructor
by Caolán McNamara
· 10 years ago
004803c
loplugin:unusedfields in desktop
by Noel Grandin
· 10 years ago
17662cd
embeddedobj: do not automatically convert alien objects to own
by Michael Stahl
· 10 years ago
1a18c92
consolidate MSO format ClassID magic numbers in msfilter/classids.hxx
by Michael Stahl
· 10 years ago
018b561
-Werror,-Wunused-function
by Stephan Bergmann
· 10 years ago
a508f63
mark UNO structs as SAL_WARN_UNUSED, where possible
by Noel Grandin
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
09efeeb
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
4770941
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
59b072e
yyyyy
by Noel Grandin
· 10 years ago
3c97116
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
382eb1a
remove untyped Link<>
by Noel Grandin
· 10 years ago
Next »