summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Collapse)AuthorFilesLines
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
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-3/+3
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-23.csv files don't need executable bitsMichael Stahl34-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl38-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-16Removed unused qadevOOo BASIC test codeStephan Bergmann2224-108847/+0
2012-03-14make sdw smoketest document more usefulCaolán McNamara1-0/+0
2012-03-07qadevOOo: _XPropertySet.java: fix unrealistic expectations:Michael Stahl1-0/+4
We can't assume that when setting properties whose semantics we don't know to random values in an arbitrary order, a non-changing value indicates any kind of error. The only real error this test can detect is if setting a property crashes.
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-20removal of XInplaceLayout.java was reverted later...David Tardon1-0/+1
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.
2012-02-20_XInplaceLayout.java is goneDavid Tardon1-1/+0
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold2-0/+50
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold2-50/+0
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-02prevent hanging junit testsStephan Bergmann2-6/+2
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard4-6/+6
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-26switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard2-6/+6
2012-01-24Don't try to build inexisting fileFridrich Štrba2-2/+0
2012-01-24dead java code in qaThomas Arnhold3-190/+0
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-0/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar5-13/+13
2012-01-10list source files explicitlyDavid Tardon2-6/+1761
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard1-6/+8
2011-12-23Revert "gb_Jar_add_packagefiles only takes 2 args"David Tardon1-3/+1
This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f.
2011-12-23gb_Jar_add_packagefiles only takes 2 argsDavid Tardon1-1/+3
2011-12-08childs -> childrenMichael T. Whiteley4-16/+16
2011-12-08Less succes, more successStefan Knorr (astron)3-6/+6
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-05possible fix for fdo#43312Markus Mohrhard1-3/+5
did not test that yet, should be quite safe to avoid a null pointer exception but the selected area might need some change to allow tests to pass
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29add Amiri kashida exampleKhaled Hosny3-0/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann1-3/+2
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck6-8/+0
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan2-2/+2
2011-10-07convert qadevOOo to gbuildPeter Foley23-945/+150