summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)AuthorFilesLines
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-5/+0
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl10-105/+87
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-15improve junit test failure messages around CLSID.Michael Meeks1-4/+4
2012-11-14Clean up removal of binfilter tests from smoketestStephan Bergmann4-0/+0
Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533
2012-11-12add native XTextSearch / cppunit test framework.Michael Meeks3-184/+0
ported from the broken java ver. adds a native ICU regex sanity test.
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-8/+8
Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
2012-10-15fdo#55997: Work around slight offset causing sc_unoapi failureStephan Bergmann1-2/+7
...in sc.ScModelObj::com::sun::star::sheet::XDcoumentAuditing, where a call to setFormula causes an arrow's getPosition to change Y coordinate by one. This workaround should be removed again when there is a fix for the root cause. Change-Id: If58f6c0cdc692ce2a8da35aa4d35baefa15663a5
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza33-788/+22
More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann5-5/+5
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-05remove some obsolete boilerplate Test.javaMichael Stahl1-41/+0
Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
2012-09-05Java cleanup, make package name match folder nameNoel Grandin2-2/+2
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
2012-09-05Make it easier to use IDE with JavaNoel Grandin46-42/+34
Java IDE's get upset if the package does not match the path, so move some files to make them match. Change-Id: Ia6a1f3dc572cc1d30492491de9cf1462f2887e6f
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin56-84/+82
Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695
2012-08-28Java cleanup - remove unused importsNoel Grandin95-147/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin118-148/+107
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-20Java update - remove dead codeNoel Grandin7-33/+2
Change-Id: Ieafe29dd9e23bb40a2a80bd231c21e30faa9a40e
2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin17-35/+32
Change-Id: Ib6f3af37906583af376687962b758d348431585f
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin47-106/+97
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin76-216/+164
Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587
2012-08-17gbuild: register all jarsMichael Stahl3-15/+15
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2-2/+2
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet6-8/+8
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-07-18re-base on ALv2 code. Includes:Michael Meeks50-66/+827
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-2/+2
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-06-29fix various (javac 1.7.0) warning: unreachable catch clauseMichael Stahl4-33/+0
Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d
2012-06-29Java5 updates - update code to use genericsNoel Grandin16-10/+21
This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-29Java cleanup - remove unused local variablesNoel Grandin166-640/+235
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-29Java - remove dead equals() methodsNoel Grandin6-23/+5
Change-Id: Ib687f314272f6a8f0d6c609a1fd06e4061fd0f39
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin432-1191/+932
Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e
2012-06-29Java5 update - usage generics where possibleNoel Grandin655-3349/+2414
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-29Java5 update - Convert Hashtable to HashMapNoel Grandin18-87/+98
Change-Id: Ibb568e841ff574d5232429ce0ba99e421ed7f05c
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin30-171/+177
Change-Id: I630b22da7fbfd2a1c821420d045146e5042c5c28
2012-06-29re-base on ALv2 code.Michael Meeks144-3321/+2024
2012-06-26re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-22.cfg files don't need executable bitsMichael Stahl1-0/+0
Change-Id: If17439ae83eb063a7ab054c3701e23dd48f1edd1
2012-06-22re-base on ALv2 code.Michael Meeks8-184/+112
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks88-2042/+1250
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks1325-30993/+19289
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-20Convert date/calendar code to avoid deprecation warningsNoel Grandin1-6/+11
Change-Id: Ib9a3e9620064aaea3d51f432b523861656363f7e Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-20Fix some deprecation warningsNoel Grandin4-8/+13
Change-Id: I60a02dea64a5f6fd34c2de86e60bdfb9171b3ea0 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-19typo: paramters, paramaters -> parametersAndras Timar3-4/+4
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-05-31make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wideCaolán McNamara1-2/+2
related, i#87757 and 8bafe38c569afa2e1055eb647cb7ff161ddd1230 which itself is related to ce14342c4292628a641a72d4f63d9c048e030c6a, These character bounds are backed by what's the glyph bounding box for the ink used for the glyph. Whitespace has no ink so its an empty Rectangle. Which brings the awesome RECT_EMPTY into play. It might be a bit dubious in the first place to back getCharacterBounds with the glyph bounding box in the first place, rather than maybe the advance width or some such. But lets assume that decision was intentional. So, the qa test should accept that a glyph might be of 0 width anyway. Then, tweak rectangle merging so that we can preserve the correct top-left position of an empty glyph So, we can determine the correct character index given the top-left position of an empty glyph Change-Id: I5e18460ff7cd90cd27d5eede2aa0a5494c36a5d3
2012-05-31Fix one more test that implicitly assumes more than one Calc sheetStephan Bergmann1-0/+3
...in the vein of e43966b29cc36ce36245cfb2c63c3e24a0eb523f "Fix up unit tests that assumed two or more sheets per default" Change-Id: I450f561721edeaa6855499d20c2196ceb8d2f546
2012-05-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)9-3/+17
2012-05-30qadevOOo: _XAccessibleText._getTextBeforeIndex:Michael Stahl1-2/+5
Do not check length of first word for AccessibleStatusBarItem, which now contains "Words: 0" since ce14342c4292628a641a72d4f63d9c048e030c6a, but the test stupidly assumes that its text does not contain a space.
2012-05-29Improved error reportingStephan Bergmann2-17/+3
Change-Id: Ib852987c2040d47cd3de08c6aebc649a068378d6
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida1-1/+1
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold3-51/+0
This is related to 10e580c57b907420e8c6d816325445a40a720e4a