Searched refs:getContentHeight (Results 1 – 2 of 2) sorted by relevance
46 && basegfx::fTools::more(getContentHeight(), 0.0)) in create2DDecomposition()58 … const basegfx::B2DRange aAllowedContentRange(0.0, 0.0, getContentWidth(), getContentHeight()); in create2DDecomposition()78 const double fScaleY(aScale.getY() / getContentHeight()); in create2DDecomposition()85 const double fSpaceToAdd(fNeededHeight - getContentHeight()); in create2DDecomposition()108 aPageTrans.scale(1.0/ getContentWidth(), 1.0 / getContentHeight()); in create2DDecomposition()150 && getContentHeight() == rCompare.getContentHeight() in operator ==()
88 double getContentHeight() const { return mfContentHeight; } in getContentHeight() function in drawinglayer::primitive2d::PagePreviewPrimitive2D