summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-15coverity#1326294 Dereference after null checkCaolán McNamara
Change-Id: I057b9ef27bd84ac9875fa6ce8321ff03e0f879e6
2016-01-15coverity#1326291 Dereference after null checkCaolán McNamara
Change-Id: Ie5e3d749284514649edbb7e8dfd753a112feeb31
2016-01-15coverity#1326290 Dereference after null checkCaolán McNamara
Change-Id: I4a028603cbc413ecb670a39da49538819cd15242
2016-01-15coverity#1326302 Explicit null dereferencedCaolán McNamara
Change-Id: I4d7e7791bc9e7338b7db495da4b5c57a2566b280
2016-01-15coverity#1326423 Dereference null return valueCaolán McNamara
Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec
2016-01-15coverity#1326416 Dereference null return valueCaolán McNamara
Change-Id: I8c215da294d6c48d37849c25c40d8632f1949fba
2016-01-15coverity#1326413 Dereference null return valueCaolán McNamara
Change-Id: Icd3728ca151ede50ab41ad7fbb150a3054df6739
2016-01-15coverity#3148472 Unused valueCaolán McNamara
Change-Id: I9acdfe0edf8468c6efb708ca13109abe2be0b826
2016-01-15coverity#1348471 related Unitialized scalar fieldCaolán McNamara
add mnParentFontSize to same places that use mnFontSize Change-Id: I4cf1e7439361b65de0f12028b819a4d7c8124ca2
2016-01-15also link liblangtag to the liblo-native bundle (fix Android build)Christian Lohmaier
Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165
2016-01-15tdf#48593: disable increase/decrease indent in read-only documentsOliver Specht
Change-Id: If181fa36d1be6ccbff51f482fdaf92034ee5d876 Reviewed-on: https://gerrit.libreoffice.org/21492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15ugh, forgot to git add the test documentMichael Stahl
Change-Id: Ia10730e07de3bd86f54c7fc0ba5ae55f350ce149
2016-01-15oox: getEntryName() could throw a WrongStateExceptionMichael Stahl
let's guard against that. Change-Id: I970fb801a642592d9c23390572867f0e21f03132
2016-01-15oox: export Math objects to PPTX filesMichael Stahl
These hit the assert in lcl_StoreOwnAsOOXML now so better implement some export. Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7
2016-01-15tdf#73025: set absolute database index fixedOliver Specht
DB field 'Any record' should not move the ResultSet directly but needs to work on the selection if there is any Change-Id: Ie66cc66afa1118bfbc44fc29889e2b36ecd074ee Reviewed-on: https://gerrit.libreoffice.org/21491 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15svg export: fall back to crossfade for not supported transitionsMarco Cecchetti
If we do not support the requested transition type we fall back to crossfade transition. If we do not provide an alternative transition and we set the state of the animation node to 'invalid' the animation engine stops itself. Change-Id: Ie476dd579248e9d776e27797dca2ea867f3e5e54 Reviewed-on: https://gerrit.libreoffice.org/21490 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15tdf#64907: remember format selection in Insert/Reference dialog pageOliver Specht
Change-Id: If71a96d6d20a66114025c96fd83fb81e333d14b9 Reviewed-on: https://gerrit.libreoffice.org/21487 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-15framework: loplugin:defaultparamsMiklos Vajna
Change-Id: Ie1a5c11c7ae8c2288bba7e2ef228d85479d7808e
2016-01-15libreofficekit: log document paste argumentsMiklos Vajna
Change-Id: I0e7783cf73d2d4bfcd4f0c75ca3ad82336048b27
2016-01-15svg export: simultaneous move and zoom issue - fixedMarco Cecchetti
Simultaneaous move and zoom of shapes did not work properly. Fixed. Change-Id: I445733c5ad3734966f6f5c08a5e5c798852cf74e Reviewed-on: https://gerrit.libreoffice.org/21448 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15svg export: added support for anim:formula attributeMarco Cecchetti
Added support for formula attribute used from some effect such as spiral in. Better support for parsing value list. Change-Id: Ibf25482eba359acb279d9b212d7a829b3dc668b6 Reviewed-on: https://gerrit.libreoffice.org/21447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15writerfilter: coverity#1348470 missing breakMichael Stahl
Change-Id: I1cc56792e3684bd85ecbd5e0cf9c730a5f75beb5
2016-01-15svg export - group shape + indefinite duration - fixedMarco Cecchetti
Fixed two issues: - group shapes were not animated - when smil:dur=indefinite final state of shapes was not frozen Now when an audio or command node is hit a log message is printed informing that such a type of animation nodes are not implemented. Change-Id: I81853c982e6a2b68c3644b2ebc09e2d565d706af Reviewed-on: https://gerrit.libreoffice.org/21446 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2016-01-15loplugin:simplifyboolNoel Grandin
Change-Id: Ida569b2158ad1126409b568c6ee7b2d911738bfa
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
Change-Id: I77a6a46ca20cb41ed73050185fb2064a1bbf2009 Reviewed-on: https://gerrit.libreoffice.org/21485 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-15Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier
apparently in the past it was disabled because it did depend on glib, and maybe also size constraints, but neither apply anymore. Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6
2016-01-15editeng: coverity#1348472 unused value AddNonBrkSpaceMichael Stahl
Let's hope that shuts up coverity? Change-Id: I81f56ce9120c1d9328d5f04b1d1869c01402eca1
2016-01-15filter: coverity#1348471 uninitialized memberMichael Stahl
Change-Id: I2ea96fa368d7b5d326706c2575168e67e71903ce
2016-01-15vcl: coverity#1348469 identical branchesMichael Stahl
Change-Id: I49fb0826e5118d139fb2b86c60b74ef15a4b2cda
2016-01-15oox: coverity#1348468 copy-paste errorMichael Stahl
Change-Id: Ibea6944c4e61e9848aac936e399ed08192ec5812
2016-01-15filter: coverity#1348467 constant expression resultMichael Stahl
Change-Id: I51bd2919688e6ffc9c82aede1c67bcce0255f1cf
2016-01-15basic: coverity#1348466 checked returnMichael Stahl
Kind of unnecessary but let's hope it shuts up coverity. Change-Id: I4903c9df788ce5fb9648c5fd68627ff21362828f
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl
Change-Id: I1b0f6d67bd0db0796756fd920ab92303a7ee7d79
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl
... which has nasty dependencies. Change-Id: I84ba0302142ade6e15291b782453dbe3bac753dd
2016-01-15loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin
Change-Id: I3b2281dc713bff92eb3d80fddef04a8a39838aa8 Reviewed-on: https://gerrit.libreoffice.org/21484 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-15Bin some excessive vertical whitespaceTor Lillqvist
Change-Id: I1b3dac4cf6e04fb93cd9289b39419e556a387ee3
2016-01-15-Werror=unused-but-set-variableNoel Grandin
Change-Id: I18a3a72dce0d4bd42c11bd0836858125c13e02f4
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna
Change-Id: I787cd1760bca0bf7fbc3132579b569882ec25ae2
2016-01-15Implement the XDocumentEventBroadcaster interface in OReportDefinitionMaxim Monastirsky
On 5-0 branch this change fixed tdf#92203, but it's not needed on master, because of 22328a224df4619218b88205838307f70612207e. Still it's nice to have, as the XEventBroadcaster which OReportDefinition currently implements "should not be used anymore" according to IDL doc. Change-Id: I4101dac0078df7cb06f4d33da2a722cfbafb5608
2016-01-15-Werror=unused-but-set-variableNoel Grandin
Change-Id: I981e1b660dc94333935b3a451847198940e47e99
2016-01-15Related tdf#96059 Fix icons in File->New menuSusobhan Ghosh
Change-Id: Iecfa69ab9db76ce0390a06d9d9574f30469c131a Reviewed-on: https://gerrit.libreoffice.org/21483 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-01-15sw tiled rendering: it's pointless to send selection changes during search allMiklos Vajna
Change-Id: Iad3436c74d0ff95c84b5da870124b1e335241ca2
2016-01-15vcl: forgot to add the unit test file...Chris Sherlock
Change-Id: Ifd598baaad1c70d0f1b7bd776c94b08520e5dca4
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock
Rules for the vcl::Font class for setting character set and the symbol flag: If the characterset changes to anything other than RTL_TEXTENCODING_SYMBOL then the symbol flag should be off. If the characterset changes to RTL_TEXTENCODING_SYMBOL then the symbol flag should be on. If the symbol flag is set to false and the characterset is already RTL_TEXTENCODING_SYMBOL then set the characterset to RTL_TEXTENCODING_DONTKNOW and set the symbol flag to false. However, if we are setting the symbol flag from false to false (i.e. we know the characterset) then we can keep the characterset as it is. Unit test written in this commit to test this is working. Change-Id: Iced44659ab88ff66b711c560cb68bd4681ecb537
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock
Change-Id: Ic6d42ac5cc46d5091116dccc0c1317b9e2950415
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock
Change-Id: If2f297c9c4ee1dd4aff5d24ddd55fa4bb33073e0
2016-01-15loplugin:unusedmethods unused return value in include/xmloffNoel Grandin
Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
Change-Id: I3ccc98d2e042120093e2e8508518681588692393
2016-01-15loplugin:unusedmethods unused return value in rscNoel Grandin
Change-Id: I6301aed80083c21e26851817220de6e135eb4da7
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin
Change-Id: I63862c3ce32a1106b7de037f422e7e5480e8bfd6