Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/perfwork5
/
sot
b59196e
coverity#1247614 Unchecked return value
by Caolán McNamara
· 11 years ago
03c7c26
java: final fields that can be static
by Noel Grandin
· 11 years ago
15510bf9
sot: stop leaking temp files from StgTmpStrm
by Michael Stahl
· 11 years ago
c625525
rename SvRef::AddRef to AddFirstRef
by Noel Grandin
· 12 years ago
a2320ea
loplugin: cstylecast
by Noel Grandin
· 12 years ago
c353cae
loplugin: cstylecast
by Noel Grandin
· 12 years ago
5cefde0
remove unnecessary casts in calls to SvStream.WriteUInt32
by Noel Grandin
· 12 years ago
04fd620
remove unnecessary casts in calls to SvStream.WriteInt32
by Noel Grandin
· 12 years ago
dedfa97
remove unnecessary casts in calls to SvStream.WriteInt16
by Noel Grandin
· 12 years ago
bec72dd
remove unnecessary casts in calls to SvStream.WriteUChar
by Noel Grandin
· 12 years ago
ed085a6
cleanup GUID/ClsId/CLSID types
by Noel Grandin
· 12 years ago
0304358
Clean up StorageMode parameter of SotStorage::OpenSotStorage
by Stephan Bergmann
· 12 years ago
ed00d0d
create a master document template type
by Caolán McNamara
· 12 years ago
be1bb7b
java: use Boolean.valueOf instead of instantiating Boolean objects
by Noel Grandin
· 12 years ago
a107bdf
ErrorBox->MessageDialog
by Caolán McNamara
· 12 years ago
7cc627f
update_pch
by Thomas Arnhold
· 12 years ago
1c49650
java: remove useless javadoc tags
by Noel Grandin
· 12 years ago
46e03df
fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly.
by Andrzej Hunt
· 12 years ago
95cad2e
Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML"
by Andrzej Hunt
· 12 years ago
a96a7ce
fdo#81835 Don't prefer GDI Metafiles to RTF/HTML
by Andrzej Hunt
· 12 years ago
0c5f51e
java: remove commented out code
by Noel Grandin
· 12 years ago
73f961e
Include <algorithm> for std::min
by Tor Lillqvist
· 12 years ago
067207f
coverity#707195 Uncaught exception
by Caolán McNamara
· 12 years ago
1bae012
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
0ae79a1
use SimpleReferenceObject in StgPage
by Noel Grandin
· 12 years ago
0d78ad8
DBG_ASSERT->assert when followed by dereference
by Caolán McNamara
· 12 years ago
5ace3f3b
clang scan-build: various warnings
by Caolán McNamara
· 12 years ago
a8b32cc
OSL_ENSURE->assert
by Caolán McNamara
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
13b2519
update_pch: add a bunch of pch files
by Thomas Arnhold
· 12 years ago
538c13f
fdo#78801 fdo#52547 Paste preference is image, then html, then text.
by Andrzej Hunt
· 12 years ago
1d203f2
Avoid undefined signed integer overflow
by Stephan Bergmann
· 12 years ago
7bc0082
Fix memory leak
by Stephan Bergmann
· 12 years ago
6757761
coverity#441341 Dereference after null check
by Caolán McNamara
· 12 years ago
ac76cc7
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20
by Julien Nabet
· 12 years ago
820a299
Many spelling fixes: directories r* - z*.
by Pedro Giffuni
· 12 years ago
dfeadd0
coverity#705538 Unintentional integer overflow
by Caolán McNamara
· 12 years ago
8bb2ce6
fixincludeguards.sh: some smaller dirs
by Thomas Arnhold
· 12 years ago
8144550
Remove unused functions
by Stephan Bergmann
· 12 years ago
8f6c55a
Replace SV_DECL/IMPL_REF macros with SvRef template
by Stephan Bergmann
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
4e3cf9c
MSVC helpfully provides warning C4310: cast truncates constant value
by Michael Stahl
· 12 years ago
a6f0f41
sot: convert that to SAL_INFO
by Michael Stahl
· 12 years ago
ba46f32
deploy some asserts to detect truncated STREAM_SEEK_TO_END
by Michael Stahl
· 12 years ago
1b40966
sot: fix some bizarre resize code that creates 4G temp files on 32bit
by Michael Stahl
· 12 years ago
3e71c10
Fix some types in virtual methods to properly override.
by Matúš Kukan
· 12 years ago
1258b57
tools: support 64-bit file positions in SvStream
by Michael Stahl
· 12 years ago
47bf12a
coverity#1078520 Logically dead code
by Caolán McNamara
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
5fb7860
Split TYPEINFO into plain and TYPEINFO_OVERRIDE
by Stephan Bergmann
· 12 years ago
86a3258
Find places where OUString and OString are passed by value.
by Noel Grandin
· 12 years ago
0654c95
debug only code SotFactory::Find(SvGlobalName const&)
by Noel Grandin
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
614e1a6
Remove visual noise from sot
by Alexander Wilms
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
91e7943
cid#1078823 Dereference before null check
by Noel Grandin
· 12 years ago
81a2fc7
sot: sal_Bool -> bool fixup
by Stephan Bergmann
· 12 years ago
da2efb3
Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.
by Kohei Yoshida
· 12 years ago
b2878af
more SvStream:operator>> conversion
by Noel Grandin
· 12 years ago
15535e3
convert SvStream::operator>> methods to ReadXXX methods
by Noel Grandin
· 12 years ago
c47db03
fdo#52547 SOT: Prefer embedding image data to embedding linked image.
by Andrzej Hunt
· 12 years ago
8a0298f
remove commented code
by Markus Mohrhard
· 12 years ago
b3621802
fix crash during xls import, related fdo#36580
by Markus Mohrhard
· 12 years ago
186b4eb
convert specialised SvStream::operator>> methods to ReadXXX methods
by Noel Grandin
· 12 years ago
90d39a8
Resolves: #i124085# disabled CF_DIBV5...
by Armin Le Grand
· 12 years ago
41b0357
bool improvements
by Stephan Bergmann
· 12 years ago
16a2e90
remove SvStream::operator<< methods
by Noel Grandin
· 12 years ago
35a45cd
Removed unused solar.h reference in sot
by Alexandre Vicenzi
· 12 years ago
c648d08
convert SvStream::operator<< overloads to more explicit methods
by Noel Grandin
· 12 years ago
aeae243
Add FIXME for odd sal_Int32/bool mismatch
by Stephan Bergmann
· 12 years ago
854711a
StgStrm::Write returns sal_Int32, not bool
by Stephan Bergmann
· 12 years ago
e99477a
Use proper bool operations
by Stephan Bergmann
· 12 years ago
b69864f
re-write SvStream operator<< to non-overloaded methods
by Noel Grandin
· 12 years ago
6d25220
remove unnecessary use of OUString*
by Noel Grandin
· 12 years ago
a81896a
cppcheck: reduce scope
by Julien Nabet
· 12 years ago
b55259e
typo fixes
by Andras Timar
· 12 years ago
9ed3647
Adapt all (non-extension, SharedLibrary) .components to environment="..."
by Stephan Bergmann
· 12 years ago
08fe82e
Remove unnecessary use of OUString constructor in + expressions
by Noel Grandin
· 12 years ago
610b2b9
remove unnecessary use of OUString constructor when assigning
by Noel Grandin
· 12 years ago
e52779d
remove unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
5285bee
remove redundant calls to OUString constructor in if expression
by Noel Grandin
· 12 years ago
aeb41c9
remove redundant calls to OUString constructor
by Noel Grandin
· 12 years ago
2b01553
fdo#54938: Convert svx to use cppu::supportsService
by Marcos Paulo de Souza
· 12 years ago
203d3e6
Related: fdo#70483 add regression test
by Caolán McNamara
· 12 years ago
7895079
micro optimize this a bit
by Caolán McNamara
· 12 years ago
a772496
Bin comments that claim to say why some header is included
by Tor Lillqvist
· 12 years ago
dfa1afd
i123485 secured file import scanning existing pages
by Armin Le Grand
· 12 years ago
7f0aced
CID#441342 potential resource leak
by Caolán McNamara
· 13 years ago
98e20a3
Mark as const
by Takeshi Abe
· 13 years ago
9c0a390
fdo#63133: Write tools/tempfile.hxx out
by Palenik Mihály
· 13 years ago
c66e9cd
Delete SvCacheStream class
by Palenik Mihály
· 13 years ago
5f4a9d9
warning C4305 truncation from int to bool
by Michael Stahl
· 13 years ago
c55a2bd
fix build
by Caolán McNamara
· 13 years ago
7c136e7
module sot: String, bool and other clean-up
by Norbert Thiebaud
· 13 years ago
6a08067
OUString convertion for unotools
by Norbert Thiebaud
· 13 years ago
710f41b
Clean String and sal_Bool in tools
by Norbert Thiebaud
· 13 years ago
ba0a577
remove OUString wrap for string literals
by Thomas Arnhold
· 13 years ago
e0cce52
Resolves: #i121504# Support for alpha channel in clipboard for all systems
by Armin Le Grand
· 13 years ago
95c0d56
use uno::Reference#clear() method...
by Noel Grandin
· 13 years ago
Next »