summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna
Change-Id: I853e520dd60c3e19cbf7a7b620115df50fc25b30
2015-04-20writerfilter: remove newly unused methodsMiklos Vajna
Change-Id: Ie15422d7936cd84d5c4a07a5b75fdb02efc6ea1e
2015-04-20Optimize Breeze icon theme - Pt.3Andrew
Lossless image compression of png files using ImageOptim. Saved 27KB out of 488KB. ~5% overall (up to 66% per file). Change-Id: Ida48909411b02bbc6d355dc0678151089afabc26 Signed-off-by: Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/15393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-20convert AppleLanguageId to scoped enumNoel Grandin
Change-Id: I6646872f76bb9365a8c2ef809bc942f28b690a32 Reviewed-on: https://gerrit.libreoffice.org/15378 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-20rsc crash on WIN64 due to LP64Norbert Thiebaud
rsc stash stuff in a 'value' filed that was defined as 'long' saddly it stash also pointer there... which on WIN64 truncate 64 bits pointers in 32 bits scalar. That went unnoticed for years because on every other platform sizeof(long) = sizeof(void*) Change-Id: I218ae181c9d6b64ade457ee49942d1d07a933bb7 Reviewed-on: https://gerrit.libreoffice.org/15394 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-04-20Add "eg." and "ie." to the English sentence exception listsLászló Németh
"eg." and "ie." are frequent informal alternatives of "e.g." and "i.e.", (e.g., see http://en.wiktionary.org/wiki/eg), but these word forms weren't in the sentence exception list, resulting unnecessary automatic capitalization of the next words, "eg. Here." Avoiding double trouble, this capitalization is disabled now, like in the case of "i.e." and "e.g.". Change-Id: I86819ae62967de3fe4ea5d032972b3ad30f059f2
2015-04-20tdf#90723 LibreLogo: missing oldlcap initializationLászló Németh
Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec
2015-04-19loplugin:unreffunStephan Bergmann
Change-Id: Ib6b8e49e1795c1b748dfec6a63333ee5011c04ad
2015-04-19add test-case for EDB-36788Caolán McNamara
Change-Id: I727f0bcee5c506fd524ff1b1b6f9de5f012bed20
2015-04-19Related tdf#55502: Harden a bitJulien Nabet
Change-Id: I56155e234b13ca3e9fb95565d08a38252eeba712
2015-04-19tdf#90357: Fix crash while pasting into draw from impress.Muthu Subramanian
Change-Id: Iff0b072f0968e1e3e54617bd6903019ef3edb1ac
2015-04-19callcatcher: update unusedcodeCaolán McNamara
Change-Id: I4b2a7ea03aafbfbf1fece1533da801a4326d80f9
2015-04-19bump product version to 5.0.0.0.alpha1+Christian Lohmaier
Change-Id: Ia9302fd2ab0012365850295ef960a91af223c022
2015-04-19update creditsChristian Lohmaier
Change-Id: I3113877d7e59ad3ac799ebacb51914553cca57e4
2015-04-19Updated coreChristian Lohmaier
Project: translations 9741c39649c0c54cd79b9949d28eca364c087b61 update translations for 5.0.0 Alpha1 and force-fix errors using pocheck Change-Id: I68916e7c0a7af9c3caeba4e86c19e1e9e71d9465
2015-04-19writerfilter: remove remaining doctok bits in GraphicImportMiklos Vajna
Change-Id: I399b389d4bd54357c6578417d2983017a60f0f51 Reviewed-on: https://gerrit.libreoffice.org/15383 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-04-19forgot to add test fileMarkus Mohrhard
Change-Id: Ic08080f34cb01d0be6b760339f773feebd8bebf2
2015-04-19fix title overly MSO2007 vs OOXML importMarkus Mohrhard
Change-Id: I36ca118fd1412febd3384c25359a7b285908336b
2015-04-19add test case for data label default value import, related tdf#74886Markus Mohrhard
Change-Id: I7792f542204f9813f3e36a49924da17f7abd14ea
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a
2015-04-19use correct default value for OOXML and MSO 2007, tdf#74886Markus Mohrhard
Change-Id: I7733e1ea08322638afe4ffda8bb535f5223cc8e1
2015-04-19fix indentationMarkus Mohrhard
Change-Id: I1d7fa501959758d17440edcec146724cba97535f
2015-04-19add test for axis number format export to XLSXMarkus Mohrhard
Change-Id: I379ee890d184e3c79851bb1ea2f8b9b4de65e44c
2015-04-19export axis number format to OOXMLMarkus Mohrhard
Change-Id: I1dcea725686f8224bda03913d0b0da9f743a5fb7
2015-04-19fix upDown bar export to OOXMLMarkus Mohrhard
We should not really export it as this leads to wrong import into MSO. Change-Id: I94897eef040af0785acb3c7615ce6f5b5a96f055
2015-04-19tdf#82430: gcc-wrappers: command line *must* start with a spaceMichael Stahl
Yes, you read that right, if there's no space in front of the first argument, cl.exe will *ignore* it. Change-Id: I73d9bf026705538e53b5d91091a4c96eb15739b2
2015-04-18tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet
bt: 2 0x00002aaaab2b5226 in __assert_fail_base (fmt=0x2aaaab3ebce8 "%s%s%s:%u: %s%sAssertion `%s' failed. %n", assertion=assertion@entry=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())", file=file@entry=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=line@entry=500, function=function@entry=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:92 3 0x00002aaaab2b52d2 in __GI___assert_fail (assertion=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())", file=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=500, function=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:101 4 0x00002aaaae1f44f8 in rtl::OUString::operator[] (this=0x7fffffff36b0, index=13) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:500 5 0x00002aaaae274036 in SbRtl_Shell (pBasic=0x3531fc0, rPar=..., bWrite=false) at /home/julien/compile-libreoffice/libreoffice/basic/source/runtime/methods.cxx:3613 Check if third param isn't empty, if not, aCmdLine finishes with a space character Change-Id: I095b6dc7c7d2d4c826fb47aa1414c558bbc27c04
2015-04-18Typo: thow->throwJulien Nabet
Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847
2015-04-18testOldComplexMerge: work around buggy libxml by not using //Miklos Vajna
Change-Id: Ia53d7a2aba039386cafcf8d0030c9e768c08b743
2015-04-18silence MacOSX_37-tdf-buildbot failureCaolán McNamara
Change-Id: I2b23d406463168f010c8f2d48889a5a0ff15895c
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara
fold DocxWriteTable into SwWriteTable and make the same improvement to the rtf filter as the docx filter to keep the table writer in sync with the current table, and mirroring the cache improvement of the docx filter into the rtf one Change-Id: Ia0d5972acbe6524da67497defdcbcd26cfdc44fb
2015-04-18fix 500+ new assert failures on exportCaolán McNamara
soffice.bin: svl/source/config/languageoptions.cxx:167: static SvtScriptType SvtLanguageOptions::FromI18NToSvtScriptType(sal_Int16): Assertion `false && nI18NType && "Unknown i18n::ScriptType"' failed. assert is new since... commit a7b7c64afc523cfd9ff4e724b3efbec6567fc1c8 Author: Noel Grandin <noel@peralex.com> Date: Wed Apr 15 09:36:39 2015 +0200 convert SCRIPTTYPE_ constants to scoped enum this fix seems sane. Change-Id: Ic308bd34ac4ac76dd9e679f4387eb3ccea7a46c1
2015-04-18loplugin:implicitboolconversionMiklos Vajna
Change-Id: I5c74d150d5e7e35ef9512e6f07bf370c521b0fec
2015-04-18fix higher debug levelsCaolán McNamara
Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3
2015-04-18writerfilter: clean up remaining doctok bits in DomainMapperTableManagerMiklos Vajna
Change-Id: Ibbd0404c88a4086b9583a430e8c6fa4d0bc558eb Reviewed-on: https://gerrit.libreoffice.org/15377 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-04-18cleanup fontitem.hxxTomaž Vajngerl
Change-Id: Ie42766d5340083f0c14184738867375c648f9464
2015-04-18cleanup colritem.hxxTomaž Vajngerl
Change-Id: I8e703012fe5693251aea6ec1f7a7997c4d6b0edc
2015-04-18cleanup svxitems.sdiTomaž Vajngerl
Change-Id: Id154295e7f241acf986d9c3078c9ca18dbcce0e7
2015-04-18remove stdio.h include from compressgraphicdialogTomaž Vajngerl
Change-Id: I510995b55f69b7541f3cf11f0af66b73657af1ca
2015-04-18xmloff: cleanup StyleMapTomaž Vajngerl
Change-Id: I487ab62f412512b0437e6b46a01a3be7c88f5760
2015-04-18Breeze: update markers and cropmarkers iconsandreas_k
Change-Id: Ic1fdd15e90f16037b79bb78fed6fa3a5a914498d Reviewed-on: https://gerrit.libreoffice.org/15374 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-18TableRef: set 3D flag if table is on different sheetEike Rathke
Change-Id: I1a25d603333b78dc89534e45fa23f99c18bd0ee6
2015-04-18TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke
Change-Id: I64f751455fbba901bb41f91daaf64ee4878a19b4
2015-04-18const all CreateString... FormulaToken*Eike Rathke
Change-Id: I0e0f064357543e5dc86b178ce30ee005e5483e04
2015-04-18TableRef: scan any column specifierEike Rathke
Change-Id: I9eb51741d8c5ace52cff70b1954ebde678e6b338
2015-04-18TableRef: activate for OOXML importEike Rathke
Change-Id: I7ebe365c81af5ee9ea70b2efad8908b360a51a7c
2015-04-18don't pretend to have a bitmap url if we are not using bitmapsMarkus Mohrhard
Fix hack for #i78615# Change-Id: I7571f3039e0af91560e24c6d00a7ae456f8ba300
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard
Change-Id: I8eda0998f0bb9503cf7d6e89ace2fb1872273880
2015-04-17tdf#82784: cui: Area tab page: do not override imported bitmapsMichael Stahl
Check that we don't clobber a custom bitmap in the dialog. The (non-obvious) trick is that the name of these is non-empty, so we can check that to filter out pool default items that Draw likes to put into item sets (?), as well as just plain weird items that Draw likes to put into item sets, while avoiding relying on the surprisingly implemented ImpGraphic::operator==(). (regression from 38d0047da7f964c862360b48d88cc869ad376b6b) Change-Id: I0b94e49ef3a9a32c188c3b117a57f780f55e1584
2015-04-17Resolves: tdf#90681 table model can have truly empty cellsCaolán McNamara
old school complex tables can create a table model where a cell exists in the table but there are no paragraphs in it. -------- | A | C | ---- | B |*D*| -------- i.e. normally for the above there are 4 nodes which get exported, even though C and D are merged. But it can be the case that there are only three nodes, and *D* is missing be conservative for now and only do this for the obviously broken no cell start but cell end case and incrementally build up the test-cases Change-Id: I5703595f61688a66b7fac7f3905ace0c207c9875