Home
last modified time | relevance | path

Searched refs:aVisRect (Results 1 – 21 of 21) sorted by last modified time

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3629 SwRect aVisRect = pShell->VisArea(); in Paint() local
3630 if (!aVisRect.IsOver(Frm())) in Paint()
5564 const Rectangle &aVisRect = _pViewShell->VisArea().SVRect(); in PaintNotesSidebar() local
5602 if (aRectBottom.IsOver(aVisRect)) in PaintNotesSidebar()
5623 if (aRectTop.IsOver(aVisRect)) in PaintNotesSidebar()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx809 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2709 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()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx1103 Rectangle aVisRect( aVisPos, aVisSize ); in CursorIsOverRect() local
1104 aRect = aRect.GetUnion( aVisRect ); in CursorIsOverRect()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx363 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()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx679 Rectangle aVisRect(aHdlPosition - Point(100, 100), Size(200, 200)); in OnTabHandles() local
680 mrView.MakeVisible(aVisRect, *pWindow); in OnTabHandles()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx605 Rectangle aVisRect( aPos, pWindow->PixelToLogic(maSize) ); in select() local
606 mrView.MakeVisible(aVisRect, *pWindow); in select()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx68 aVisRect = pWindow->PixelToLogic( aVisPixel, aMapMode ); in ScNoteMarker()
105 … pObject = ScNoteUtil::CreateTempCaption( *pDoc, aDocPos, *pPage, aUserText, aVisRect, bLeft ); in IMPL_LINK()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx427 Rectangle aVisRect( aVisPos, aVisSize ); in GetVisArea() local
428 aVisArea = AWTRectangle(aVisRect); in GetVisArea()
/trunk/main/sc/source/ui/inc/
H A Dnotemark.hxx47 Rectangle aVisRect; member in ScNoteMarker
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx389 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()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx759 Rectangle aVisRect( aPoint, aOutputSize ); in FillTableInfo() local
762 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
H A DAccessibleText.cxx201 … 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 DAccessibleDocument.cxx2127 Rectangle aVisRect(GetBoundingBox()); in GetVisibleArea_Impl() local
2132 aVisRect.SetPos(aPoint); in GetVisibleArea_Impl()
2136 aVisRect = pWin->PixelToLogic(aVisRect, pWin->GetDrawMapMode()); in GetVisibleArea_Impl()
2138 return aVisRect; in GetVisibleArea_Impl()
H A DAccessiblePreviewHeaderCell.cxx434 Rectangle aVisRect( aPoint, aOutputSize ); in FillTableInfo() local
437 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
H A DAccessibleDocumentPagePreview.cxx573 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 …]
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx91 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 DViewsWindow.cxx1801 …const Rectangle aVisRect( aEndPoint - Point( DEFAUL_MOVE_SIZE, DEFAUL_MOVE_SIZE ), Size( 200, 200 … in handleKey() local
1802 rView.MakeVisible( aVisRect, rReportSection); in handleKey()
H A Ddlgedfunc.cxx360 …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()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx191 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()
H A Ddlgedview.cxx83 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()

Completed in 139 milliseconds