1/************************************************************************* 2 * 3 * OpenOffice.org - a multi-platform office productivity suite 4 * 5 * $RCSfile: UnifiedTransparencePrimitive2D.cxx,v $ 6 * 7 * $Revision: 1.5 $ 8 * 9 * last change: $Author: aw $ $Date: 2008-05-27 14:11:20 $ 10 * 11 * The Contents of this file are made available subject to 12 * the terms of GNU Lesser General Public License Version 2.1. 13 * 14 * 15 * GNU Lesser General Public License Version 2.1 16 * ============================================= 17 * Copyright 2005 by Sun Microsystems, Inc. 18 * 901 San Antonio Road, Palo Alto, CA 94303, USA 19 * 20 * This library is free software; you can redistribute it and/or 21 * modify it under the terms of the GNU Lesser General Public 22 * License version 2.1, as published by the Free Software Foundation. 23 * 24 * This library is distributed in the hope that it will be useful, 25 * but WITHOUT ANY WARRANTY; without even the implied warranty of 26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 27 * Lesser General Public License for more details. 28 * 29 * You should have received a copy of the GNU Lesser General Public 30 * License along with this library; if not, write to the Free Software 31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 32 * MA 02111-1307 USA 33 * 34 ************************************************************************/
| 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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/
|
35 36// MARKER(update_precomp.py): autogen include statement, do not remove 37#include "precompiled_drawinglayer.hxx" 38 39#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> 40#include <basegfx/polygon/b2dpolygon.hxx> 41#include <basegfx/polygon/b2dpolygontools.hxx> 42#include <basegfx/color/bcolor.hxx>
--- 94 unchanged lines hidden --- | 21 22// MARKER(update_precomp.py): autogen include statement, do not remove 23#include "precompiled_drawinglayer.hxx" 24 25#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> 26#include <basegfx/polygon/b2dpolygon.hxx> 27#include <basegfx/polygon/b2dpolygontools.hxx> 28#include <basegfx/color/bcolor.hxx>
--- 94 unchanged lines hidden --- |