diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:13:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 15:13:20 +0000 |
commit | 483d6dd9c96a427023713912ad00536d70c1fbae (patch) | |
tree | 70c27305a08eedbbeb1943442ace568c700151e9 /offapi | |
parent | 0feed59ab852eb11689308b9694df91456741228 (diff) |
INTEGRATION: CWS pdfimport (1.6.184); FILE MERGED
2008/04/02 10:47:12 akhva 1.6.184.3: #i80285#
2008/03/31 13:59:14 thb 1.6.184.2: Reverting back to master branch (mostly) - adding ARGBColor only
2008/03/28 09:33:51 akhva 1.6.184.1: #i80285# ARGBColor problem bei pdfimport
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/makefile.mk | 79 |
1 files changed, 40 insertions, 39 deletions
diff --git a/offapi/com/sun/star/rendering/makefile.mk b/offapi/com/sun/star/rendering/makefile.mk index ca26b42116ac..8602a6ee9187 100644 --- a/offapi/com/sun/star/rendering/makefile.mk +++ b/offapi/com/sun/star/rendering/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2007-06-27 12:29:38 $ +# last change: $Author: kz $ $Date: 2008-04-04 16:13:20 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,74 +46,75 @@ PACKAGE=com$/sun$/star$/rendering # ------------------------------------------------------------------------ IDLFILES=\ - PanoseFamilyTypes.idl \ - PanoseSerifStyle.idl \ - PanoseWeight.idl \ - PanoseProportion.idl \ - PanoseContrast.idl \ - PanoseStrokeVariation.idl \ + AnimationAttributes.idl \ + AnimationRepeat.idl \ + BlendMode.idl \ + CanvasFactory.idl \ + Caret.idl \ + ColorProfile.idl \ + ColorSpaceType.idl \ + CompositeOperation.idl \ + EmphasisMark.idl \ + Endianness.idl \ + FillRule.idl \ + FloatingPointBitmapFormat.idl \ + FloatingPointBitmapLayout.idl \ + FontInfo.idl \ + FontMetrics.idl \ + FontRequest.idl \ + IntegerBitmapFormat.idl \ + IntegerBitmapLayout.idl \ + InterpolationMode.idl \ + Panose.idl \ PanoseArmStyle.idl \ + PanoseContrast.idl \ + PanoseFamilyTypes.idl \ PanoseLetterForm.idl \ PanoseMidline.idl \ + PanoseProportion.idl \ + PanoseSerifStyle.idl \ + PanoseStrokeVariation.idl \ + PanoseWeight.idl \ PanoseXHeight.idl \ - Panose.idl \ - AnimationAttributes.idl \ - AnimationRepeat.idl \ PathCapType.idl \ PathJoinType.idl \ - Caret.idl \ RenderState.idl \ RenderingIntent.idl \ - ColorProfile.idl \ - ColorSpaceType.idl \ - XColorSpace.idl \ RepaintResult.idl \ - CompositeOperation.idl \ StringContext.idl \ - EmphasisMark.idl \ StrokeAttributes.idl \ - Endianness.idl \ TextDirection.idl \ - FillRule.idl \ TextHit.idl \ - FloatingPointBitmapFormat.idl \ Texture.idl \ - FloatingPointBitmapLayout.idl \ TexturingMode.idl \ - XLinePolyPolygon2D.idl \ - FontInfo.idl \ ViewState.idl \ - XParametricPolyPolygon2D.idl \ VolatileContentDestroyedException.idl \ - XParametricPolyPolygon2DFactory.idl \ - FontMetrics.idl \ XAnimatedSprite.idl \ - XPolyPolygon2D.idl \ - FontRequest.idl \ XAnimation.idl \ - XSprite.idl \ - IntegerBitmapFormat.idl \ XBezierPolyPolygon2D.idl \ - XSpriteCanvas.idl \ - IntegerBitmapLayout.idl \ XBitmap.idl \ - XTextLayout.idl \ XBitmapCanvas.idl \ - XVolatileBitmap.idl \ - InterpolationMode.idl \ XBitmapPalette.idl \ XBufferController.idl \ XCachedPrimitive.idl \ - XGraphicDevice.idl \ XCanvas.idl \ - XSimpleCanvas.idl \ - XCustomSprite.idl \ XCanvasFont.idl \ + XColorSpace.idl \ + XCustomSprite.idl \ + XGraphicDevice.idl \ XHalfFloatBitmap.idl \ XIeeeDoubleBitmap.idl \ XIeeeFloatBitmap.idl \ XIntegerBitmap.idl \ - CanvasFactory.idl + XLinePolyPolygon2D.idl \ + XParametricPolyPolygon2D.idl \ + XParametricPolyPolygon2DFactory.idl \ + XPolyPolygon2D.idl \ + XSimpleCanvas.idl \ + XSprite.idl \ + XSpriteCanvas.idl \ + XTextLayout.idl \ + XVolatileBitmap.idl # ------------------------------------------------------------------ |