Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx398 Size aExtraWndSize( mpMarkWnd->GetSizePixel () ); in ShowMarkWnd() local
401 if( aDlgPos.X()+(1.05*aDlgSize.Width())+aExtraWndSize.Width() > aScreen.Right() ) in ShowMarkWnd()
403 if( aDlgPos.X() - ( 0.05*aDlgSize.Width() ) - aExtraWndSize.Width() < 0 ) in ShowMarkWnd()
412 …MoveToExtraWnd( Point(0,0) - Point( long(0.05*aDlgSize.Width()), 0 ) - Point( aExtraWndSize.Width(… in ShowMarkWnd()
422 mpMarkWnd->SetSizePixel( Size( aExtraWndSize.Width(), aDlgSize.Height() ) ); in ShowMarkWnd()
H A Dcuihyperdlg.cxx202 Size aExtraWndSize( pCurrentPage->GetSizeExtraWnd() ); in Move() local
205 if( aDlgPos.X()+(1.02*aDlgSize.Width())+aExtraWndSize.Width() > aWindowSize.Width() ) in Move()
207 if( aDlgPos.X() - ( 0.02*aDlgSize.Width() ) - aExtraWndSize.Width() < 0 ) in Move()
217 Point( aExtraWndSize.Width(), 0 ) ); in Move()

Completed in 16 milliseconds