sdrfillgraphicattribute.hxx (035a2f44) sdrfillgraphicattribute.hxx (e7d68668)
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

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

51 {
52 private:
53 ImpSdrFillGraphicAttribute* mpSdrFillGraphicAttribute;
54
55 public:
56 /// constructors/assignmentoperator/destructor
57 SdrFillGraphicAttribute(
58 const Graphic& rFillGraphic,
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

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

51 {
52 private:
53 ImpSdrFillGraphicAttribute* mpSdrFillGraphicAttribute;
54
55 public:
56 /// constructors/assignmentoperator/destructor
57 SdrFillGraphicAttribute(
58 const Graphic& rFillGraphic,
59 const basegfx::B2DVector& rGraphicLogicSize,
59 const basegfx::B2DVector& rSize,
60 const basegfx::B2DVector& rOffset,
61 const basegfx::B2DVector& rOffsetPosition,
62 const basegfx::B2DVector& rRectPoint,
63 bool bTiling,
64 bool bStretch,
65 bool bLogSize);
66 SdrFillGraphicAttribute();

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

71 // checks if the incarnation is default constructed
72 bool isDefault() const;
73
74 // compare operator
75 bool operator==(const SdrFillGraphicAttribute& rCandidate) const;
76
77 // data read access
78 const Graphic& getFillGraphic() const;
60 const basegfx::B2DVector& rSize,
61 const basegfx::B2DVector& rOffset,
62 const basegfx::B2DVector& rOffsetPosition,
63 const basegfx::B2DVector& rRectPoint,
64 bool bTiling,
65 bool bStretch,
66 bool bLogSize);
67 SdrFillGraphicAttribute();

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

72 // checks if the incarnation is default constructed
73 bool isDefault() const;
74
75 // compare operator
76 bool operator==(const SdrFillGraphicAttribute& rCandidate) const;
77
78 // data read access
79 const Graphic& getFillGraphic() const;
80 const basegfx::B2DVector& getGraphicLogicSize() const;
79 const basegfx::B2DVector& getSize() const;
80 const basegfx::B2DVector& getOffset() const;
81 const basegfx::B2DVector& getOffsetPosition() const;
82 const basegfx::B2DVector& getRectPoint() const;
83 bool getTiling() const;
84 bool getStretch() const;
85 bool getLogSize() const;
86
87 // FillGraphicAttribute generator
88 FillGraphicAttribute createFillGraphicAttribute(const basegfx::B2DRange& rRange) const;
89 };
90 } // end of namespace attribute
91} // end of namespace drawinglayer
92
93//////////////////////////////////////////////////////////////////////////////
94
95#endif //INCLUDED_DRAWINGLAYER_ATTRIBUTE_SDRFILLGRAPHICATTRIBUTE_HXX
96
97// eof
81 const basegfx::B2DVector& getSize() const;
82 const basegfx::B2DVector& getOffset() const;
83 const basegfx::B2DVector& getOffsetPosition() const;
84 const basegfx::B2DVector& getRectPoint() const;
85 bool getTiling() const;
86 bool getStretch() const;
87 bool getLogSize() const;
88
89 // FillGraphicAttribute generator
90 FillGraphicAttribute createFillGraphicAttribute(const basegfx::B2DRange& rRange) const;
91 };
92 } // end of namespace attribute
93} // end of namespace drawinglayer
94
95//////////////////////////////////////////////////////////////////////////////
96
97#endif //INCLUDED_DRAWINGLAYER_ATTRIBUTE_SDRFILLGRAPHICATTRIBUTE_HXX
98
99// eof