Kaydet (Commit) 7ad8d551 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED

2005/04/01 16:25:55 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace
üst 54fa7f86
......@@ -2,9 +2,9 @@
*
* $RCSfile: RealRectangle2D.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:21:44 $
* last change: $Author: obo $ $Date: 2005-04-18 09:32:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -66,7 +66,7 @@ module com { module sun { module star { module geometry {
/* Removed, because XCanvas is private API until further notice.
The values are stored as reals. Please note that the
<type>drafts.com.sun.star.rendering.XCanvas</type> defines the
<type>com.sun.star.rendering.XCanvas</type> defines the
screen representation of rectangles in such a way that the lower
and the rightmost line of the rectangle are not drawn on
screen. Thus, if for two rectangles R1 and R2, R1.x2 equals R2.x1,
......@@ -79,7 +79,7 @@ module com { module sun { module star { module geometry {
/** This structure contains the necessary information for a
two-dimensional rectangle.<p>
@since #110496#
@since OOo 2.0.0
*/
struct RealRectangle2D
{
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: RealSize2D.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:21:58 $
* last change: $Author: obo $ $Date: 2005-04-18 09:33:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -67,7 +67,7 @@ module com { module sun { module star { module geometry {
The data is stored real-valued.<p>
@since #110496#
@since OOo 2.0.0
*/
struct RealSize2D
{
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: XMapping2D.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:22:15 $
* last change: $Author: obo $ $Date: 2005-04-18 09:33:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -82,7 +82,7 @@ module com { module sun { module star { module geometry {
pair of real numbers there must be another pair that is mapped
upon them.<p>
@since #110496#
@since OOo 2.0.0
*/
interface XMapping2D : ::com::sun::star::uno::XInterface
{
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: AnimationAttributes.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:22:39 $
* last change: $Author: obo $ $Date: 2005-04-18 09:33:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -69,7 +69,7 @@ module com { module sun { module star { module rendering {
/** This structure contains attributes needed to run an animation.
@since #110496#
@since OOo 2.0.0
*/
struct AnimationAttributes
{
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: AnimationRepeat.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:22:51 $
* last change: $Author: obo $ $Date: 2005-04-18 09:34:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -69,7 +69,7 @@ module com { module sun { module star { module rendering {
animation is driven through, thus defining the possible repeat
modes.<p>
@since #110496#
@since OOo 2.0.0
*/
constants AnimationRepeat
{
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: CanvasFactory.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2005-03-10 12:23:01 $
* last change: $Author: obo $ $Date: 2005-04-18 09:34:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -59,8 +59,8 @@
*
************************************************************************/
#if ! defined INCLUDED_drafts_com_sun_star_rendering_CanvasFactory_idl
#define INCLUDED_drafts_com_sun_star_rendering_CanvasFactory_idl
#if ! defined INCLUDED_com_sun_star_rendering_CanvasFactory_idl
#define INCLUDED_com_sun_star_rendering_CanvasFactory_idl
#include <com/sun/star/lang/XMultiComponentFactory.idl>
......@@ -83,7 +83,7 @@ module com { module sun { module star { module rendering {
a service name to try first.
</p>
@since #110496#
@since OOo 2.0.0
*/
service CanvasFactory : com::sun::star::lang::XMultiComponentFactory;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment