/aoo4110/main/vcl/source/window/ |
H A D | floatwin.cxx | 271 aScreenRect = Application::GetScreenPosSizePixel( in ImplCalcPos() 334 if ( aPos.X() < aScreenRect.Left() ) in ImplCalcPos() 358 if ( aPos.X()+aSize.Width() > aScreenRect.Right() ) in ImplCalcPos() 375 if ( aPos.Y() < aScreenRect.Top() ) in ImplCalcPos() 390 if ( aPos.Y()+aSize.Height() > aScreenRect.Bottom() ) in ImplCalcPos() 411 if ( aPos.Y()+aSize.Height() > aScreenRect.Bottom() ) in ImplCalcPos() 414 if ( aPos.Y() < aScreenRect.Top() ) in ImplCalcPos() 415 aPos.Y() = aScreenRect.Top(); in ImplCalcPos() 430 else if ( aPos.X()+aSize.Width() > aScreenRect.Right() ) in ImplCalcPos() 433 if ( aPos.X() < aScreenRect.Left() ) in ImplCalcPos() [all …]
|
H A D | syswin.cxx | 656 Rectangle aScreenRect; in ImplMoveToScreen() local 663 aScreenRect = Application::GetScreenPosSizePixel( 0 ); in ImplMoveToScreen() 665 aScreenRect.Union( Application::GetScreenPosSizePixel( i ) ); in ImplMoveToScreen() 675 if( io_rX + i_nWidth < aScreenRect.Left() ) in ImplMoveToScreen() 678 io_rX = aScreenRect.Left(); in ImplMoveToScreen() 681 if( io_rX > aScreenRect.Right() - i_nWidth ) in ImplMoveToScreen() 684 io_rX = aScreenRect.Right() - i_nWidth; in ImplMoveToScreen() 687 if( io_rY + i_nHeight < aScreenRect.Top() ) in ImplMoveToScreen() 690 io_rY = aScreenRect.Top(); in ImplMoveToScreen() 693 if( io_rY > aScreenRect.Bottom() - i_nHeight ) in ImplMoveToScreen() [all …]
|
H A D | toolbox.cxx | 1433 Rectangle aScreenRect( maRect ); in EndDragging() local 1434 aScreenRect.Move( aOff.X(), aOff.Y() ); in EndDragging() 1435 ToolBox* pDropBox = FindToolBox( aScreenRect ); in EndDragging() 1442 aPos.X() = aScreenRect.Left()-TB_CUSTOMIZE_OFFSET; in EndDragging() 1443 aPos.Y() = aScreenRect.Center().Y(); in EndDragging() 1447 aPos.X() = aScreenRect.Center().X(); in EndDragging() 1448 aPos.Y() = aScreenRect.Top()-TB_CUSTOMIZE_OFFSET; in EndDragging()
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 371 Rectangle aScreenRect; in initShow() local 372 GetWorkArea( aScreenRect ); in initShow() 377 if( nNewX < aScreenRect.Left() ) in initShow() 378 nNewX = aScreenRect.Left(); in initShow() 382 if( nNewY < aScreenRect.Top() ) in initShow() 383 nNewY = aScreenRect.Top(); in initShow() 384 if( nNewY > aScreenRect.Bottom() ) in initShow() 774 …if( aScreenRect.origin.x + aScreenRect.size.width > aNewContentRect.origin.x + aNewContentRect.siz… in ShowFullScreen() 775 …aNewContentRect.size.width = aScreenRect.origin.x + aScreenRect.size.width - aNewContentRect.origi… in ShowFullScreen() 776 …if( aScreenRect.origin.y + aScreenRect.size.height > aNewContentRect.origin.y + aNewContentRect.si… in ShowFullScreen() [all …]
|
/aoo4110/main/vcl/source/app/ |
H A D | help.cxx | 717 long nScreenHeight = aScreenRect.GetHeight(); in ImplSetHelpWindowPos() 719 if ( aPos.Y() > aScreenRect.Top()+nScreenHeight-(nScreenHeight/4) ) in ImplSetHelpWindowPos() 775 if ( aPos.X() < aScreenRect.Left() ) in ImplSetHelpWindowPos() 776 aPos.X() = aScreenRect.Left(); in ImplSetHelpWindowPos() 777 else if ( ( aPos.X() + aSz.Width() ) > aScreenRect.Right() ) in ImplSetHelpWindowPos() 778 aPos.X() = aScreenRect.Right() - aSz.Width(); in ImplSetHelpWindowPos() 779 if ( aPos.Y() < aScreenRect.Top() ) in ImplSetHelpWindowPos() 780 aPos.Y() = aScreenRect.Top(); in ImplSetHelpWindowPos() 781 else if ( ( aPos.Y() + aSz.Height() ) > aScreenRect.Bottom() ) in ImplSetHelpWindowPos() 782 aPos.Y() = aScreenRect.Bottom() - aSz.Height(); in ImplSetHelpWindowPos() [all …]
|
/aoo4110/main/cui/source/options/ |
H A D | readonlyimage.cxx | 56 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp() local 61 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp() 64 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 283 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds() local 290 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds() 291 aScreenRect.Top() + aOffset.Y(), in getBounds() 292 aScreenRect.GetSize().Width(), in getBounds() 293 aScreenRect.GetSize().Height() ); in getBounds()
|
H A D | AccessibleEditableTextPara.cxx | 1148 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds() local 1155 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds() 1156 aScreenRect.Top() + aOffset.Y(), in getBounds() 1157 aScreenRect.GetSize().Width(), in getBounds() 1158 aScreenRect.GetSize().Height() ); in getBounds() 1588 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getCharacterBounds() local 1595 aScreenRect.Move( -aParaRect.X, -aParaRect.Y ); in getCharacterBounds() 1600 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getCharacterBounds() 1601 aScreenRect.Top() + aOffset.Y(), in getCharacterBounds() 1602 aScreenRect.GetSize().Width(), in getCharacterBounds() [all …]
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1614 Rectangle aScreenRect( GetMap()->CoreToPixel( aTmpRect.SVRect() )); in GetCurrentTabStop() local 1618 aScreenRect.Move( -aFrmPixPos.X(), -aFrmPixPos.Y() ); in GetCurrentTabStop() 1620 tabs[0].Position = aScreenRect.GetWidth(); in GetCurrentTabStop() 2694 Rectangle aScreenRect( GetMap()->CoreToPixel( aCoreRect.SVRect() )); in getCharacterBounds() local 2698 aScreenRect.Move( -aFrmPixPos.X(), -aFrmPixPos.Y() ); in getCharacterBounds() 2702 aScreenRect.Left(), aScreenRect.Top(), in getCharacterBounds() 2703 aScreenRect.GetWidth(), aScreenRect.GetHeight() ); in getCharacterBounds() 4042 aScreenRect.Move( -aFrmPixPos.X(), -aFrmPixPos.Y() ); in getNumberOfLineWithCaret() 4045 const awt::Rectangle aCursorRect( aScreenRect.Left(), in getNumberOfLineWithCaret() 4046 aScreenRect.Top(), in getNumberOfLineWithCaret() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 381 Rectangle aScreenRect(OutputToScreenPixel(aPixRect.TopLeft()), in RequestHelp() local 385 Help::ShowBalloon(this,rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp() 387 Help::ShowQuickHelp(this,aScreenRect, aHelpText); in RequestHelp()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 485 Rectangle aScreenRect(OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp() local 489 Help::ShowBalloon(this, rEvt.GetMousePosPixel(), aScreenRect, sTxt); in RequestHelp() 491 Help::ShowQuickHelp(this, aScreenRect, sTxt); in RequestHelp()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | macrosecurity.cxx | 442 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp() local 447 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp() 450 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 507 Rectangle aScreenRect(GetBoundingBox()); in getAccessibleAtPoint() local 510 aMovedPoint.X += aScreenRect.Left(); in getAccessibleAtPoint() 511 aMovedPoint.Y += aScreenRect.Top(); in getAccessibleAtPoint()
|
/aoo4110/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 721 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp() local 725 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, aStr ); in RequestHelp() 727 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fudraw.cxx | 1079 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in SetHelpText() local 1083 Help::ShowBalloon( (Window*)mpWindow, rPosPixel, aScreenRect, aHelpText); in SetHelpText() 1085 Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in SetHelpText()
|
H A D | futext.cxx | 1308 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp() local 1313 … bReturn = Help::ShowBalloon( (Window*)mpWindow, rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp() 1317 bReturn = Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in RequestHelp()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 231 Rectangle aScreenRect( pDev->LogicToPixel( GetPos() ), maImageSize ); in onMouseEnter() local 232 …atic_cast< ::Window* >( pHdlList->GetView()->GetFirstOutputDevice() ), aScreenRect, aHelpText, 0 )… in onMouseEnter()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 365 Rectangle aScreenRect( OutputToScreenPixel( GetEntryPosition( pEntry ) ), aSize ); in RequestHelp() local 367 Help::ShowQuickHelp( this, aScreenRect, in RequestHelp()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 2926 Rectangle aScreenRect = pScreenWin->GetClientWindowExtentsRelative( NULL ); in MakeLayout() local 2927 Point aNewPos = aScreenRect.TopLeft(); in MakeLayout()
|