drawdoc4.cxx (79aad27f) drawdoc4.cxx (70d3707a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 176 unchanged lines hidden (view full) ---

185 rISet.Put(XFillColorItem(String(), RGB_Color(COL_DEFAULT_SHAPE_FILLING)));
186
187 rISet.Put(XFillGradientItem(pPool,aNullGrad));
188 rISet.Put(XFillHatchItem(pPool,aNullHatch));
189 Size aNullSize( 32, 32 );
190 Color aNullColor( COL_WHITE );
191 Bitmap aNullBmp( aNullSize, 8 );
192 aNullBmp.Erase( aNullColor );
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 176 unchanged lines hidden (view full) ---

185 rISet.Put(XFillColorItem(String(), RGB_Color(COL_DEFAULT_SHAPE_FILLING)));
186
187 rISet.Put(XFillGradientItem(pPool,aNullGrad));
188 rISet.Put(XFillHatchItem(pPool,aNullHatch));
189 Size aNullSize( 32, 32 );
190 Color aNullColor( COL_WHITE );
191 Bitmap aNullBmp( aNullSize, 8 );
192 aNullBmp.Erase( aNullColor );
193 rISet.Put(XFillBitmapItem(pPool,aNullBmp));
193 rISet.Put(XFillBitmapItem(pPool, Graphic(aNullBmp)));
194
195 // Schattenattribute (Drawing Engine)
196 rISet.Put(SdrShadowItem(sal_False));
197 rISet.Put(SdrShadowColorItem(aNullStr, RGB_Color(COL_GRAY)));
198 rISet.Put(SdrShadowXDistItem(200)); // 3 mm Schattendistanz
199 rISet.Put(SdrShadowYDistItem(200));
200
201 Font aLatinFont, aCJKFont, aCTLFont;

--- 1307 unchanged lines hidden ---
194
195 // Schattenattribute (Drawing Engine)
196 rISet.Put(SdrShadowItem(sal_False));
197 rISet.Put(SdrShadowColorItem(aNullStr, RGB_Color(COL_GRAY)));
198 rISet.Put(SdrShadowXDistItem(200)); // 3 mm Schattendistanz
199 rISet.Put(SdrShadowYDistItem(200));
200
201 Font aLatinFont, aCJKFont, aCTLFont;

--- 1307 unchanged lines hidden ---