Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/html/
H A Dhtmlfly.cxx1068 Size aTwipBorder( 0, 0 ); in OutHTML_Image() local
1076 aTwipBorder.Width() += pBorderLine->GetOutWidth(); in OutHTML_Image()
1083 aTwipBorder.Width() += pBorderLine->GetOutWidth(); in OutHTML_Image()
1090 aTwipBorder.Height() += pBorderLine->GetOutWidth(); in OutHTML_Image()
1097 aTwipBorder.Height() += pBorderLine->GetOutWidth(); in OutHTML_Image()
1100 aTwipBorder.Width() /= 2; in OutHTML_Image()
1101 aTwipBorder.Height() /= 2; in OutHTML_Image()
1103 if( (aTwipBorder.Width() || aTwipBorder.Height()) && in OutHTML_Image()
1107 Application::GetDefaultDevice()->LogicToPixel( aTwipBorder, in OutHTML_Image()
1109 if( !aPixelBorder.Width() && aTwipBorder.Width() ) in OutHTML_Image()
[all …]

Completed in 67 milliseconds