diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:24:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:24:09 +0000 |
commit | 0b6315818715db1ed04665f56f043e80b8361b25 (patch) | |
tree | f55e05c1e0d5fdb11abf4c139af6a445dee6bea8 /svx/qa/unoapi | |
parent | eba16bfe211512e1fc8399618174819c2d62f729 (diff) |
INTEGRATION: CWS impress4ea1 (1.2.100); FILE MERGED
2004/03/09 17:04:54 sw 1.2.100.1: #i23466#
Diffstat (limited to 'svx/qa/unoapi')
-rw-r--r-- | svx/qa/unoapi/knownissues.xcl | 19 | ||||
-rw-r--r-- | svx/qa/unoapi/makefile.mk | 6 | ||||
-rw-r--r-- | svx/qa/unoapi/svx.sce | 20 |
3 files changed, 17 insertions, 28 deletions
diff --git a/svx/qa/unoapi/knownissues.xcl b/svx/qa/unoapi/knownissues.xcl index b09ea15abfe5..5e69cc9fadcc 100644 --- a/svx/qa/unoapi/knownissues.xcl +++ b/svx/qa/unoapi/knownissues.xcl @@ -28,22 +28,11 @@ svx.SvxDrawPage::com::sun::star::drawing::XMasterPageTarget ### i23462 ### svx.SvxGraphicObject::com::sun::star::drawing::GraphicObjectShape -### i23466 ### -svx.SvxShapeCircle::com::sun::star::drawing::TextProperties -svx.SvxShapeConnector::com::sun::star::drawing::TextProperties -svx.SvxShapeDimensioning::com::sun::star::drawing::TextProperties -svx.SvxShapePolyPolygon::com::sun::star::drawing::TextProperties -svx.SvxShapePolyPolygonBezier::com::sun::star::drawing::TextProperties -svx.SvxShapeCircle::com::sun::star::beans::XPropertySet -svx.SvxShapeConnector::com::sun::star::beans::XPropertySet -svx.SvxShapeDimensioning::com::sun::star::beans::XPropertySet -svx.SvxShapePolyPolygon::com::sun::star::beans::XPropertySet -svx.SvxShapePolyPolygonBezier::com::sun::star::beans::XPropertySet - ### i23469 ### svx.SvxUnoNumberingRules::com::sun::star::container::XIndexReplace -### no bugid yet ### -svx.AccessiblePresentationShape::com::sun::star::accessibility::XAccessibleEventBroadcaster +### i26267 ### +svx.SvxShapeDimensioning::com::sun::star::drawing::ShadowProperties + +### 114898 ### svx.SvxGraphCtrlAccessibleContext::com::sun::star::accessibility::XAccessibleEventBroadcaster -svx.AccessiblePageShape::com::sun::star::accessibility::XAccessibleEventBroadcaster diff --git a/svx/qa/unoapi/makefile.mk b/svx/qa/unoapi/makefile.mk index cbeb24198627..0d47fc361485 100644 --- a/svx/qa/unoapi/makefile.mk +++ b/svx/qa/unoapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Date: 2004-01-05 17:24:46 $ +# last change: $Date: 2004-03-17 11:23:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,4 +66,4 @@ PRJNAME=svx TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -KeepDocument true -tdoc $(PWD)$/testdocuments + +$(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments diff --git a/svx/qa/unoapi/svx.sce b/svx/qa/unoapi/svx.sce index 9eab3f096a63..6507b648a2f3 100644 --- a/svx/qa/unoapi/svx.sce +++ b/svx/qa/unoapi/svx.sce @@ -1,19 +1,18 @@ +-o svx.SvxShapeDimensioning -o svx.SvxShapeControl -o svx.SvxGraphicObject --o svx.AccessibleEditableTextPara --o svx.AccessibleGraphicShape --o svx.AccessibleOLEShape --o svx.AccessiblePageShape --o svx.AccessiblePresentationGraphicShape --o svx.AccessiblePresentationOLEShape --o svx.AccessibleShape +#i26126#-o svx.AccessibleGraphicShape +#i26126#-o svx.AccessibleOLEShape +#i26126#-o svx.AccessiblePageShape +#i26126#-o svx.AccessiblePresentationGraphicShape +#i26126#-o svx.AccessiblePresentationOLEShape +#i26126#-o svx.AccessibleShape -o svx.GraphicExporter -o svx.SvxDrawPage -o svx.SvxShape -o svx.SvxShapeCircle -o svx.SvxShapeCollection -o svx.SvxShapeConnector --o svx.SvxShapeDimensioning -o svx.SvxShapeGroup -o svx.SvxShapePolyPolygon -o svx.SvxShapePolyPolygonBezier @@ -25,6 +24,7 @@ -o svx.SvxUnoTextField -o svx.SvxUnoTextRange -o svx.SvxUnoTextRangeEnumeration --o svx.AccessibleControlShape +#i26126#-o svx.AccessibleControlShape -o svx.SvxGraphCtrlAccessibleContext --o svx.AccessiblePresentationShape +#i26126#-o svx.AccessiblePresentationShape +-o svx.AccessibleEditableTextPara |