summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl1-0/+9
Set the UILocale to en but do that with a registrymodifications.xcu as setting it via configmgr requires a restart. Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4 (cherry picked from commit 32b6002d46682819d440243aff4dd53556e89754)
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+1
Change-Id: I3930420fe502978f8e14a688f2eb99c74d185f7b
2015-04-20java: remove some unused codeNoel Grandin2-28/+0
Change-Id: If1cdc67535b11d9309503b14ffad2aa3718661c6
2015-04-20java: some random small cleanupsNoel Grandin3-8/+1
Change-Id: I22a5b9fa29d465a21e682279e6e88d37bd8adf93
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen1-5/+12
Change-Id: I61f7eaaad92b2a7b543fbb8f16f5b695700e8073
2015-04-04Typo: creat->createJulien Nabet1-1/+1
Change-Id: I5e57e6d506504933096f4c8e371b0ddc93c04cbd
2015-03-30add some helpful log messagesBjoern Michaelsen1-0/+2
Change-Id: I58762fdd6efafbd4ec164f190d9aeadb9cb09f76
2015-03-25TyposJulien Nabet2-2/+2
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
2015-03-23TyposJulien Nabet1-2/+2
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
2015-03-03TyposJulien Nabet1-1/+1
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
2015-03-01Typo: ocured->occuredJulien Nabet2-2/+2
Change-Id: Ic99caa7fc5189228b95b1f776dbc8c7ee835242e
2015-02-26TyposJulien Nabet3-8/+8
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
2015-02-24TyposJulien Nabet1-1/+1
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
2015-02-21Typo: queriing->queryingJulien Nabet1-1/+1
Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet1-1/+1
Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542
2015-02-09Fix of a few typosAndrea Gelmini2-3/+3
Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519 Reviewed-on: https://gerrit.libreoffice.org/14373 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann1-7/+2
This reverts commit ed851f1316d34d1ecd60e75d04ed21b7bffdbf00, the underlying problem causing JunitTest_sc_unoapi's > checking: [sc.ScModelObj::com::sun::star::sheet::XDocumentAuditing] is iface: [com.sun.star.sheet.XDocumentAuditing] testcode: [ifc.sheet._XDocumentAuditing] > Shape Type: com.sun.star.drawing.LineShape > LOG> Execute: refreshArrows() > Shape Type: com.sun.star.drawing.LineShape > Shape Type: com.sun.star.drawing.LineShape > Method refreshArrows() finished with state OK to fail appears to be fixed meanwhile.
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2-3/+9
...avoid setting bad values from generic qadevOOo property set tests, and throw an IllegalArgumentException if bad values do get set. Found via -fsanitize=enum. The TODO about ScLkUpdMode vs. LinkUpdateModes mismatch looks worrying. Change-Id: Ibc01845e7e3179dc693fe8c59c1f1ffad5282420
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann3-24/+49
...must be in the range 0--2; avoid setting bad values from generic qadevOOo property set tests, and throw an IllegalArgumentException if bad values do get set. Change-Id: Ia4a97d0fac326b3ca2ce254946dc4d418e9dd5a7
2015-01-13java: inline some test propertiesNoel Grandin1-43/+2
Change-Id: I8be2ee13652ed7223e41765811db577ecc1c85d6
2015-01-13java: nothing is passing in a "ComplexIni" parameterNoel Grandin1-19/+3
Change-Id: Iae7530a52eda020f9074a6de0ef9e4b9779593f6
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin3-80/+0
Change-Id: Ic8dffc4ed757c74ce383b3dcf204d1c899a0c4f5
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin3-8/+9
so I can turn PopertyNames into an enum Change-Id: I939a83c0962813302a3653e75976147b2300cb18
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin3-21/+9
Change-Id: I3e465987ef3dd502faecaf3c5ce151013a5bf314
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin2-32/+22
Change-Id: I2e66a6acfd50b929d43ffdb3e468042875b6b23d
2015-01-12java: simplify command-line parameter parsing in ClParserNoel Grandin1-27/+22
Change-Id: I37790675619b2dde3fe303ba3adc527fc1dfdcf5
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin3-34/+0
Change-Id: I4bc4208a80a41a43f9a1145a2e674f37d1333424
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin128-1240/+295
- remove the SHORT_WAIT test parameter, no-one is using it - inline the various independent shortWait() methods - use the util.utils.shortWait() utility method everywhere Change-Id: I93cd4a2580172a1441d2ff3d390f52b9505e2721
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin86-171/+4
since all of it's methods and fields are static. Change-Id: Ia2b652969489c5a21e01a35cda65c6e84346aac0
2015-01-12java: no need to sleep quite so oftenNoel Grandin1-7/+7
Change-Id: I9746158dfdffafd138160c2491e57b269d04e22b
2015-01-09java: simplify array creationNoel Grandin1-9/+7
and remove the need to worry about keeping indexes correct Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-05java: unnecessary method overridesNoel Grandin18-171/+0
these methods did nothing but call their super implementation. found by CodePro Change-Id: Iba40d10ca1db0b4a3b4b971cacc2f299c4d5f389
2015-01-05java: simplify if statementNoel Grandin1-5/+1
found by CodePro Change-Id: I5f7e5b75b0345a1d917638e57a7d8ad60efb1475
2015-01-05java: unnecessary importsNoel Grandin1-2/+0
found by CodePro Change-Id: If1b75e43f81d70984422e437147048a491395b66
2015-01-05java: more efficient float parsingNoel Grandin4-5/+9
found by CodePro Change-Id: I01c18ddc842fd89105fa95daaa482fba8fcb7bec
2015-01-05java: avoid octal literalsNoel Grandin1-2/+2
found by CodePro Change-Id: Idf67521a46d73afe2f7656bb1a9f81e755eabbdb
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin1-2/+2
.. more obvious found by CodePro Change-Id: I60b05b01819a756a07d2358e3cfe8b0d7d4436a6
2015-01-05java: remove more dead codeNoel Grandin3-43/+44
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: static fields that should be instance fieldsNoel Grandin3-6/+6
found by FindBugs. Change-Id: I4f457cd8f6f28f0429fc50529c8d38d80b80c560
2015-01-05java: compare Strings using equals()Noel Grandin1-1/+1
not == Found by FindBugs. Change-Id: I74805f1187bd623433ad097dec1015a3cf5f45ac
2015-01-05java: these fields can become local variablesNoel Grandin1-8/+5
found by PMD Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
2015-01-05java: remove dead codeNoel Grandin2-53/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
2014-12-19java: unused importNoel Grandin1-1/+0
Change-Id: I5e753737a0dfd024da4ce076645a4ddc2e7550e0
2014-12-19java: static fields that should not be staticNoel Grandin10-44/+30
Found by FindBugs. Change-Id: I223841f7bb8c515c9612322abc0b13e134385abd
2014-12-19java: dead codeNoel Grandin1-52/+2
Change-Id: Ief2bf7d3e98186a2268b873c4c5f7114057bd10f
2014-12-19java: unused importsNoel Grandin2-2/+0
Change-Id: I7866959b9ea36c81003259cd387a001e9f34f26a
2014-12-19java: synching on an interned String object not goodNoel Grandin1-4/+1
Just remove this field altogether, it was not being used for anything other than synchronisation. Change-Id: I982385f9eb7aed3fff0adf85d2a37bfe003d937b
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
It is just being used as a Runnable Change-Id: I1e652ab0f3b0450d3a85384b9dd513419e2f8046