Home
last modified time | relevance | path

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

/aoo4110/main/cui/source/dialogs/
H A Dcuihyperdlg.cxx195 Point aDlgPos ( GetPosPixel () ); 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()
210 bDoInvalid = pCurrentPage->MoveToExtraWnd( Point( 1, long(1.1*aDlgPos.Y()) ), sal_True ); in Move()
215 bDoInvalid = pCurrentPage->MoveToExtraWnd( aDlgPos - in Move()
223 bDoInvalid = pCurrentPage->MoveToExtraWnd ( aDlgPos + Point( long(1.02*aDlgSize.Width()), 0 ) ); in Move()
H A Dhltpbase.cxx391 Point aDlgPos ( aDlgRect.TopLeft() ); 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()
/aoo4110/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx159 ByteString aDlgPos; in UpdateInputFlds() local
165 bCancel = StartDropDownFldDlg( pField, sal_True, &aDlgPos ); in UpdateInputFlds()
167 bCancel = StartInputFldDlg( pField, sal_True, 0, &aDlgPos); in UpdateInputFlds()

Completed in 27 milliseconds