Lines Matching refs:getSize
82 const basegfx::B2DVector& getSize() const { return maSize; } in getSize() function in drawinglayer::attribute::ImpSdrFillGraphicAttribute
94 && getSize() == rCandidate.getSize() in operator ==()
226 const basegfx::B2DVector& SdrFillGraphicAttribute::getSize() const in getSize() function in drawinglayer::attribute::SdrFillGraphicAttribute
228 return mpSdrFillGraphicAttribute->getSize(); in getSize()
279 if(0.0 != getSize().getX()) in createFillGraphicAttribute()
281 if(getSize().getX() < 0.0) in createFillGraphicAttribute()
283 aBitmapSize.setX(aBitmapSize.getX() * (getSize().getX() * -0.01)); in createFillGraphicAttribute()
287 aBitmapSize.setX(getSize().getX()); in createFillGraphicAttribute()
297 if(0.0 != getSize().getY()) in createFillGraphicAttribute()
299 if(getSize().getY() < 0.0) in createFillGraphicAttribute()
301 aBitmapSize.setY(aBitmapSize.getY() * (getSize().getY() * -0.01)); in createFillGraphicAttribute()
305 aBitmapSize.setY(getSize().getY()); in createFillGraphicAttribute()