patternfillprimitive2d.cxx (ddde725d) | patternfillprimitive2d.cxx (e2bf1e9d) |
---|---|
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 --- 129 unchanged lines hidden (view full) --- 138 return (getMask() == rCompare.getMask() 139 && getChildren() == rCompare.getChildren() 140 && getReferenceRange() == rCompare.getReferenceRange()); 141 } 142 143 return false; 144 } 145 | 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 --- 129 unchanged lines hidden (view full) --- 138 return (getMask() == rCompare.getMask() 139 && getChildren() == rCompare.getChildren() 140 && getReferenceRange() == rCompare.getReferenceRange()); 141 } 142 143 return false; 144 } 145 |
146 basegfx::B2DRange PatternFillPrimitive2D::getB2DRange(const geometry::ViewInformation2D& rViewInformation) const | 146 basegfx::B2DRange PatternFillPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rViewInformation*/) const |
147 { 148 return getMask().getB2DRange(); 149 } 150 151 // provide unique ID 152 ImplPrimitrive2DIDBlock(PatternFillPrimitive2D, PRIMITIVE2D_ID_PATTERNFILLPRIMITIVE2D) 153 154 } // end of namespace primitive2d 155} // end of namespace drawinglayer 156 157////////////////////////////////////////////////////////////////////////////// 158// eof | 147 { 148 return getMask().getB2DRange(); 149 } 150 151 // provide unique ID 152 ImplPrimitrive2DIDBlock(PatternFillPrimitive2D, PRIMITIVE2D_ID_PATTERNFILLPRIMITIVE2D) 153 154 } // end of namespace primitive2d 155} // end of namespace drawinglayer 156 157////////////////////////////////////////////////////////////////////////////// 158// eof |