c4008ef546
re-base on ALv2 code. Includes:
...
tkr41: #117828# office crash fixed . (null pointer) + add unit test
Patch contributed by Tobias Krause
http://svn.apache.org/viewvc?view=revision&revision=1172105
Do not add targets for junit tests when junit is disabled.
Patch contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1241508
remove the OutDev::GetKernPair* stubs completely
Patch contributed by Herbert Duerr
http://svn.apache.org/viewvc?view=revision&revision=1179221
reverting un-necessary OS/2 conditionals.
2012-10-03 16:56:06 +01:00
b6db3e3acc
re-base on ALv2 code.
...
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
8bafe38c56
i#87757: do not create empty Rectangle bounding box for glyphs:
...
Enforce a minimum width and height of 1 in GlyphMetric::SetSize(),
preventing X11SalGraphics::GetGlyphBoundRect() from returning a
Rectangle that has one side set as RECT_EMPTY.
This problem has surfaced due to the change of the status bar in
ce14342c4292628a641a72d4f63d9c048e030c6a, causing the
AccessibleStatusBarItem to fail in getCharacterBounds() because
the text of the control, "Words: 0", now contains a space, for which an
empty Rectangle bounding box is created, which results in a wrong
return value from getCharacterBounds():
LOG> Character bounds outside component
LOG> Character rect: 43, -566, 0, 0
LOG> Component rect: 91, 2, 71, 18
It turns out that the following test was disabled due to this problem,
so re-enable it now:
toolkit.AccessibleFixedText::com::sun:⭐ :accessibility::XAccessibleText
2012-05-30 09:02:31 +02:00
7838d6749e
fdo#35690: reenable toolkit.AccessibleStatusBarItem as it appears stable
2011-05-23 11:28:41 +02:00
67410a9bab
fdo#35690: disabling toolkit.AccessibleStatusBarItem as it crashes now
2011-05-19 01:39:59 +02:00
47514b528e
fd#35772: toolkit.Toolkit::css::awt::XMessageBoxFactory fails on headless
2011-03-29 21:06:00 +02:00
50be8f4083
cleanup of unoapi test
2011-03-27 16:54:11 +02:00
cce205cf21
fd#35666: disable toolkit.UnoControlDialogModel::css::io::XPersistObject
2011-03-25 16:16:34 +01:00
6c4a630826
CWS-TOOLING: integrate CWS impress195
2011-02-28 17:12:48 +01:00
1d01bcd095
DEV300 masterfix: #i116814,i116838#: re-enable test (XCloneable)
2011-02-10 15:20:01 +01:00
7c3026b4aa
gnumake3: toolkit: disable unoapi test UnoControlDialogModel
2011-02-04 19:02:26 +01:00
153a326981
gnumake3: remove dmake files for tests in converted modules
2011-02-01 19:21:09 +01:00
5ede660954
CWS gnumake3: resync to m98
2011-01-25 18:35:57 +01:00
b8fce145c2
gnumake3: more work on junit subsequenttest migration
2011-01-11 21:16:21 +01:00
c860f78ed1
sb135: recreated tests that had erroneously been deleted by CWS gnumake2
2011-01-05 10:15:25 +01:00
cc331daf67
sb135: merged in DEV300_m96
2011-01-03 13:09:08 +01:00
79e0338682
sb135: #i116041# make sure MutableTreeDataModel is disposed, to avoid leaks
2010-12-10 13:36:55 +01:00
c8e2c920be
gnumake2: removing old dmake file in migrated modules
2010-11-19 21:45:41 +01:00
ed31d7faf7
sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun: ⭐ :accessibility::XAccessibleContext for now
2010-09-22 15:01:04 +02:00
6fc2d732d5
sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun: ⭐ :accessibility::XAccessibleAction for now
2010-09-21 09:31:58 +02:00
3512bca672
sb123: #i114213# disabled toolkit.AccessibleMenu::com::sun: ⭐ :accessibility::XAccessibleSelection for now
2010-08-30 16:47:36 +02:00
ef1bf74c27
sb123: #i113489# disabled failing toolkit.AccessibleMenu... tests for now
2010-07-28 10:16:35 +02:00
0c9940e620
pl07: #i111047# workaround modal behavior of mac native menus
2010-07-26 13:13:40 +02:00
089d8fb865
pl07: #i111076# catch a dragsource being destroyed after its frame
2010-07-23 17:19:53 +02:00
b57975f75a
sb120: #i111225# disabled failing tests for now
2010-04-28 14:59:56 +02:00
fa41826eb2
sb120: #i111195# disabled failing tests for now
2010-04-27 15:51:19 +02:00
da1eb68aa8
sb120: #i111159# made XMessageBoxFactory test code more robust
2010-04-26 15:35:49 +02:00
04ccf52428
sb120: #i111159# disabled failing tests for now
2010-04-26 14:04:39 +02:00
8ac46a7ad1
sb120: #i111113# disabled failing tests for now
2010-04-23 16:46:44 +02:00
a01ff5eee5
sb120: #i111076# disabled failing test for now
2010-04-22 14:38:59 +02:00
a3a66f45d1
sb120: #i111047# disabled failing tests for now
2010-04-21 16:26:28 +02:00
e1e8b8334a
sb118: #i109643# further test disabled
2010-03-03 15:44:53 +01:00
e6694e6614
sb118: #i109643# disable tests that fail when run in parallel with other applications
2010-02-26 17:02:40 +01:00
3ce790b86e
sb118: #i80788# second part of fix for Toolkit test
2010-02-24 15:32:39 +01:00
34cee89411
sb118: adapted remaining */qa/unoapi tests to new framework
2010-02-16 11:53:58 +01:00
534ca0c59c
CWS-TOOLING: integrate CWS cwscheckapi5_DEV300
2008-12-11 08:26:21 +00:00
58a6870ff3
INTEGRATION: CWS qadev32 (1.4.6); FILE MERGED
...
2008/05/05 10:51:57 cn 1.4.6.2: #i87216# update lists
2008/04/16 18:03:19 cn 1.4.6.1: #i87216# update lists
2008-06-13 11:01:25 +00:00
46e7ecc66d
INTEGRATION: CWS qadev32 (1.5.6); FILE MERGED
...
2008/06/04 12:37:48 cn 1.5.6.4: #i87216# add issue
2008/05/13 20:10:01 cn 1.5.6.3: #i87389# update lists
2008/05/05 10:51:51 cn 1.5.6.2: #i87216# update lists
2008/04/16 18:03:19 cn 1.5.6.1: #i87216# update lists
2008-06-13 11:00:59 +00:00
2a45e2e6c3
INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED
...
2008/03/28 15:40:12 rt 1.5.88.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:13:18 +00:00
b5dd1d1db3
INTEGRATION: CWS unoapi3 (1.3.48); FILE MERGED
...
2008/02/28 20:32:01 cn 1.3.48.1: #i84995 update lists with issues
2008-03-18 15:25:36 +00:00
89c9f5e4c5
INTEGRATION: CWS unoapi3 (1.4.48); FILE MERGED
...
2008/03/07 13:17:40 cn 1.4.48.3: #i84995 update issues
2008/03/04 14:45:29 cn 1.4.48.2: #i84995 update lists with issues
2008/02/28 20:32:01 cn 1.4.48.1: #i84995 update lists with issues
2008-03-18 15:25:23 +00:00
d595547fa6
INTEGRATION: CWS unoapi1 (1.2.440); FILE MERGED
...
2007/10/15 15:04:34 cn 1.2.440.3: #i79479# update Lists
2007/10/15 09:27:54 cn 1.2.440.2: #i79479# update Lists
2007/08/24 15:17:25 cn 1.2.440.1: #i79479# updateLists
2007-10-23 08:38:02 +00:00
ff480f8c4e
INTEGRATION: CWS unoapi1 (1.3.428); FILE MERGED
...
2007/10/15 15:04:34 cn 1.3.428.3: #i79479# update Lists
2007/10/15 09:27:54 cn 1.3.428.2: #i79479# update Lists
2007/08/24 15:17:25 cn 1.3.428.1: #i79479# updateLists
2007-10-23 08:37:48 +00:00
50f6d7ac51
INTEGRATION: CWS complextest1 (1.4.44); FILE MERGED
...
2007/06/28 16:13:36 cn 1.4.44.1: #i78349# fix bug in makefile
2007-07-24 12:04:58 +00:00
928dcebeed
INTEGRATION: CWS ause069 (1.3.148); FILE MERGED
...
2006/11/24 14:42:42 hjs 1.3.148.1: #i70359# remove forced shell calls
2007-01-25 12:17:46 +00:00
2c8cdfd989
INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED
...
2005/09/05 16:57:52 rt 1.2.198.1: #i54170# Change license header: remove SISSL
2005-09-09 12:00:53 +00:00
07a1940f10
INTEGRATION: CWS tbe9 (1.2.2); FILE MERGED
...
2004/01/21 16:44:17 sw 1.2.2.1: #111623#
2004-02-04 10:32:04 +00:00
0784db7770
INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED
...
2003/12/19 12:36:11 sw 1.1.2.1: #114449#
2004-01-05 16:08:28 +00:00
25496438a1
INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED
...
2003/12/19 12:35:20 sw 1.1.2.1: #114449#
2004-01-05 16:07:54 +00:00
7cacc879ad
INTEGRATION: CWS qadev15 (1.1.2); FILE ADDED
...
2003/12/19 12:34:32 sw 1.1.2.1: #114449#
2004-01-05 16:07:23 +00:00