summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-6/+6
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-11/+11
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-04coverity#706578 uncaught exceptionDavid Tardon1-7/+14
Change-Id: I70640f42db49da274118f7336ff072b1b53ac640
2014-10-30coverity#706568 Uncaught exceptionCaolán McNamara1-1/+9
Change-Id: I05a7700b782d63654406139532a775173295ea9f
2014-10-30coverity#706569 Uncaught exceptionCaolán McNamara1-3/+10
Change-Id: I7c1245eacd92b5869e6dab0389ee0ca3cebd98da
2014-10-30OSL_ENSURE->assert when follow by deref of tested pointerCaolán McNamara1-1/+1
Change-Id: Ib703cb24619228c081c156c4ed52bf7b878fbedd
2014-10-30coverity#706582 Uncaught exceptionCaolán McNamara1-2/+10
Change-Id: I82fad3f152fe5a563675686accedb583d07d2b13
2014-10-30coverity#706583 Uncaught exceptionCaolán McNamara1-2/+10
Change-Id: I508eb91d7c32e8604525511c33c39471afd3ffbf
2014-10-30coverity#706584 Uncaught exceptionCaolán McNamara1-2/+15
Change-Id: I9521ed7d75cae1a1e90fd73dd7b8bd822ab4521f
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I2005b792c74ad5a5f58c831dcc7caa5134280890
2014-10-27cid#1249676 Uninitialized scalar fieldNoel Grandin1-0/+2
Change-Id: I87df4e9c1d3f36afccf13aebfd95d1b4f3bfa655
2014-10-24package: OInputCompStream::m_xStream is never nullMichael Stahl2-39/+6
... as proven by the un-checked dereference in the dispose() method called from the dtor; simplify based on that and assert in ctor. Change-Id: Id369b80bd89fa59d99b209796c33acb39cbb10f3
2014-10-23Remove pointless functions now that saveChild() is ZipPackageStream's memberMatúš Kukan2-40/+22
Change-Id: Id43ec2e7ddb1035d3306170523764bb9a74c03b8
2014-10-23Move ZipPackageStream::saveChild to proper source fileMatúš Kukan2-382/+385
Change-Id: Icd108215874e830e5c9587f7dbb38a7f11ee27c8
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan7-119/+116
..and adapt what needs to be changed. So that, we can kill at least some usages of horrible ContentInfo struct. Change-Id: I32d41f3b8ce2dfb65f0d1df18a540a3f67dcab6d
2014-10-23package: ZipPackageStream: prefix membersMatúš Kukan2-75/+75
Change-Id: I02a1c3189c6b52f4f539b0eaa8878985cae8b321
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan8-415/+504
Preparation commit for deflating streams in parallel. We still use the same single XOutputStream (ByteChucker :-) for sequential writing but this can now be changed more easily. Change-Id: Idf26cc2187461660e31ac2e12c4708e761596fb2
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ic8d2963536b793f0a229901d9e13d8e54842d9b9
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I3ec05ae695428f92b7424295b6f2d3e833c6b162
2014-10-22unusedcode: Remove Deflater::setLevelMatúš Kukan1-61/+16
Which makes bSetParams always false; remove that too, together with nLevel. Change-Id: I94a4ec14b2b2c498d749ef72c1b6b118bba37076
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara2-2/+3
Change-Id: I9b705664c3814aea5c433526ad147a8ab11c2d0f
2014-10-14bff: terminate on SAXException on malformed inputCaolán McNamara1-1/+22
SAXException thrown and not caught Change-Id: I874ffbcd457e102b572f398f4e531f4be30ca3d3
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan3-22/+2
Change-Id: Ia3a20e0692e658d847e1b825fc97e32ac8a1854b
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan2-290/+340
And make them static. Probably would be better to kill ContentInfo and add saveChild as pure virtual into ZipPackageEntry, from which are both ZipPackageFolder and ZipPackageStream inheriting. This will also create a bit more sensible call graph when profiling. Change-Id: If8151332cfa6359e8736c912b7a5633a9162ab36
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan2-133/+126
Change-Id: I9cc21ba87484560ec0db5424800dd67f80e00540
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan5-34/+34
Change-Id: Id177c99ba8b91586cf61457ab2ef084af9c7f490
2014-09-30package: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
Change-Id: Iac189fef77c930e35cbd20452027662127047e01
2014-09-29loplugin: cstylecastNoel Grandin2-9/+9
Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67
2014-09-11create a master document template typeCaolán McNamara1-0/+1
of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin31-55/+55
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-7/+7
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-14java: remove commented out codeNoel Grandin1-5/+0
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-13update_pchThomas Arnhold1-0/+1
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-07coverity#706587 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I33836bfc2d0e18a12774a9e65d814f50ae10d7b8
2014-08-07coverity#706588 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: Ia1672fe61f9bf158a300d5855e46de2747754ca2
2014-08-07coverity#706589 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I60820ab1ea8b13ed6d16e714cd22abce3c2588e5
2014-08-07coverity#706593 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I9cb2057a866d11dec97e5bfd03d0663d09f079f7
2014-08-07coverity#706596 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I1fb6ccbe12e3ec760a5474826170bcbf6b5146f9
2014-08-01typo: more then -> more thanTakeshi Abe3-3/+3
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-26coverity#706594 Uncaught exceptionCaolán McNamara1-1/+13
Change-Id: Iad8f124706789299f36127f0d0fd0a47db07bace
2014-07-26coverity#706577 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: Ifc4c7f3e7a19bad2ae420c0ebab54cf56404de51
2014-07-25coverity#706572 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I579d13981aed4b55501a85326ef2ff735937face
2014-07-25coverity#706579 Uncaught exceptionCaolán McNamara2-0/+2
Change-Id: Ie4d2eed7442ab1e234ea20e8230f1fab32b8c896
2014-07-25coverity#1209891 Uncaught exceptionCaolán McNamara2-0/+2
Change-Id: I366a13bc150085d647788fb085a63a63711731a0
2014-07-25coverity#1209892 Uncaught exceptionCaolán McNamara2-0/+2
Change-Id: I7ff87e29769e1d911002d6e1d25cafe40c2d9b8a
2014-07-14coverity#706576 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I818049d10f0ac69eb528e72329bb798c56fcf424
2014-07-14coverity#706574 Uncaught exceptionCaolán McNamara1-3/+9
and coverity#706575 Uncaught exception Change-Id: I91f036d81deff31e47365c37445eb6b4cfcd992b
2014-07-14coverity#983698 Uncaught exceptionCaolán McNamara1-4/+25
Change-Id: I3f597643c1f743314ca17346901f11dc4f1f7302
2014-07-06fix unhandled exception terminate on ooo48061-1.sxwCaolán McNamara1-4/+14
Change-Id: Ibacb94e719f42faa87ece48051ed8f72c3c78d02
2014-06-09No need to check for NULL before delete.Kohei Yoshida1-5/+2
Change-Id: I8618fe6d3b27eb561137dc1e327e50a41f946494