Searched refs:mnDocWidth (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/filter/source/flash/ |
H A D | swfexporter.cxx | 154 xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportAll() 158 sal_Int32 nOutputHeight = (nOutputWidth * mnDocHeight ) / mnDocWidth; in exportAll() 160 …mpWriter = new Writer( nOutputWidth, nOutputHeight, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportAll() 252 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportSlides() 255 mpWriter = new Writer( 14400, 10800, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportSlides() 286 xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportBackgrounds() 289 mpWriter = new Writer( 14400, 10800, mnDocWidth, mnDocHeight, mnJPEGcompressMode ); in exportBackgrounds()
|
H A D | swfwriter.cxx | 69 mnDocWidth = map100thmm( nDocWidthInput ); in Writer() 72 mnDocXScale = (double)nTWIPWidthOutput / mnDocWidth; 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 | 200 sal_Int32 mnDocWidth; member in swf::FlashExporter
|
H A D | swfwriter.hxx | 409 sal_Int32 mnDocWidth; member in swf::Writer
|
H A D | swfwriter1.cxx | 636 …Rectangle textBounds( 0, 0, static_cast<long>(mnDocWidth*mnDocXScale), static_cast<long>(mnDocHeig… in Impl_writeText()
|
Completed in 36 milliseconds