summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-22coverity#1326397 Dereference null return valueCaolán McNamara
Change-Id: Iafb022cf3bbdbaa8a6b230cb60377d90e64fe142
2015-10-22coverity#1326173 Explicit null dereferencedCaolán McNamara
Change-Id: Icee3d9af9b9811e99afca49e2fe1b46fb4a85bca
2015-10-22coverity#1326381 Dereference null return valueCaolán McNamara
Change-Id: I86f5fee9bd77b741536816b6b4d1b6b520acba9e
2015-10-22coverity#441226 Dereference null return valueCaolán McNamara
Change-Id: Ib80e5f5d9e41c6511779e7a956cdba9b856c25ba
2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara
Change-Id: Ief4b5909d40ee3c3c86f60eeb980591a3e8b230e
2015-10-22tdf#93243 - replaced some boost::bind with C++11 lambdasSahas
Did half the file. Need comments before I finish the rest. Change-Id: Idbd98277e908dc568008925611ab1fd1fb778ab1 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-10-22Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxxMario J. Rugiero
Change-Id: I2455476a876012051ca1651721915243503fbb22 Reviewed-on: https://gerrit.libreoffice.org/19308 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-22gbuild: incremental builds with --enable-pch are unsoundMichael Stahl
The problem is that the precompiled headers' dependency files are not run through concat-deps, hence they directly refer to headers of external libraries' headers, which are not targets in the build system; therefore re-building an external library does not cause the dependent PCH to re-build and (at least with MSVC) the object files don't depend on headers included via PCH anyway, so we get the recent link failure in comphelper with MSVC, which wasn't rebuilt for icu's ABI change. To fix that just use concat-deps, which re-writes header dependencies to UnpackedTarball target dependencies. Change-Id: Ic7555822925aaa1ff09b29bb73801fb83923bfab
2015-10-22presenter console: add real 'Restart Timer' iconsandreas kainz
Replacing the placeholder ones. Change-Id: I4289cb9c57181d98bf9f92b194661c965d213d1c
2015-10-22Breeze Icons: add some 32px toolbar iconsandreas kainz
Change-Id: Ibc66c414813240b61491744166bfc6e0d898a54e Reviewed-on: https://gerrit.libreoffice.org/19521 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-10-22unit test for tdf#95226Eike Rathke
Change-Id: Ica252d3477e3a630777a59d64bfea7afb29351cd
2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna
Also, closeDoc() is called by tearDown(), so no need to call it manually at the end of tests. Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98
2015-10-22sc: implement vcl::ITiledRenderable::getWindow()Miklos Vajna
Change-Id: If50b4b5baea36e161675afd368fc54bdec01d9a5
2015-10-22sd: implement vcl::ITiledRenderable::getWindow()Miklos Vajna
Change-Id: I8bc7316d9304d9e764ee846fe3af34599bf6fc35
2015-10-22Why check that resValue != oldValueStephan Bergmann
...same as daa6fe4173ba9215a7044887dc28cc8ee4408985 Change-Id: I0ee61a2f40c234fcb496a70ad5ec913148119597
2015-10-22These places apparently want to unbox a value boxed as an AnyStephan Bergmann
...same as 8fb3808f555ad5b5c66cb894f9402647ca9ba341 Change-Id: If21d6bbf5f88b8ca5ed5387d98b2dd9c74f0e32c
2015-10-22Use same order in this switch, too, as aboveTor Lillqvist
Change-Id: Icbe775e59d66efbb994a73c00024f9f7750f9ef0
2015-10-22Satisfy std::hash<> specialization requirementsStephan Bergmann
Change-Id: I3a618bd02994437a1dbe048e43653056006e8d4b
2015-10-22Add a bit of explanatory commentTor Lillqvist
Also, sort the cases in the switch in numeric order for clarity. Change-Id: Ic32da29a78b3aeedf22ee5f646a0975e4cbcb9cc
2015-10-22crashtesting+ubsan: rhbz1013652-3.svg outside the representable value rangeCaolán McNamara
Change-Id: I1ddfd8f7ee779a87825345bf29feb14150713cbc
2015-10-22No need to check for non-null hereStephan Bergmann
...as null values are handled just fine by compare() Change-Id: Ifd17b96187ad3d13be99b107d3c3fa47e51b586e
2015-10-22gtktiledviewer: initial paste supportMiklos Vajna
Change-Id: I50b4dfa456d3518f5ef7faf5f634642973441a3e
2015-10-22LOK: add Document::paste()Miklos Vajna
Change-Id: I34998229e7f5cac4c62c859861783be3c161f9bf
2015-10-22vcl: add ITiledRenderable::getWindow() and implement in swMiklos Vajna
Change-Id: I9d0fad3904e74b44b0b126974ace4025f7a4fc5b
2015-10-22vcl: add Window::SetClipboard()Miklos Vajna
Change-Id: I385f64b7d5015c9a34f34a436b0ee2ce6b3a83d3
2015-10-22crashtesting+ubsan: rhbz1003919-1.svg left shift of negative numberCaolán McNamara
Change-Id: I6175b4b28af3257f5734685b8fa323f0b9078512
2015-10-22Fix the test for resValue != oldValueStephan Bergmann
When the property type is e.g. a UNO sequence or struct type, !equals would trivially be always true (as the UNO bridge creates fresh instances of such value types on the fly), masking failures where the tested code didn't change the property value at all. And one such masked failure was sw.CharacterStyle::com::sun::star::style::CharacterProperties in JunitTest_sw_unoapi_1 not changing any of the CharLeft/Right/Bottom/TopBorder properties, as SvxBorderLine::GuessLinesWidths (editeng/source/items/borderline.cxx) appears to only work properly if nStyle is DOUBLE, so work around that for now by explicitly setting that BorderLineStyle in the ValueChanger for BorderLine2. Change-Id: If9536822c5db04cbd01e6d760b5b63da04c4cf5b
2015-10-22Change TableColumnSeparator in a way that makes it successfully pass...Stephan Bergmann
...lcl_SetTableSeparators (sw/source/core/unocore/unotbl.cxx) when trying to change the TableColumnSeparators property of sw.SwXTextTable::com::sun::star::text::TextTable in JunitTest_sw_unoapi_4 Change-Id: I314e3f08eae0b1df6d5c60340e33f34477daf76e
2015-10-22Print content of arrays and UNO structsStephan Bergmann
Change-Id: Ib585408c26e14b83e896861c2793ff3229dba7d1
2015-10-22A "workaround to CodeWarrior's compiler bug" is probably not needed anymoreStephan Bergmann
Change-Id: I84cb3bb1e3fa42a7b96286f317aa0fb4e8ada8f3
2015-10-22crashtesting+ubsan: abi2079-1.html memcpy null source with 0 lenCaolán McNamara
Change-Id: I50b9df6a428bd2ddb57819a9da6f07df346e7e61
2015-10-22ubsan failure on bootstrapping crashtestingCaolán McNamara
Change-Id: Ie2b338bdd75f26953c758b64711e60b6f5ce9c83
2015-10-22Why check that resValue != oldValueStephan Bergmann
...if all we want to verify is that resValue == newValue (and it is the test code's responsibility to come up with a newValue != oldValue, but which might sometimes not be possible)? Change-Id: Ibfce322b50bb0074ca76c33ad0c83541a8d4dc41
2015-10-22Work around cid#1328486Stephan Bergmann
...claiming that "right shifting v by more than 15 bits always yields zero," apparently diagnosing an instanatiation of the template for T = unsigned short. Change-Id: I7c210ff17e4aef8f0e703cc30518f3420e67e7c1
2015-10-22com::sun::star->css in include/frameworkNoel Grandin
Change-Id: I60874ab8d3cc9adaea8757d6888e341accce2083 Reviewed-on: https://gerrit.libreoffice.org/19494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-22com::sun::star->css in include/formulaNoel Grandin
Change-Id: Ib217c24614d09817e4d7f8c545bd75345250a874 Reviewed-on: https://gerrit.libreoffice.org/19493 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-22com::sun::star->css in include/filterNoel Grandin
Change-Id: I05c314b6eb460cfcbaa7d13cae21360ce6824624 Reviewed-on: https://gerrit.libreoffice.org/19492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-22writerfilter: it's enough if dmapper gives the media descriptor to its implMiklos Vajna
Change-Id: Ia973799453d9ede60be3699ff8973e31605f06ef
2015-10-22sw: prefix members of SwUnoPropertyMapProviderMiklos Vajna
Change-Id: I8437c69ee35f766b2c35198f8b99ac2779251e05
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna
Change-Id: Iad3c970b263b8ee847cf6a7d2e05c5336cad9b26
2015-10-22sw: prefix members of SwVirtPageNumInfoMiklos Vajna
Change-Id: Iac98463066f4a21d70e82dfc5c85f061d5ae6603
2015-10-22sw: prefix members of SwXAutoStyleFamilyMiklos Vajna
Change-Id: Ic2865ff81a79b0d96b950b310723262959d080b5
2015-10-21chart series support hatches, tdf#94227Markus Mohrhard
Change-Id: Ib3a1ccda738091466d5e2866823f64b254ed5bab
2015-10-21make our pivot table export a bit betterMarkus Mohrhard
Change-Id: I62fe627eab0163715fc90d17a9b8992bc17682b9
2015-10-21Resolves: tdf#95226 fix broken IFERROR/IFNA array logicEike Rathke
Change-Id: I059248659f51746cfc1d06faeaadaf3d645c03d3
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl
Change-Id: I5c011939ec492e0ae2cf136554b8b1f42e1253e9
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: If476381b05b046443facc9dd220d273133bda651
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl
Change-Id: Ic31f92dba347017c4e25f210728d63a4048c5a25
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I12b440e445cb94c27a33e52646157b04add6b26a
2015-10-21afl-eventtesting: crash if you close shell behind running presentationCaolán McNamara
Change-Id: Ib8f02ddfe3b74e97145e22aa88e6f97d52c39f7a