Home
last modified time | relevance | path

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

/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx1542 Point aErrorLBPos( 5, aImageSize.Height() + 10 ); in ImplErrorDialog() local
1543 Size aErrorLBSize( aDlgSize.Width()/2 - 10, aDlgSize.Height() - aErrorLBPos.Y() - 35 ); in ImplErrorDialog()
1544 maErrors.SetPosSizePixel( aErrorLBPos, aErrorLBSize ); in ImplErrorDialog()
1548 …maExplanation.SetPosSizePixel( Point( aErrorLBPos.X() + aErrorLBSize.Width() + 5, aErrorLBPos.Y() … in ImplErrorDialog()
1549 … Size( aDlgSize.Width() - aErrorLBPos.X() - aErrorLBSize.Width() - 10, aErrorLBSize.Height() ) ); in ImplErrorDialog()

Completed in 18 milliseconds