Lines Matching refs:getLocalObjectRange
47 if(!getLocalObjectRange().isEmpty() && !getBitmapEx().IsEmpty()) in create2DDecomposition()
59 aObjectTransform.set(0, 0, getLocalObjectRange().getWidth()); in create2DDecomposition()
60 aObjectTransform.set(1, 1, getLocalObjectRange().getHeight()); in create2DDecomposition()
61 aObjectTransform.set(0, 2, getLocalObjectRange().getMinX()); in create2DDecomposition()
62 aObjectTransform.set(1, 2, getLocalObjectRange().getMinY()); in create2DDecomposition()
80 basegfx::B2DPoint aTargetTopLeft(getLocalObjectRange().getMinimum()); in create2DDecomposition()
103 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
109 aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX()); in create2DDecomposition()
114 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
120 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
126 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
127 aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX()); in create2DDecomposition()
133 aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition()
138 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
140 aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition()
145 aTargetTopLeft = getLocalObjectRange().getMaximum() - aLogicSize; in create2DDecomposition()
170 bNeedsClipping = !getLocalObjectRange().isInside(aTargetRange); in create2DDecomposition()
177 … aLogicSize.getX() / (getLocalObjectRange().getWidth() ? getLocalObjectRange().getWidth() : 1.0), in create2DDecomposition()
178 …aLogicSize.getY() / (getLocalObjectRange().getHeight() ? getLocalObjectRange().getHeight() : 1.0)); in create2DDecomposition()
196 getLocalObjectRange().getRange(), in create2DDecomposition()
197 getLocalObjectRange().getMinimum())); in create2DDecomposition()
214 basegfx::tools::createPolygonFromRect(getLocalObjectRange())); in create2DDecomposition()
245 return (getLocalObjectRange() == rCompare.getLocalObjectRange() in operator ==()
255 return getLocalObjectRange(); in getB2DRange()