Searched refs:getGraphicLogicSize (Results 1 – 2 of 2) sorted by relevance
81 const basegfx::B2DVector& getGraphicLogicSize() const { return maGraphicLogicSize; } in getGraphicLogicSize() function in drawinglayer::attribute::ImpSdrFillGraphicAttribute93 && getGraphicLogicSize() == rCandidate.getGraphicLogicSize() in operator ==()221 const basegfx::B2DVector& SdrFillGraphicAttribute::getGraphicLogicSize() const in getGraphicLogicSize() function in drawinglayer::attribute::SdrFillGraphicAttribute223 return mpSdrFillGraphicAttribute->getGraphicLogicSize(); in getGraphicLogicSize()294 aBitmapSize.setX(getGraphicLogicSize().getX()); in createFillGraphicAttribute()312 aBitmapSize.setY(getGraphicLogicSize().getY()); in createFillGraphicAttribute()
80 const basegfx::B2DVector& getGraphicLogicSize() const;
Completed in 6 milliseconds