viewcontactofsdrcircobj.cxx (f6e50924) viewcontactofsdrcircobj.cxx (4bf7a51a)
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

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

48 }
49
50 drawinglayer::primitive2d::Primitive2DSequence ViewContactOfSdrCircObj::createViewIndependentPrimitive2DSequence() const
51 {
52 const SfxItemSet& rItemSet = GetCircObj().GetMergedItemSet();
53 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute(
54 drawinglayer::primitive2d::createNewSdrLineFillShadowTextAttribute(
55 rItemSet,
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

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

48 }
49
50 drawinglayer::primitive2d::Primitive2DSequence ViewContactOfSdrCircObj::createViewIndependentPrimitive2DSequence() const
51 {
52 const SfxItemSet& rItemSet = GetCircObj().GetMergedItemSet();
53 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute(
54 drawinglayer::primitive2d::createNewSdrLineFillShadowTextAttribute(
55 rItemSet,
56 GetCircObj().getText(0)));
56 GetCircObj().getText(0),
57 false));
57
58 // take unrotated snap rect (direct model data) for position and size
59 const Rectangle& rRectangle = GetCircObj().GetGeoRect();
60 const basegfx::B2DRange aObjectRange(
61 rRectangle.Left(), rRectangle.Top(),
62 rRectangle.Right(), rRectangle.Bottom());
63 const GeoStat& rGeoStat(GetCircObj().GetGeoStat());
64

--- 49 unchanged lines hidden ---
58
59 // take unrotated snap rect (direct model data) for position and size
60 const Rectangle& rRectangle = GetCircObj().GetGeoRect();
61 const basegfx::B2DRange aObjectRange(
62 rRectangle.Left(), rRectangle.Top(),
63 rRectangle.Right(), rRectangle.Bottom());
64 const GeoStat& rGeoStat(GetCircObj().GetGeoStat());
65

--- 49 unchanged lines hidden ---