strokeattribute.hxx (cdf0e10c) | strokeattribute.hxx (090f0eb8) |
---|---|
1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 14 unchanged lines hidden (view full) --- 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef INCLUDED_DRAWINGLAYER_ATTRIBUTE_STROKEATTRIBUTE_HXX 29#define INCLUDED_DRAWINGLAYER_ATTRIBUTE_STROKEATTRIBUTE_HXX 30 | 1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 14 unchanged lines hidden (view full) --- 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef INCLUDED_DRAWINGLAYER_ATTRIBUTE_STROKEATTRIBUTE_HXX 29#define INCLUDED_DRAWINGLAYER_ATTRIBUTE_STROKEATTRIBUTE_HXX 30 |
31#include <sal/types.h> | 31#include <drawinglayer/drawinglayerdllapi.h> |
32#include <vector> 33 34////////////////////////////////////////////////////////////////////////////// 35// predefines 36 37namespace drawinglayer { namespace attribute { 38 class ImpStrokeAttribute; 39}} 40 41////////////////////////////////////////////////////////////////////////////// 42 43namespace drawinglayer 44{ 45 namespace attribute 46 { | 32#include <vector> 33 34////////////////////////////////////////////////////////////////////////////// 35// predefines 36 37namespace drawinglayer { namespace attribute { 38 class ImpStrokeAttribute; 39}} 40 41////////////////////////////////////////////////////////////////////////////// 42 43namespace drawinglayer 44{ 45 namespace attribute 46 { |
47 class StrokeAttribute | 47 class DRAWINGLAYER_DLLPUBLIC StrokeAttribute |
48 { 49 private: 50 ImpStrokeAttribute* mpStrokeAttribute; 51 52 public: 53 /// constructors/assignmentoperator/destructor 54 StrokeAttribute( 55 const ::std::vector< double >& rDotDashArray, --- 24 unchanged lines hidden --- | 48 { 49 private: 50 ImpStrokeAttribute* mpStrokeAttribute; 51 52 public: 53 /// constructors/assignmentoperator/destructor 54 StrokeAttribute( 55 const ::std::vector< double >& rDotDashArray, --- 24 unchanged lines hidden --- |