Searched refs:aExtraWndSize (Results 1 – 2 of 2) sorted by relevance
398 Size aExtraWndSize( mpMarkWnd->GetSizePixel () ); in ShowMarkWnd() local401 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()
202 Size aExtraWndSize( pCurrentPage->GetSizeExtraWnd() ); in Move() local205 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 8 milliseconds