Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/unitver
/
embeddedobj
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
e6534a6
com::sun::star->css in embeddedobj/
by Noel Grandin
· 11 years ago
00d2eee
Fix typos
by Andrea Gelmini
· 11 years ago
35fd0cf
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
719c55c
loplugin: defaultparams
by Noel Grandin
· 11 years ago
b03f6f4
tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
38023af
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
3e92673
Miscellaneous typos
by Adolfo Jayme Barrientos
· 11 years ago
faed29c
for now show chart sidebar
by Markus Mohrhard
· 11 years ago
4ecd67b
fix indentation
by Markus Mohrhard
· 11 years ago
f2b2184
fix indentation
by Markus Mohrhard
· 11 years ago
7e5e4ac
coverity#1308586 Uncaught exception
by Caolán McNamara
· 11 years ago
69c88a3
Fix typos
by Andrea Gelmini
· 11 years ago
4ec27ad
Resolves: tdf#91683 Revert avoid activating chart objects...
by Caolán McNamara
· 11 years ago
0980095
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
8992def
More helpful exception message
by Lionel Elie Mamane
· 11 years ago
3fa7b0b
Fix typos
by Andrea Gelmini
· 11 years ago
4729774
remove unnecessary check for null when calling delete
by Noel Grandin
· 11 years ago
d5dde72
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
b717bda
tdf#67421: Prevent unloading objects due to cache full
by Mike Kaganski
· 11 years ago
6dc42c8
Use IMPL_LINK_NOARG[_TYPED] where applicable
by Stephan Bergmann
· 11 years ago
9bb254f
NOINSTANCE is implied now in IMPL_STATIC_LINK...
by Stephan Bergmann
· 11 years ago
5735f58
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
by Stephan Bergmann
· 11 years ago
ed85e11
embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filter
by Miklos Vajna
· 11 years ago
112e5f3
embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filter
by Miklos Vajna
· 11 years ago
e6c08b6
Remove unnecessary STATIC_LINK macro
by Stephan Bergmann
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
26ec80f
loplugin:staticmethods
by Noel Grandin
· 11 years ago
e78a3bf
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
91261d6
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
757f461
avoid activating chart objects just to get their mapunit or set visual size
by Caolán McNamara
· 11 years ago
924b292
V801: Decreased performance
by Caolán McNamara
· 11 years ago
d8dd6db
gbuild: set _WIN32_WINNT globally instead of WINVER
by Michael Stahl
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
5b81128
tdf#88624 set DocumentBaseURL when saving report
by Lionel Elie Mamane
· 11 years ago
d9da9b4
add an explicit virtual keyword here, like the other ones
by Caolán McNamara
· 11 years ago
c33c309
OOoEmbeddedObjectFactory does implement optional XLinkFactory
by Stephan Bergmann
· 11 years ago
52c2111
callcatcher: remove some unused methods
by Caolán McNamara
· 11 years ago
3095743
callcatcher: large newly detected unused methods post de-virtualization
by Caolán McNamara
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
9240485
Some more loplugin:cstylecast: embeddedobj
by Stephan Bergmann
· 11 years ago
2f69e16
override the overloading of "overload" to decrease cognitive (over-)load
by Michael Stahl
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
0c3d5fb
bnc#822341: PPTX export of embedded text documents
by Zolnai Tamás
· 11 years ago
9f806fc
embeddedobj: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
aba7f4c
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
4730af6
typo: unknown
by Andras Timar
· 11 years ago
15b4ab8
cppuhelper: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
c70f154
Removed duplicated includes
by Andrea Gelmini
· 11 years ago
9aad656
coverity#703952 Unchecked return value
by Caolán McNamara
· 11 years ago
e27ac01
loplugin: cstylecast
by Noel Grandin
· 12 years ago
f4528a1
Add a border to opengl chart to make it easier to handle.
by Zolnai Tamás
· 12 years ago
9991b50
Make opengl chart window always active
by Zolnai Tamás
· 12 years ago
46ad547
bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"
by Tor Lillqvist
· 12 years ago
4b4bff3
java: no need to instantiate String objects directly
by Noel Grandin
· 12 years ago
ff0ad04
java: use 'Integer.valueOf' instead of 'new Integer'
by Noel Grandin
· 12 years ago
be1bb7b
java: use Boolean.valueOf instead of instantiating Boolean objects
by Noel Grandin
· 12 years ago
ac5954d
java: remove commented out code
by Noel Grandin
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
9bac4d4
typo: more then -> more than
by Takeshi Abe
· 12 years ago
a0bd558
bnc#883684: Better fix for this.
by Kohei Yoshida
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
1d38cb36
fdo#71076, fdo#71767: Preserve number formats when charts are copied.
by Kohei Yoshida
· 12 years ago
9af0abe
remove unnecessary use of Reference constructor in throw
by Noel Grandin
· 12 years ago
9b791f9
remove unnecessary use of OUString constructor when throwing
by Noel Grandin
· 12 years ago
3c1e30b7
Correct common misspellings, and remove some ASCII art along the way.
by Chris Laplante
· 12 years ago
dd33f91
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14
by Julien Nabet
· 12 years ago
0b3d0fb
fdo#78159: fix import of OOoXML embedded objects
by Michael Stahl
· 12 years ago
2bd7767
Resolves fdo#70681: fixincludeguards.pl: all that's left
by Thomas Arnhold
· 12 years ago
b2096dea
various loplugin:passsequencebyref
by Noel Grandin
· 12 years ago
142ecb8
embeddedobj: remove SAL_INFO's that only mark function entry
by Noel Grandin
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
584e8c8
embeddedobj: sal_Bool->bool
by Noel Grandin
· 12 years ago
97a5ba4
remove comments why a file gets included
by Thomas Arnhold
· 12 years ago
728ec86
Typo: s/cant/can't/
by Tor Lillqvist
· 12 years ago
9a11fbb
coverity#1202965 unused member
by Caolán McNamara
· 12 years ago
fa0ffdb
cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused
by Stephan Bergmann
· 12 years ago
82d1b40
Clean up function declarations
by Stephan Bergmann
· 12 years ago
2a7fdf2
fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()
by Miklos Vajna
· 12 years ago
d4e4bcb
coverity#706511 Uncaught exception
by Caolán McNamara
· 12 years ago
3140af0
coverity#706508 Uncaught exception
by Caolán McNamara
· 12 years ago
dc72c62
coverity#706512 Uncaught exception
by Caolán McNamara
· 12 years ago
8f7c677
Avoid possible resource leaks by boost::scoped_array
by Takeshi Abe
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
ee1de94
typo: persistance -> persistence
by Thomas Arnhold
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
86a3258
Find places where OUString and OString are passed by value.
by Noel Grandin
· 12 years ago
a5c0d79
embeddedobj: simplify deprecated XTypeProvider.getImplementationId
by Stephan Bergmann
· 12 years ago
a94e973
OLE: Turn an OSL_ENSURE() into a real condition.
by Jan Holesovsky
· 12 years ago
e74a099
Exclude WNT-specific includes on other platforms
by Stephan Bergmann
· 12 years ago
e4f6ba5
Remove visual noise from embeddedobj
by Alexander Wilms
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
05f742d
comphelper: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
6f0e7c3
Typo: seam(s) -> seem(s)
by Julien Nabet
· 12 years ago
f9369d3
fdo#54938 Convert to cppu::supportsService
by Alexandre Vicenzi
· 12 years ago
19e1608
Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.
by Matúš Kukan
· 12 years ago
Next »