Home
last modified time | relevance | path

Searched refs:mfMaxHeight (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DOdgGenerator.cxx123 double mfMaxHeight; member in OdgGeneratorPrivate
139 mfMaxWidth(0.0), mfMaxHeight(0.0), in OdgGeneratorPrivate()
160 …f (pList["fo:page-height"] && getInchValue(*pList["fo:page-height"], height) && height>mfMaxHeight) in updatePageSpanPropertiesToCreatePage()
161 mfMaxHeight=height; in updatePageSpanPropertiesToCreatePage()
222 sHeight.sprintf("%li", (unsigned long)(2540 * mfMaxHeight)); in _writeSettings()
392 mpImpl->getPageSpanManager().resetPageSizeAndMargins(mpImpl->mfMaxWidth, mpImpl->mfMaxHeight); in endDocument()
H A DOdpGenerator.cxx110 double mfMaxHeight; member in OdpGeneratorPrivate
129 mfMaxWidth(0.0), mfMaxHeight(0.0), in OdpGeneratorPrivate()
150 …f (pList["fo:page-height"] && getInchValue(*pList["fo:page-height"], height) && height>mfMaxHeight) in updatePageSpanPropertiesToCreatePage()
151 mfMaxHeight=height; in updatePageSpanPropertiesToCreatePage()
379 sHeight.sprintf("%li", (unsigned long)(2540 * mfMaxHeight)); in _writeSettings()
562 mpImpl->getPageSpanManager().resetPageSizeAndMargins(mpImpl->mfMaxWidth, mpImpl->mfMaxHeight); in endDocument()