Andrea Gelmini
aade27554d
Fix typos
...
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2015-06-22 12:36:21 +00:00
Michael Stahl
bb2d711998
filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupport
...
... is obsolete
Change-Id: I644f80ac4bf265f2c669a9d1b87fecd012756be2
2015-06-20 11:42:36 +02:00
Andrea Gelmini
ae150c6a54
Fix typos
...
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Reviewed-on: https://gerrit.libreoffice.org/16314
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Michael Stahl <mstahl@redhat.com >
2015-06-18 11:44:56 +00:00
Takeshi Abe
0980095619
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
...
This may reduce some degree of dependency on boost.
Done by running a script like:
git grep -l '#include *.boost/scoped_array.hpp.' \
| xargs sed -i -e 's@#include *.boost/scoped_array.hpp.@#include <memory>@'
git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \
| xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/'
... and then killing duplicate or unnecessary includes,
while changing manually
m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx,
extensions/source/ole/unoconversionutilities.hxx, and
extensions/source/ole/oleobjw.cxx.
Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd
Reviewed-on: https://gerrit.libreoffice.org/16289
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-06-17 15:50:45 +00:00
Andrea Gelmini
814af9f1e5
Fix typos
...
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f
Reviewed-on: https://gerrit.libreoffice.org/16309
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2015-06-16 11:21:07 +00:00
Andrea Gelmini
01532b1ab8
Fix typos
...
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072
Reviewed-on: https://gerrit.libreoffice.org/16297
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2015-06-16 11:05:58 +00:00
Noel Grandin
4729774b24
remove unnecessary check for null when calling delete
...
Idea originally from caolan.
Found using the following command:
find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;'
Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763
2015-06-15 14:46:41 +02:00
Andrea Gelmini
c3c45ff7ef
Fix typos
...
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37
Reviewed-on: https://gerrit.libreoffice.org/16263
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-06-15 06:53:19 +00:00
Andrea Gelmini
1f408db497
Fix typos
...
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com >
Tested-by: Andras Timar <andras.timar@collabora.com >
2015-06-13 14:51:15 +00:00
Andras Timar
6f1eb0b8ef
remove unused code
...
Change-Id: If9b7870673a47b78457f6e22ee0cfa7e3a68372a
2015-06-13 11:40:23 +02:00
Noel Grandin
776a3f14f2
convert expressions like 'size() == 0' to 'empty()'
...
Change-Id: Ia5c8c0f38a347f398d587970a22e03f29ffd37af
2015-06-11 10:07:08 +02:00
Caolán McNamara
b04e1e79e6
Prop_pSegmentInfo is totally misunderstood apparently
...
digging into the crash on export of kde216114-1.odt
reveals various horrors
Change-Id: I0d24fe303d561a00a08098b306d10fd8273af928
2015-06-10 17:53:02 +01:00
Stephan Bergmann
b5a062bd1c
loplugin:cstylecast: deal with remaining pointer casts
...
Change-Id: I2976a8e6a3c9abf70e153a71bf0374d24d92968d
2015-06-08 16:25:08 +02:00
Noel Grandin
42f771d6e9
convert B2DLineJoin to scoped enum
...
Change-Id: I4fb8f2c9e2080e3aa542d2ccf838e6784baa8429
2015-06-04 08:30:24 +02:00
Stephan Bergmann
7d8526962f
loplugin:cstylecast: deal with those that are (technically) const_cast
...
Change-Id: I0724eff3d9fb2912ba54515945efb8aaacf486db
2015-06-02 11:26:33 +02:00
Michael Meeks
bd2f71fc26
Remove unused icgm filter VirtualDevice member.
...
Change-Id: I899e6cbc2fe9453ba048cd2dd147a2a29b166f22
2015-06-01 09:35:57 +01:00
Julien Nabet
c709da10fb
tdf#91782 - fix VirtualDevice allocation crasher in eps filter.
...
Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39
2015-06-01 09:31:50 +01:00
Noel Grandin
55bc128636
loplugin:loopvartoosmall
...
Change-Id: I86ff38a90018a2ddfb2db3babf67168b0e6257a5
2015-06-01 09:58:56 +02:00
László Németh
bf8e37c12d
store FilterConfigItem options in dispose
...
Change-Id: I090303dcff833997774fc69826dc7feffa05a3c5
2015-05-29 18:57:41 +02:00
Noel Grandin
e0b2e6e3f7
loplugin:loopvartoosmall
...
Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7
2015-05-29 08:48:41 +02:00
Michael Meeks
fee29fde64
tdf#91652 - store PDF FilterConfigItem options in dispose.
...
Change-Id: I808aeab8fdac35330de24970b873f49e22c52c6a
Reviewed-on: https://gerrit.libreoffice.org/15946
Tested-by: Jenkins <ci@libreoffice.org >
Tested-by: Michael Meeks <michael.meeks@collabora.com >
Reviewed-by: Michael Meeks <michael.meeks@collabora.com >
2015-05-28 16:05:53 +00:00
Michael Meeks
f849d96463
tdf#91416 - fix some incorrectly allocated VirtualDevices.
...
Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe
2015-05-26 17:54:27 +01:00
Noel Grandin
d3714207b1
remove some unnecessary casts and convert some to const_cast
...
Change-Id: I590a87c832bc59947ae04e52d3ac5ea71574bb11
Reviewed-on: https://gerrit.libreoffice.org/15888
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-05-25 11:02:57 +00:00
Noel Grandin
24600dcf31
loplugin:constantfunction
...
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-22 09:59:46 +02:00
Stephan Bergmann
b8f4b28cf6
Use delegating constructor
...
Change-Id: I793130bda833f4eb6ba5f2901adb2362ce666fe9
Reviewed-on: https://gerrit.libreoffice.org/15829
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Stephan Bergmann <sbergman@redhat.com >
2015-05-21 14:46:23 +00:00
Noel Grandin
431598b97b
convert CVT constants to scoped enum
...
Change-Id: I7703816b6a1df2bf24c06cdf9992f9982ae724e8
Reviewed-on: https://gerrit.libreoffice.org/15826
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-05-21 09:01:57 +00:00
Robert Antoni Buj Gelonch
0cd2895e70
tdf#90999: Import spreadsheetML cells with inline formatting tags
...
Change-Id: I5a723d5ecc4a075be64ba9766e574d9a9df50eb1
Reviewed-on: https://gerrit.libreoffice.org/15821
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2015-05-21 07:19:45 +00:00
David Tardon
a1202971e5
enable Apple Numbers import
...
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
2015-05-20 15:13:12 +02:00
David Tardon
d5ffc8b0ad
enable Apple Pages import
...
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-20 15:13:12 +02:00
Christian Lohmaier
ab465b90f6
bin/rename-sw-abbreviations.sh
...
renames the most annoying abbreviations in Writer (and partially
in the shared code too).
Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-20 13:05:49 +02:00
Noel Grandin
25a47c5cd5
convert TEXT_DRAW constants to scoped enum
...
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
2015-05-20 09:52:08 +02:00
Noel Grandin
10749bbf82
remove the last of the OUString #defines in header files
...
Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d
2015-05-19 09:42:41 +02:00
osnola
f9568335a6
upload libwps 0.4.0
...
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-19 08:24:59 +02:00
Tomaž Vajngerl
e1b653b173
cleanup XMLFilterSettingsDialog
...
Change-Id: I5e42afe348004daa99c0d3b331bb1fe0f84bd309
2015-05-18 15:55:00 +09:00
Julien Nabet
3aebc670e1
Remove include stdio (part2)
...
Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd
Reviewed-on: https://gerrit.libreoffice.org/15775
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
Tested-by: Julien Nabet <serval2412@yahoo.fr >
2015-05-18 05:33:52 +00:00
David Tardon
773bb53d0b
enable new formats supported by libmwaw
...
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2015-05-17 14:05:39 +02:00
Andrea Gelmini
5b1337f7b2
tdf#62475: partial handmade fixes
...
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2015-05-15 17:55:15 +00:00
Robert Antoni Buj Gelonch
1ab97fe7a2
odf2xhtml: tdf#66305 do not display the page numbers in TOC
...
Change-Id: I480f8f2c7fcc8e0c9d2ecc0c370284821633c45d
Reviewed-on: https://gerrit.libreoffice.org/15734
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-05-15 11:58:08 +00:00
Caolán McNamara
dd466513a9
window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent
...
ideally camel case the rest of these for consistency
Change-Id: I7f66b8051ea58963ea28d128f73900aefe5d2846
2015-05-15 10:01:38 +01:00
Noel Grandin
ad0c5e6c66
convert META_*_ACTION constants to scoped enum
...
Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459
2015-05-15 10:05:03 +02:00
Robert Antoni Buj Gelonch
ebe4eb9d0a
odf2xhtml: #tdf66999 there is no attribute 'name'
...
Change-Id: I47a14951a23539ea90489baede93a9d1c7b5dcc9
Reviewed-on: https://gerrit.libreoffice.org/15729
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-05-14 12:21:52 +00:00
Robert Antoni Buj Gelonch
070f0abd44
odf2xhtml: #tdf66999 character '–' is not allowed in the value of attribute 'id'
...
Change-Id: Ieef0f28a9caa830e24349e58a0b1ff9b04c6fe56
Reviewed-on: https://gerrit.libreoffice.org/15728
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-05-14 12:21:38 +00:00
Stephan Bergmann
ecb56552af
loplugin:cstylecast: nop between pointer types of exactly same spelling
...
Change-Id: I14eaa418950ee40534c308a19c50422a9a58fd47
2015-05-11 12:49:37 +02:00
Stephan Bergmann
6dc42c82ba
Use IMPL_LINK_NOARG[_TYPED] where applicable
...
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
2015-05-10 12:06:16 +02:00
Stephan Bergmann
9bb254fc85
NOINSTANCE is implied now in IMPL_STATIC_LINK...
...
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
2015-05-10 11:25:47 +02:00
Michael Meeks
266ce1cd53
tdf#91052 - more macros for 'make' constructors.
...
Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
2015-05-09 21:39:57 +01:00
Stephan Bergmann
5eb6bd4db7
lopluign:staticmethods: Handle DECL_LINK
...
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
2015-05-08 19:15:32 +02:00
Mike Kaganski
28a2f0d6d8
tdf#74299: improve DXF import
...
1. Now there's no fixed string length limit; see
http://www.autodesk.com/techpubs/autocad/acad2000/dxf/group_code_value_types_dxf_01.htm
The Autodesk's own DXF reference is inconsistent on this matter;
the "Group Code Value Types Reference" tells opposite to "About Group
Codes in DXF Files".
AutoCAD itself easily creates lines 10 000+ characters long!
This removes the hardcoded line length limit; also simplifies
internal struct DXFGroupReader used to parse DXF codes.
2. Improved text import: honor unicode strings in AutoCAD 2007+ DXF;
use more $DWGCODEPAGE values (note: when more codepages will be
discovered, they should be handled in DXFRepresentation::ReadHeader()).
Use LO locale when DXF doesn't specify one. Handle AutoCAD character
names.
3. General fixes & simplifications.
Change-Id: Ifde08978e2da7511696100520732bd76c1a660bb
Reviewed-on: https://gerrit.libreoffice.org/15627
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2015-05-07 14:15:36 +00:00
Stephan Bergmann
7df89ec7a2
Remove unnecessary includes of sot/storage.hxx from include/
...
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
2015-05-07 11:05:05 +02:00
Stephan Bergmann
0241519f32
Unwind SotStorageStreamRef typedef
...
Change-Id: If7652a7c0251b741660365848a717c06954ca419
2015-05-07 11:05:04 +02:00