Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmlfly.cxx1106 Size aPixelBorder = in OutHTML_Image() local
1109 if( !aPixelBorder.Width() && aTwipBorder.Width() ) in OutHTML_Image()
1110 aPixelBorder.Width() = 1; in OutHTML_Image()
1111 if( !aPixelBorder.Height() && aTwipBorder.Height() ) in OutHTML_Image()
1112 aPixelBorder.Height() = 1; in OutHTML_Image()
1114 if( aPixelBorder.Width() ) in OutHTML_Image()
1115 aPixelBorder.Height() = 0; in OutHTML_Image()
1118 (sal_uInt16)(aPixelBorder.Width() + aPixelBorder.Height()); in OutHTML_Image()

Completed in 13 milliseconds