Searched refs:mnDocHeight (Results 1 – 5 of 5) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swfexporter.cxx | 183 xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportAll() 186 sal_Int32 nOutputHeight = (nOutputWidth * mnDocHeight ) / mnDocWidth; in exportAll() 188 …mpWriter = new Writer( nOutputWidth, nOutputHeight, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportAll() 307 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportSlides() 309 mpWriter = new Writer( 14400, 10800, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportSlides() 341 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportBackgrounds() 343 mpWriter = new Writer( 14400, 10800, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportBackgrounds()
|
H A D | swfwriter.cxx | 70 mnDocHeight = map100thmm( nDocHeightInput ); in Writer() 73 mnDocYScale = (double)nTWIPHeightOutput / mnDocHeight; in Writer() 77 Rectangle aRect( 0, 0, (long)( mnDocWidth * mnDocXScale ), (long)( mnDocHeight * mnDocYScale ) ); in Writer() 172 …Rectangle aDocRect( 0, 0, static_cast<long>(mnDocWidth*mnDocXScale), static_cast<long>(mnDocHeight… in storeTo()
|
H A D | swfexporter.hxx | 215 sal_Int32 mnDocHeight; member in swf::FlashExporter
|
H A D | swfwriter.hxx | 410 sal_Int32 mnDocHeight; member in swf::Writer
|
H A D | swfwriter1.cxx | 636 …nds( 0, 0, static_cast<long>(mnDocWidth*mnDocXScale), static_cast<long>(mnDocHeight*mnDocYScale) ); in Impl_writeText()
|
Completed in 39 milliseconds