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