/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedview.cxx | 83 Rectangle aVisRect( RectTmp ); in MakeVisible() local 86 if ( !aVisRect.IsInside( rRect ) ) in MakeVisible() 91 sal_Int32 nVisLeft = aVisRect.Left(); in MakeVisible() 92 sal_Int32 nVisRight = aVisRect.Right(); in MakeVisible() 93 sal_Int32 nVisTop = aVisRect.Top(); in MakeVisible() 94 sal_Int32 nVisBottom = aVisRect.Bottom(); in MakeVisible()
|
H A D | dlgedfunc.cxx | 191 Rectangle aVisRect( aHdlPosition - Point( 100, 100 ), Size( 200, 200 ) ); in KeyInput() local 192 pView->MakeVisible( aVisRect, *pWindow ); in KeyInput() 321 Rectangle aVisRect( aEndPoint - Point( 100, 100 ), Size( 200, 200 ) ); in KeyInput() local 322 pView->MakeVisible( aVisRect, *pWindow ); in KeyInput()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 91 const Rectangle aVisRect( Point(-aOrg.X(),-aOrg.Y()), aVisSize ); in MakeVisible() local 94 if ( !aVisRect.IsInside( rRect ) ) in MakeVisible() 99 const sal_Int32 nVisLeft = aVisRect.Left(); in MakeVisible() 100 const sal_Int32 nVisRight = aVisRect.Right(); in MakeVisible() 101 const sal_Int32 nVisTop = aVisRect.Top(); in MakeVisible() 102 const sal_Int32 nVisBottom = aVisRect.Bottom(); in MakeVisible()
|
H A D | dlgedfunc.cxx | 360 …Rectangle aVisRect( aHdlPosition - Point( DEFAUL_MOVE_SIZE, DEFAUL_MOVE_SIZE ), Size( 200, 200 ) ); in handleKeyEvent() local 361 m_rView.MakeVisible( aVisRect, *m_pParent); in handleKeyEvent()
|
H A D | ViewsWindow.cxx | 1801 …const Rectangle aVisRect( aEndPoint - Point( DEFAUL_MOVE_SIZE, DEFAUL_MOVE_SIZE ), Size( 200, 200 … in handleKey() local 1802 rView.MakeVisible( aVisRect, rReportSection); in handleKey()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 573 Rectangle aVisRect; in GetVisibleArea() local 577 aVisRect.SetSize(pWin->GetOutputSizePixel()); in GetVisibleArea() 578 aVisRect.SetPos(Point(0, 0)); in GetVisibleArea() 580 aVisRect = pWin->PixelToLogic(aVisRect, maMapMode); in GetVisibleArea() 583 return aVisRect; in GetVisibleArea() 1374 Rectangle aVisRect; member 1407 aVisRect = Rectangle( aPoint, aOutputSize ); in ScPagePreviewCountData() 1417 if ( rData.HasCellsInRange( aVisRect ) ) in ScPagePreviewCountData() 1527 Rectangle aVisRect( aPoint, aOutputSize ); in Notify() local 1528 GetNotesChilds()->DataChanged(aVisRect); in Notify() [all …]
|
H A D | AccessibleText.cxx | 201 … Rectangle aVisRect(mpWindow->GetWindowExtentsRelative(mpWindow->GetAccessibleParentWindow())); in GetVisArea() local 203 aVisRect.SetPos(Point(0, 0)); in GetVisArea() 205 aVisArea = aVisRect; in GetVisArea() 367 Rectangle aVisRect( aPoint, aOutputSize ); in GetVisRect() local 368 return aVisRect; in GetVisRect() 1515 Rectangle aVisRect( aPoint, aOutputSize ); in GetTextForwarder() local 1516 …Size aSize(mpViewShell->GetLocationData().GetHeaderCellOutputRect(aVisRect, aCellPos, mbColHeader)… in GetTextForwarder() 1655 Rectangle aVisRect; in GetTextForwarder() local 1656 mpViewShell->GetLocationData().GetHeaderPosition(aVisRect); in GetTextForwarder() 1657 Size aSize(aVisRect.GetSize()); in GetTextForwarder() [all …]
|
H A D | AccessiblePreviewHeaderCell.cxx | 434 Rectangle aVisRect( aPoint, aOutputSize ); in FillTableInfo() local 437 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
|
H A D | AccessiblePreviewTable.cxx | 759 Rectangle aVisRect( aPoint, aOutputSize ); in FillTableInfo() local 762 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
|
H A D | AccessibleDocument.cxx | 2125 Rectangle aVisRect(GetBoundingBox()); in GetVisibleArea_Impl() local 2130 aVisRect.SetPos(aPoint); in GetVisibleArea_Impl() 2134 aVisRect = pWin->PixelToLogic(aVisRect, pWin->GetDrawMapMode()); in GetVisibleArea_Impl() 2136 return aVisRect; in GetVisibleArea_Impl()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 389 Rectangle aVisRect(aHdlPosition - Point(100, 100), Size(200, 200)); in KeyInput() local 390 pView->MakeVisible(aVisRect, *pWindow); in KeyInput() 611 Rectangle aVisRect(aEndPoint - Point(100, 100), Size(200, 200)); in KeyInput() local 612 pView->MakeVisible(aVisRect, *pWindow); in KeyInput()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 363 Rectangle aVisRect(aHdlPosition - Point(100, 100), Size(200, 200)); in IMPL_LINK_INLINE_END() local 364 mpView->MakeVisible(aVisRect, *mpWindow); in IMPL_LINK_INLINE_END() 839 Rectangle aVisRect(aEndPoint - Point(100, 100), Size(200, 200)); in IMPL_LINK_INLINE_END() local 840 mpView->MakeVisible(aVisRect, *mpWindow); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | notemark.cxx | 68 aVisRect = pWindow->PixelToLogic( aVisPixel, aMapMode ); in ScNoteMarker() 105 … pObject = ScNoteUtil::CreateTempCaption( *pDoc, aDocPos, *pPage, aUserText, aVisRect, bLeft ); in IMPL_LINK()
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 809 Rectangle aVisRect( in CreateTempCaption() local 838 … long nMaxWidth = ::std::min< long >( aVisRect.GetWidth() * 2 / 3, SC_NOTECAPTION_MAXWIDTH_TEMP ); in CreateTempCaption() 847 aCreator.AutoPlaceCaption( &aVisRect ); in CreateTempCaption()
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 605 Rectangle aVisRect( aPos, pWindow->PixelToLogic(maSize) ); in select() local 606 mrView.MakeVisible(aVisRect, *pWindow); in select()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 2709 Rectangle aVisRect( GetVisibleRect() ); in HandleScrollCommand() local 2710 if( aVisRect.IsInside( aDocRect )) in HandleScrollCommand() 2713 Size aVisSize( aVisRect.GetSize() ); in HandleScrollCommand() 2772 aVisRect.Top() -= nScrollDY; in HandleScrollCommand() 2773 aVisRect.Bottom() -= nScrollDY; in HandleScrollCommand() 2774 aVisRect.Left() -= nScrollDX; in HandleScrollCommand() 2775 aVisRect.Right() -= nScrollDX; in HandleScrollCommand() 2776 MakeVisible( aVisRect ); in HandleScrollCommand()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | notemark.hxx | 47 Rectangle aVisRect; member in ScNoteMarker
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 1103 Rectangle aVisRect( aVisPos, aVisSize ); in CursorIsOverRect() local 1104 aRect = aRect.GetUnion( aVisRect ); in CursorIsOverRect()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 679 Rectangle aVisRect(aHdlPosition - Point(100, 100), Size(200, 200)); in OnTabHandles() local 680 mrView.MakeVisible(aVisRect, *pWindow); in OnTabHandles()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 3532 SwRect aVisRect = pShell->VisArea(); in Paint() local 3533 if (!aVisRect.IsOver(Frm())) in Paint() 5490 const Rectangle &aVisRect = _pViewShell->VisArea().SVRect(); in PaintNotesSidebar() local 5528 if (aRectBottom.IsOver(aVisRect)) in PaintNotesSidebar() 5549 if (aRectTop.IsOver(aVisRect)) in PaintNotesSidebar()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 427 Rectangle aVisRect( aVisPos, aVisSize ); in GetVisArea() local 428 aVisArea = AWTRectangle(aVisRect); in GetVisArea()
|