summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)Author
2014-04-18Typo: s/shure/sureTor Lillqvist
Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb
2014-04-14typo: fileds -> fieldsThomas Arnhold
2014-04-14typo: curosr -> cursorThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: puposes -> purposesThomas Arnhold
2014-04-14typo: excption -> exceptionThomas Arnhold
2014-04-14typo: choise -> choiceThomas Arnhold
2014-04-14typo: usualy -> usuallyThomas Arnhold
2014-04-14typo: accesible -> accessibleThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-03-10qadevOOo: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I1efcc27818c8ec92db32151afc8f17bbf7fc1f40
2014-03-10Remove unused util.dbg.getImplIDStephan Bergmann
Change-Id: I2c662698146120924e8d3807547727d62155b024
2014-02-26Remove visual noise from qadevOOoAlexander Wilms
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124 Reviewed-on: https://gerrit.libreoffice.org/8291 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25Typo: folowing -> following + elemtens -> elementsJulien Nabet
Change-Id: Ice7ae2e82085ba5f0061ba1a960f693744e45e63
2014-02-25Typo: apropriate -> appropriateJulien Nabet
Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
2014-02-12Typo: "omited"/"ommitted"/"ommited" -> "omitted"Julien Nabet
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
2014-02-06Typo: realtion -> relationJulien Nabet
Change-Id: I2ec2d716eaff6c6dc03bf657e77daa8e4d57cb53
2014-02-06Typo: chek -> checkJulien Nabet
Change-Id: I979956276a9d2d76604576d8b92e8f48a9f46c74
2014-02-04*_AppDispatchProvider_get_implementation cannot bypass XInitializationStephan Bergmann
...as SfxAppDispatchProvider implements new-style service css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which looks broken, though) and old-style service css.frame.DispatchProvicer. (And fix the test code to pass in meaningful XInitialization arguments.) Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4
2014-02-03typo: ACSII -> ASCIIAndras Timar
Change-Id: I5c12ad690df99718dc1e5d1f25a3b62af3c6b355
2014-01-28Explicit null checkStephan Bergmann
Seen this cause JunitTest_sc_unoapi once with a NullPointerException, though I do not know whether ac can legitimately be null here. Change-Id: I1ca40dfca2d1a597842fba011a813be8154d8dd8
2014-01-20Remove unused XInitialization.args dataStephan Bergmann
...now that ModuleUIConfigurationManager no longer implements XInitialization since 72b5343bd16deec540d8cd148cd7aebd74e92c16 "fwk: Use constructor feature for ModuleUIConfigurationManager." Change-Id: I479c6c93e9982d80318e53b794bac99e949a5e46
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan
And avoid css::uno::XInitialization protocol.
2014-01-14Fix typoTakeshi Abe
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-12Minor qadevOOo improvementStephan Bergmann
Change-Id: Ibeefc8e9aad57c28722b62610231d14ebc8a7403
2013-12-04Improve test codeStephan Bergmann
Change-Id: I196a7f654bf8f061a4b050ea1fbe01fae9f450c2
2013-11-27Improve test outputStephan Bergmann
Change-Id: I33b289a31a9a4991eb270b3d154d999fa76c7bb4
2013-11-24Some Java String clean-upStephan Bergmann
Change-Id: I6728720a13f4b66edc6c5cd0b7a9bcb036e86ff2
2013-11-23rigth -> right (other occurences)Julien Nabet
Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87
2013-11-04Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with intermittend DisposedExceptions." Change-Id: I5244e8f8af9560ae986ed3a836bdf9571574420f
2013-11-01Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with intermittend DisposedExceptions." Change-Id: I64389b817d91a2bed8dfe1b8d92bafec42eba21a
2013-10-22Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with intermittend DisposedExceptions." Change-Id: I4b0ca00c04c2b1c8ffbfe4aaf926305ee9b51f30
2013-10-08Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with intermittend DisposedExceptions." Change-Id: I4d429a96b7b595776aaf3fa20e3e03b00ca886bc
2013-10-08Unused variable (AccessibilityTools is all static members)Stephan Bergmann
Change-Id: I5f3be57dea77cec1cfa3f48833758b0c2328350e
2013-10-07Also cope with intermittend DisposedExceptionsStephan Bergmann
...while waiting for the .uno:PrintPreview request to be processed, see 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments." (However, to avoid an endless loop in case DisposedExceptions are caused by a crash of soffice.bin, cap the loop at 10 sec.) Change-Id: I13518eea46deb68731604ef08461bad5bb5f7cdf
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-09-30junit: add 'r' to creating, and better exception descriptions.Michael Meeks
2013-09-30junit: make tests robust by compensating for intermittent sizing race.Michael Meeks
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez
Added the new InteropGrabBag property to the Shape service and modified the JUnit UNO unit tests for it. Added specific implementation in the svx module for the SvxShape class. This new property is intended by now for its usage on preserving OOX's Smart-Art but it could also be used for preserving other attributes for interoperability among document formats. Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42 Reviewed-on: https://gerrit.libreoffice.org/5769 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-08-28Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed and xRoot/oObj would still be null. Hopefully, it does not introduce infinite loops, though. Change-Id: Ie79e0b0a3185528ab4036ed7a33de81117c02c83
2013-08-23CharBrd 7: Border shadowZolnai Tamás
1, New character attribute - Add the three shadow members to font (width, color, location) 2, Painting - Extract the shadow painting to a local function and use that for character shadow (paintfrm.cxx) - Reduce the painting rectangle of background (shadow doesn't inherites the background of content) 3, Border merge - Use text portion join members to skip shadow when neccessary. 4, Vertical text - Get shadow space dependant from oritentation and border merge. 5, UNO API and ODF filter Paragraph: ParaShadowFormat -> Character: CharShadowFormat Change-Id: Ief4669990d238016c3ffc18a2609a3df7d9dddbf
2013-08-22What's it with all those *static* XSpreadsheetDocument instances?Stephan Bergmann
...appears to be completely unnecessary, and maybe this helps fix some obscure DispsedException failures in JunitTest_sc_unoapi (not ones resulting from a crashed soffice.bin, but "genuine" ones happening when chasing util.AccessibilityTools.getAccessibleObjectForRole). Change-Id: I127940e9a2a9784d01255307b60614d53c86436f
2013-08-21No (apparent?) need for xSheetDoc to be staticStephan Bergmann
Change-Id: Iea653925d383537f5f7f5ef9dd7559e7cb8730cf
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8