Searched refs:aPixelBorder (Results 1 – 1 of 1) sorted by relevance
1106 Size aPixelBorder = in OutHTML_Image() local1109 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 22 milliseconds