Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx387 mnWidthPixel( PUB_LOWRES_WIDTH ), in HtmlExport()
497 mnWidthPixel = (sal_uInt16)temp; in InitExportParameters()
669 mnHeightPixel = (sal_uInt16)(mnWidthPixel/dRatio); in InitExportParameters()
1006 aFilterData[0].Value <<= (sal_Int32)mnWidthPixel; in CreateImagesForPresPages()
1654 double fLogicToPixel = ((double)mnWidthPixel) / nPageWidth; in CreateHtmlForPresPages()
2346 aStr += String::CreateFromInt32((mnWidthPixel + 16)); in CreateFrames()
2364 aStr += String::CreateFromInt32((int)((double)mnWidthPixel * 0.75) + 16); in CreateFrames()
2969 …AndReplaceAll( String(RTL_CONSTASCII_USTRINGPARAM("$$4")), String::CreateFromInt32(mnWidthPixel) ); in CopyScript()
H A Dhtmlex.hxx111 sal_uInt16 mnWidthPixel; member in HtmlExport

Completed in 40 milliseconds