Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3488 long nXCroppedSize = rOrig.Width()-(rCr.GetLeft() + rCr.GetRight()); in ExportPICT() local
3492 if( !nXCroppedSize ) in ExportPICT()
3493 nXCroppedSize = 100; in ExportPICT()
3501 rBuffer.append((sal_Int32)((100 * rRendered.Width()) / nXCroppedSize)); in ExportPICT()

Completed in 36 milliseconds