Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/distro/capgemini/cg-4.1
/
sot
f35096b
i123485 secured file import scanning existing pages
by Armin Le Grand
· 12 years ago
35bd9b1
re-base on ALv2 code. Includes:
by Michael Meeks
· 13 years ago
b751e39
some refactoring on <StgHeader>
by Oliver-Rainer Wittmann
· 14 years ago
c042cd0
gbuild: drop uses of removed packages
by David Tardon
· 13 years ago
b9337e2
execute move of global headers
by Bjoern Michaelsen
· 13 years ago
62badf38
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
8546c32
Remove pass-through header file sot/inc/sot/clsids.hxx
by Michael Dunphy
· 13 years ago
8d87758
Java cleanup, remove the rest of the unnecessary casts
by Noel Grandin
· 13 years ago
b80d8c6
fdo#62096 - replace some O(U)String compareTo with ==
by Artur Dryomov
· 13 years ago
1946794
mass removal of rtl:: prefixes for O(U)String*
by Luboš Luňák
· 13 years ago
876c619
new module i18nlangtag
by Eike Rathke
· 13 years ago
563a9b7
Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper
by Chr. Rossmanith
· 13 years ago
d0c9430
coverity#440717 Dereference after null check
by Julien Nabet
· 13 years ago
aa753f0
-Wunused-macros
by Stephan Bergmann
· 13 years ago
daac7e3
coverity#982310 Logically dead code
by Julien Nabet
· 13 years ago
0173e89
fdo#39445 writing out tools/fsys.hxx (sot)
by Krisztian Pinter
· 13 years ago
79b0046
remove legacy build.pl prj/build.lst files.
by Michael Meeks
· 13 years ago
f5ca04c
Related to fdo#60724: correct spelling
by Thomas Arnhold
· 13 years ago
48d099a
coverity#705725: fix memory leak
by Markus Mohrhard
· 13 years ago
b768611
remove all d.lst
by Michael Stahl
· 13 years ago
dd3e879
remove some trivial duplicates
by Thomas Arnhold
· 13 years ago
63b0ce9
fdo#38838 searched, replaced and removed String::CreateFromInt32().
by Jean-Noël Rouvignac
· 13 years ago
1443a9f
[Uu]sefull -> [Uu]seful
by Julien Nabet
· 13 years ago
616c692
s/the the/the/
by Tor Lillqvist
· 13 years ago
0db079c
coverity#982801 Out-of-bounds access
by Caolán McNamara
· 13 years ago
bde184d
warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'
by Stephan Bergmann
· 13 years ago
c2e2d77
unused variable
by Luboš Luňák
· 13 years ago
efe9bf6
sal_Bool to bool
by Luboš Luňák
· 13 years ago
a53586f
gbuild: do not copy boost headers around
by Michael Stahl
· 13 years ago
4a10442
Resolves: fdo#57532 restrict page sanity check to non-storage chunks
by Caolán McNamara
· 13 years ago
a3ce60e
We only support MSVC 2008 (_MSC_VER 1500) or later
by Tor Lillqvist
· 13 years ago
af60316
some i18n wrappers with LanguageTag
by Eike Rathke
· 13 years ago
e2036d4
Related: fdo#53909 add regression test
by Caolán McNamara
· 13 years ago
ef9f9b7
Resolves: fdo#53909 STG_FREE sector locations rejected
by Caolán McNamara
· 13 years ago
3b23870
callcatcher: remove another layer of binfilter-released methods
by Caolán McNamara
· 13 years ago
690ce9f1b
callcatcher: more binfilter freed up methods
by Caolán McNamara
· 13 years ago
c17f51c
The additional methods of SO2_*_REF over SV_*_REF are now unused
by Caolán McNamara
· 13 years ago
a94b6ec
callcatcher: update unused code post binfilter death
by Caolán McNamara
· 13 years ago
060219a
binfilter.die.die.die
by Norbert Thiebaud
· 13 years ago
0666e43
fdo#46808, use service constructor for i18n::CharacterClassification
by Noel Grandin
· 13 years ago
c291359
rework filters test to squeeze through extra flags
by Caolán McNamara
· 13 years ago
8aa5946
fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new style
by Noel Grandin
· 13 years ago
6945628
fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new style
by Noel Grandin
· 13 years ago
72fe2e3
Prefer prefix ++/-- operators for non-primitive types
by Julien Nabet
· 13 years ago
190334f
mark lcl_ functions static or rename them if they are not local at all
by Luboš Luňák
· 13 years ago
5032dc0
gbuild: invert handling of standard system libraries:
by Michael Stahl
· 14 years ago
b85c349
gbuild: replace direct gb_STDLIBS use with ...
by Michael Stahl
· 14 years ago
2e677c3
gbuild: split uwinapi out of gb_STDLIBS
by Michael Stahl
· 14 years ago
540ab38
sot: memory savings to avoid duplicating the whole stream in RAM
by Michael Meeks
· 14 years ago
1da4e8c
sot: stgcache re-factor to use sane lifecycle semantics
by Michael Meeks
· 14 years ago
e48e489
sot: substantially accelerate sorted cache write-out
by Michael Meeks
· 14 years ago
b7db3b8
sot: remove un-used LRU cache
by Michael Meeks
· 14 years ago
422a41f
sot: remove horrible hiding of LRU cache map
by Michael Meeks
· 14 years ago
3b3d738
sot: remove unused Owner construct on StgPage
by Michael Meeks
· 14 years ago
03a9f13
ComponentContext::getUnoContext -> getComponentContext simplification
by Stephan Bergmann
· 14 years ago
9ac86f4
Improvement on previous commit, UCB clean up
by Stephan Bergmann
· 14 years ago
bf43520
Java cleanup, remove unnecessary imports
by Noel Grandin
· 14 years ago
206c70e
fdo#46808, Adapt TempFile UNO service to new style
by Noel Grandin
· 14 years ago
350b031
callcatcher: remove some of the slightly trickier unused methods
by Caolán McNamara
· 14 years ago
5a4bcd3
gbuild: register all jars
by Michael Stahl
· 14 years ago
50d8953
Do not check the stored DIFAT sector count.
by Kohei Yoshida
· 14 years ago
582e06f
unusedcode.easy: remove unused code
by Thomas Arnhold
· 14 years ago
d1ba541
Remove non-existing forward declarations
by Thomas Arnhold
· 14 years ago
7a1fe4a
tabs to spaces
by Eike Rathke
· 14 years ago
10dc090
sot: prevent some null pointer crashes
by Mikhail Voytenko
· 14 years ago
bccf34c
ditch String::CreateFromAscii
by Caolán McNamara
· 14 years ago
fdda178
targetted improvement of UNO API includes / usage
by Michael Meeks
· 14 years ago
d221d4e
removed unnecessary forward declarations of class
by Takeshi Abe
· 14 years ago
b63027f
Remove some unused defines and controls
by Thomas Arnhold
· 14 years ago
bbac35af
Remove unused header files
by Thomas Arnhold
· 14 years ago
e45bb32
Fix prefix ++/-- operators for non-primitive types
by Julien Nabet
· 14 years ago
7b6b71c
remove bunch of obsolete looking .flt files
by Michael Stahl
· 14 years ago
f82f5d1
re-base on ALv2 code.
by Michael Meeks
· 14 years ago
06395b8
cleanup of duplicated includes
by Philipp Riemer
· 14 years ago
ec5fa01
replace all but one .hdl include with equivalent .hpp includes.
by Michael Meeks
· 14 years ago
c3f2401
reduce scope and replace some String::CreateFromAscii
by Caolán McNamara
· 14 years ago
b9042fa
re-base on ALv2 code.
by Michael Meeks
· 14 years ago
b6db3e3
re-base on ALv2 code.
by Michael Meeks
· 14 years ago
447e5b4
death to some UniStrings
by Caolán McNamara
· 14 years ago
2ac4d8b
nuke dead code
by Takeshi Abe
· 14 years ago
3770bbb
Remove superfluous empty lines on top
by Thomas Arnhold
· 14 years ago
3271f2d
This SyncSvStream/SyncSysStream stuff isn't used
by Caolán McNamara
· 14 years ago
31cc01a
targeted string re-work
by Norbert Thiebaud
· 14 years ago
c77918b
Revert "Make SotStorage and SotStorageStream dtors public"
by Fridrich Štrba
· 14 years ago
90f3840
Make SotStorage and SotStorageStream dtors public
by Fridrich Štrba
· 14 years ago
affb63e
sot: minor unit test logic cleanup
by Michael Meeks
· 14 years ago
ac90be0
sot: add OLE2 unit test reading streams forward and backwards
by Michael Meeks
· 14 years ago
1d32c56
sot: re-work OLE2 offset-to-page computation
by Michael Meeks
· 14 years ago
7ed1e9a
sot: simplify the storage stream FAT item cache
by Michael Meeks
· 14 years ago
75e7643
Related: fdo#47644 get out of bounds conditions right
by Caolán McNamara
· 14 years ago
cede568
should have been SAL_WARN
by Caolán McNamara
· 14 years ago
4afd260
std::is_sorted is C++11 or C++0X sgi extension
by Caolán McNamara
· 14 years ago
cdcf2fc
Related: fdo#47644 for huge files build a page chain cache for seeks
by Caolán McNamara
· 14 years ago
6577e56
const up methods that don't change any state
by Caolán McNamara
· 14 years ago
b36612d4
Fix sot stream bustage
by Caolán McNamara
· 14 years ago
d726281
Related: fdo#47644 compound storage backend is poor at knowing stream size
by Caolán McNamara
· 14 years ago
b1c3e8a
make gbuild the default assumption of build.pl
by Bjoern Michaelsen
· 14 years ago
c29d22c
Removed StgHeader::SetClassId(ClsId const &)
by Laureano G. Linde
· 14 years ago
5fcacd8
rename gb_CppunitTest_uses_ure
by David Tardon
· 14 years ago
fbbb833
compile- and run-time use of UNO must be split
by David Tardon
· 14 years ago
Next »