Cédric Bosdonnat
|
b61ee8a042
|
fdo#34872, ODF 1.2 manifest export: missing version fixed
|
2011-03-02 15:47:35 +01:00 |
|
Caolán McNamara
|
a64e5e3cf5
|
avoid implicit cast
|
2011-03-01 20:34:28 +00:00 |
|
Julien Nabet
|
221b85ed29
|
Remove "using namespace ::rtl"
|
2011-02-26 01:34:14 +01:00 |
|
Guillaume Poussel
|
8add752517
|
Remove bogus comments
|
2011-02-13 17:35:58 +01:00 |
|
Jan Holesovsky
|
18e39b8c4d
|
Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
cui/source/tabpages/swpossizetabpage.cxx
|
2011-02-08 00:10:21 +01:00 |
|
Julien Nabet
|
ba11d549dc
|
Some cppcheck cleaning
|
2011-02-06 23:16:23 +01:00 |
|
Fridrich Štrba
|
7685200dc1
|
move components to boost unordered containers
|
2011-02-06 01:00:47 +01:00 |
|
Thomas Arnhold
|
2945b56030
|
Clean up makefiles
|
2011-02-01 18:21:17 +01:00 |
|
Thomas Arnhold
|
fa2526c545
|
Remove some dead code.
|
2011-01-26 07:50:25 +01:00 |
|
Caolán McNamara
|
aaeacab461
|
WaE: gcc 4.6.0 various warnings
|
2011-01-24 14:47:02 +00:00 |
|
Thomas Arnhold
|
86f964d438
|
Remove doubled headers.
|
2011-01-21 18:32:36 +01:00 |
|
Thomas Arnhold
|
7c89e643b1
|
Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
|
2011-01-20 10:30:44 +01:00 |
|
Petr Mladek
|
60ff78bdcf
|
Micro optimization of the last commit
nBufSize was set by aBuffer.getLength() and had not been used in the end
|
2011-01-07 20:12:40 +01:00 |
|
Petr Mladek
|
7100d5b93b
|
Merge commit 'ooo/OOO330_m19' into libreoffice-3-3
|
2011-01-07 20:06:19 +01:00 |
|
Caolán McNamara
|
62228c515f
|
cppcheck: prefer prefix variant
|
2011-01-07 11:09:04 +00:00 |
|
Christian Lippka ORACLE
|
f505d91021
|
impress208: #i115944# fixing large ooxml files
|
2011-01-05 12:10:11 +01:00 |
|
Christian Lippka ORACLE
|
3d6d4b7849
|
impress208: #i115944# fixing large ooxml files
|
2011-01-03 18:09:17 +01:00 |
|
David Tardon
|
488f0db248
|
suppress compiler warning
|
2010-12-23 11:19:19 +01:00 |
|
Caolán McNamara
|
5078c9fceb
|
cppcheck: use prefix variant
|
2010-11-28 12:29:53 +00:00 |
|
Caolán McNamara
|
6b7556cd41
|
cppcheck: use prefix variants
|
2010-11-27 21:09:59 +00:00 |
|
Caolán McNamara
|
b89fc8c475
|
cppcheck: use prefix variant
|
2010-11-26 21:46:57 +00:00 |
|
Caolán McNamara
|
9569f2026a
|
cppcheck: use prefix variant
|
2010-11-26 21:46:57 +00:00 |
|
Caolán McNamara
|
32346b8113
|
Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOException
(cherry picked from commit 047a986e3af855cdb4c27274da5a10fb5da37fb6)
|
2010-11-25 17:47:06 +00:00 |
|
Caolán McNamara
|
f2f6bf1cbd
|
Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOException
|
2010-11-25 16:46:43 +00:00 |
|
Caolán McNamara
|
41a0d24763
|
cppcheck: methods can be const
|
2010-11-25 11:24:39 +00:00 |
|
Julien Nabet
|
648589a0bd
|
RTL patch
|
2010-11-24 07:56:52 +01:00 |
|
pjacquod
|
3b51872f15
|
RTL_CONSTASCII_USTRINGPARAM components - zipapi
components/package/source/zipapi should be OK now
|
2010-11-17 16:39:20 +00:00 |
|
pjacquod
|
9233039aca
|
RTL_CONSTASCII_USTRINGPARAM components - zippackage
components/package/source/zippackage should be OK now
|
2010-11-17 16:37:13 +00:00 |
|
pjacquod
|
ccbda8e821
|
RTL_CONSTASCII_USTRINGPARAM in components - xstor
components/package/source/xstor should be OK now
|
2010-11-17 16:36:00 +00:00 |
|
Caolán McNamara
|
b77940e5af
|
add modelines to .hxx files as well
|
2010-10-28 15:48:02 +01:00 |
|
Norbert Thiebaud
|
d3d553e1ef
|
merge vosremoval-reference.diff
|
2010-10-25 19:55:29 -05:00 |
|
Sebastian Spaeth
|
ead7290449
|
Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
2010-10-13 10:57:23 +02:00 |
|
Caolán McNamara
|
5ca1cf48a3
|
#i112602# use rtl::Static to wrap globals
|
2010-10-11 10:19:57 +01:00 |
|
Norbert Thiebaud
|
53f428d9bf
|
merge vosremoval-diagnoses patch
|
2010-10-10 19:46:46 -05:00 |
|
Petr Mladek
|
d41279d586
|
more removed include guards using fixguard.py
|
2010-10-05 18:08:01 +02:00 |
|
Petr Mladek
|
e2039c054c
|
remove include guards using fixguard.py
|
2010-10-05 18:08:01 +02:00 |
|
Henning Brinkmann
|
2cc4386428
|
writerfilter08ooo330: applied patch for writerfilter08
|
2010-07-28 14:17:26 +02:00 |
|
Release Engineering
|
16ae4c1524
|
masterfix: #i10000# PACKAGE_STORAGE to embed::StorageFormats::PACKAGE
|
2010-06-16 09:53:26 +02:00 |
|
obo
|
1871d11fbe
|
CWS-TOOLING: integrate CWS fwk139
|
2010-06-15 10:26:12 +02:00 |
|
obo
|
b6a4240c51
|
CWS-TOOLING: integrate CWS os140
|
2010-06-15 07:24:20 +02:00 |
|
os
|
9b18e77bef
|
rebase to m80
|
2010-06-04 16:00:27 +02:00 |
|
Ivo Hinkelmann
|
7c558d66fe
|
masterfix: #i10000# #i112039# OOXML files not recognized fix
|
2010-06-03 16:47:33 +02:00 |
|
Mikhail Voytenko
|
d806a700d8
|
fwk139: #i110803# integrate patch
|
2010-05-26 15:20:34 +02:00 |
|
Mikhail Voytenko
|
bfafc3a17e
|
fwk139: #i110802# integrate patch
|
2010-05-26 15:15:37 +02:00 |
|
Mikhail Voytenko
|
bf301e0764
|
fwk139: #i110801# integrate the patch
|
2010-05-06 15:32:15 +02:00 |
|
os
|
e54b404ddf
|
rebase to m76
|
2010-04-21 08:33:47 +02:00 |
|
Mikhail Voytenko
|
6bfa05212a
|
fwk138: #i87496# let the UNO type be used
|
2010-04-15 16:28:01 +02:00 |
|
Mikhail Voytenko
|
348d64a310
|
fwk138: fix warning
|
2010-04-14 12:33:05 +02:00 |
|
Mikhail Voytenko
|
13399d278c
|
fwk138: #i87496# add header
|
2010-04-13 10:28:25 +02:00 |
|
Mikhail Voytenko
|
8d92fa14a0
|
fwk138: #i87496# Use the UNO constants
|
2010-04-13 10:20:02 +02:00 |
|