summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)Author
2015-10-25coverity#1326137 Logically dead codeCaolán McNamara
Change-Id: Ib0dcae05793927ecca4e8031e66b6ca1bf4721f7
2015-10-25coverity#1326136 Logically dead codeCaolán McNamara
Change-Id: I17c0f7e22e63823c16ebcdc1db1e4f618aad22a1
2015-10-25coverity#1328719 SIC: Inner class could be made staticCaolán McNamara
Change-Id: I88188482af59bb94f1869a1ad4fb3c72c71789b7
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky
Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-22coverity#1326738 Dm: Dubious method usedCaolán McNamara
Change-Id: Ia266e5c1b66e35fdb4c6fdd5816f3b35d54ae1bd
2015-10-22These places apparently want to unbox a value boxed as an AnyStephan Bergmann
...same as 8fb3808f555ad5b5c66cb894f9402647ca9ba341 Change-Id: If21d6bbf5f88b8ca5ed5387d98b2dd9c74f0e32c
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-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-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-21cid#1327138 UrF: Unread fieldNoel Grandin
Change-Id: I3454f75c9662c76203dd7a2a5e74827bf6d9baf8
2015-10-21cid#1327137 UrF: Unread fieldNoel Grandin
Change-Id: I146730254b1b6398a7108648608bddea2e915536
2015-10-21cid#1327136 UrF: Unread fieldNoel Grandin
Change-Id: Id12e6d6eb0f372ee92c77754fe13cd391cf1bacb
2015-10-21cid#1327135 UrF: Unread fieldNoel Grandin
Change-Id: I21a03af98b60592fb5d11c57c69cf605b51ad273
2015-10-21cid#1327134 UrF: Unread fieldNoel Grandin
Change-Id: Ib6d801b11515259481d4235db9d7a39d5891a289
2015-10-21cid#1327133 UrF: Unread fieldNoel Grandin
Change-Id: Ie910cdc66c5f243f1ba5f4b855154277746a6195
2015-10-21cid#1327111 UrF: Unread fieldNoel Grandin
Change-Id: Id5f1fa62ea9fc40e6499ff3ee6c7a774f9220f02
2015-10-21cid#1327108 UrF: Unread fieldNoel Grandin
Change-Id: Ie8f3446ed71d7a4c0bb59f9a2882479a57080291
2015-10-21cid#1327107 UrF: Unread fieldNoel Grandin
Change-Id: Iae4439338f63a271e20a990b41241e8dc1a3e752
2015-10-21cid#1327096 UrF: Unread fieldNoel Grandin
Change-Id: Ibe4d0e53a167224cdfcd68328a57d920f3369880
2015-10-21In ValueChanger, don't accidentally modify oldValueStephan Bergmann
...so test code can later reliably check that a newly obtained value is different from oldValue. (Use copyStruct instead of new, in case the type of oldValue is derived from the type determined with instanceof.) Change-Id: I3bcf406e0ca06a710f5d43bd75c0e96ff68dbde4
2015-10-21Make ValueChanger work for UNO structsStephan Bergmann
...that always have a static UNOTYPEINFO field Change-Id: Ie70632c47e03897e79c3ddf7087e51c1e67cf086
2015-10-20coverity#1327109 UrF: Unread fieldCaolán McNamara
Change-Id: Iee847f2c82c35e5f92e8be29e1f2062085977dbc
2015-10-20coverity#1327110 UrF: Unread fieldCaolán McNamara
Change-Id: I6147a86cbe216830a693c24654cfaf2e63d4601e
2015-10-20coverity#1327112 UrF: Unread fieldCaolán McNamara
Change-Id: I96ee36baef6301ce98ee200b58cc9634d615cfa1
2015-10-20coverity#1327132 UrF: Unread fieldCaolán McNamara
Change-Id: Idda304f3085e09aeb300d336debd6459de1bf414
2015-10-20coverity#1326177 Explicit null dereferencedCaolán McNamara
Change-Id: I3981037c8383aff65c8b78eb4752c11ddeffc8fd
2015-10-20coverity#1327145 UrF: Unread fieldCaolán McNamara
Change-Id: Iab1f9fc1c33790cb6766f60db585653aa877386d
2015-10-20coverity#1327147 UrF: Unread fieldCaolán McNamara
Change-Id: I611eb419c4e67a6fc63791500fb9d5ccfe7f1488
2015-10-20coverity#1327149 UrF: Unread fieldCaolán McNamara
Change-Id: I444e27236b715b1eb612dee3559a28967e069744
2015-10-16cid#1327106 UrF: Unread fieldNoel Grandin
Change-Id: I02b97aa788caeb5bea9498fadc29b00890564d2f
2015-10-16cid#1327105 UrF: Unread fieldNoel Grandin
Change-Id: Id047ee357db72773057acd325d2c9ec02448d06c
2015-10-16cid#1327103 UrF: Unread fieldNoel Grandin
Change-Id: Ia1e77525c086059aca099828935d852c92ee208a
2015-10-16cid#1327102 UrF: Unread fieldNoel Grandin
Change-Id: I28b0c6315c8526c80eeede179dd71e37be3272ef
2015-10-16cid#1326341 Unguarded readNoel Grandin
Change-Id: Id49af9bc1c767126a365d85589fb4f2a99e5bcdd
2015-10-16cid#1326952 RV: Bad use of return valueNoel Grandin
Change-Id: I93794f661d28b982baf0dbba1ddc9b07d6ce81ff
2015-10-16cid#1327207 UwF: Unwritten fieldNoel Grandin
Change-Id: Ied3798a1643c0fa2ca86c9d76fef2dcc270f5b2d
2015-10-16cid#1327206 UwF: Unwritten fieldNoel Grandin
Change-Id: I631bff9271f4e82a656ba25365abfc3189676026
2015-10-16cid#1327204 UwF: Unwritten fieldNoel Grandin
Change-Id: I9606abbbf92c052a1265957cbb4e2d73070540c5
2015-10-16convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin
Change-Id: I5501f4f40024d3a47bb7007896e07c6252151cf6
2015-10-16convert "continue" flag to an enumNoel Grandin
Change-Id: I160de1152978f301c514d9107c9e9082bab3cf05
2015-10-16rename state to bSuccessful in AssuranceNoel Grandin
Change-Id: Ifc86275163a78dd1a61b207f3c6c55d9bf5902d7
2015-10-16rename test state 'PASSED' to 'COMPLETED'Noel Grandin
which is more accurate since 'PASSED' normally means 'successful', which is not the case here Change-Id: I8e9368a810e7be823655f69646fd15feb9f8f502
2015-10-16rename state to bSuccessfulNoel Grandin
Change-Id: Idc757217b84812fa55efbcfc004abd02d0a78dc3
2015-10-16convert runState to a proper enumNoel Grandin
Change-Id: I6f74e597fe9834b18023e73ee8b8bf50d10c82e2
2015-10-16cid#1327197 UwF: Unwritten fieldNoel Grandin
Change-Id: I06d167e1f6aebeb6629cbbc7fb90ffed8cec837d
2015-10-161327208 UwF: Unwritten fieldNoel Grandin
this class is doing nothing useful at all, just remove it Change-Id: I77f295f96758f8bf5e29fbdaca5eecc08cd5cf83
2015-10-16cid#1327209 UwF: Unwritten fieldNoel Grandin
Change-Id: Ieacb049d8de5211d50ceb8cd69954909cf3fd57f