/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 66 virtual Rectangle GetVisArea() const; 90 Rectangle ScViewForwarder::GetVisArea() const in GetVisArea() function in ScViewForwarder 170 virtual Rectangle GetVisArea() const; 275 virtual Rectangle GetVisArea() const; 407 virtual Rectangle GetVisArea() const; 451 virtual Rectangle GetVisArea() const; 496 virtual Rectangle GetVisArea() const; 543 virtual Rectangle GetVisArea() const; 588 virtual Rectangle GetVisArea() const; 623 Rectangle ScEditViewForwarder::GetVisArea() const in GetVisArea() function in ScEditViewForwarder [all …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 100 Rectangle SfxObjectShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea() function in SfxObjectShell 115 const Rectangle& SfxObjectShell::GetVisArea() const in GetVisArea() function in SfxObjectShell 117 pImp->m_aVisArea = GetVisArea( ASPECT_CONTENT ); in GetVisArea() 179 SetVisArea( Rectangle( GetVisArea().TopLeft(), rVisSize ) ); in SetVisAreaSize() 209 rDesc.maSize = OutputDevice::LogicToLogic( GetVisArea().GetSize(), GetMapUnit(), MAP_100TH_MM ); in FillTransferableObjectDescriptor() 223 Size aSize = GetVisArea( nAspect ).GetSize(); in DoDraw() 246 Rectangle aVisArea = GetVisArea( nAspect ); in DoDraw_Impl()
|
/aoo42x/main/sw/source/core/access/ |
H A D | acccontext.cxx | 173 const SwRect& rNewVisArea = GetVisArea(); in ChildrenScrolled() 322 SetVisArea( GetMap()->GetVisArea() ); in Scrolled() 341 SetVisArea( GetMap()->GetVisArea() ); in ScrolledWithin() 353 ASSERT( GetVisArea() == GetMap()->GetVisArea(), in ScrolledIn() 386 SetVisArea( GetMap()->GetVisArea() ); in ScrolledOut() 410 const SwAccessibleChildSList aVisList( GetVisArea(), *_pFrm, *(GetMap()) ); in InvalidateChildrenStates() 444 const SwAccessibleChildSList aVisList( GetVisArea(), *pFrm, *(GetMap()) ); in DisposeChildren() 573 : SwAccessibleFrame( pM->GetVisArea().SVRect(), pF, in SwAccessibleContext() 1130 ASSERT( GetMap()->GetVisArea() == GetVisArea(), in Dispose() 1625 Rectangle aVisArea( pThisAcc->GetVisArea() ); in lcl_SwAccessibleContext_DbgMsg()
|
H A D | accfrmobjslist.cxx | 88 !aCurr.GetBox( rAccMap ).IsOver( rList.GetVisArea() ) ) in SwAccessibleChildSList_const_iterator() 157 !aCurr.GetBox( rList.GetAccMap() ).IsOver( rList.GetVisArea() ) ) in next_visible()
|
H A D | accdoc.cxx | 104 SwRect aOldVisArea( GetVisArea() ); in SetVisArea() 105 const SwRect& rNewVisArea = GetMap()->GetVisArea(); in SetVisArea() 108 SwAccessibleFrame::SetVisArea( GetMap()->GetVisArea() ); in SetVisArea()
|
/aoo42x/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 307 if (mpEditView->GetVisArea().Top() > nMaxVisAreaStart) in Resize() 309 Rectangle aVisArea(mpEditView->GetVisArea() ); in Resize() 533 mpEditView->GetVisArea().GetSize())); in IMPL_LINK_INLINE_START() 574 mpVerticalScrollBar->SetThumbPos(mpEditView->GetVisArea().Top()); in SetScrollBarRanges() 580 mpHorizontalScrollBar->SetThumbPos(mpEditView->GetVisArea().Left()); in SetScrollBarRanges()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 288 Rectangle aVisArea = pEditView->GetVisArea(); in ImpCheckMousePos() 433 Rectangle aVisAreaRef = pEditView->GetVisArea(); in ImpPaintDDCursor() 765 Rectangle OutlinerView::GetVisArea() const in GetVisArea() function in OutlinerView 768 return pEditView->GetVisArea(); in GetVisArea() 780 aCurPosDoc += pEditView->GetVisArea().TopLeft(); in ImpGetDocPos() 805 Rectangle aVisArea( pEditView->GetVisArea() ); in ImpScrollLeft() 827 Rectangle aVisArea( pEditView->GetVisArea() ); in ImpScrollRight() 850 Rectangle aVisArea( pEditView->GetVisArea() ); in ImpScrollDown() 878 Rectangle aVisArea( pEditView->GetVisArea() ); in ImpScrollUp()
|
/aoo42x/main/starmath/source/ |
H A D | edit.cxx | 296 if (pEditView->GetVisArea().Top() > nMaxVisAreaStart) in Resize() 298 Rectangle aVisArea(pEditView->GetVisArea() ); in Resize() 530 pEditView->GetVisArea().GetSize())); in IMPL_LINK_INLINE_START() 570 pVScrollBar->SetThumbPos(pEditView->GetVisArea().Top()); in SetScrollBarRanges() 574 pHScrollBar->SetThumbPos(pEditView->GetVisArea().Left()); in SetScrollBarRanges()
|
H A D | document.cxx | 668 Size aOldSize = GetVisArea().GetSize(); in OnDocumentPrinterChanged() 670 if( aOldSize != GetVisArea().GetSize() && aText.Len() ) in OnDocumentPrinterChanged() 1332 pDevice->IntersectClipRegion(GetVisArea()); in Draw()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | frmview.cxx | 197 maVisArea = pFrameView->GetVisArea(); in FrameView() 573 const Rectangle aVisArea = GetVisArea(); in WriteUserDataSequence() 860 Rectangle aVisArea( GetVisArea() ); in ReadUserDataSequence() 871 Rectangle aVisArea( GetVisArea() ); in ReadUserDataSequence() 882 Rectangle aVisArea( GetVisArea() ); in ReadUserDataSequence() 892 Rectangle aVisArea( GetVisArea() ); in ReadUserDataSequence()
|
H A D | viewshe2.cxx | 193 Rectangle aVisArea = GetDocSh()->GetVisArea(ASPECT_CONTENT); in IMPL_LINK_INLINE_END() 261 Rectangle aVisArea = GetDocSh()->GetVisArea(ASPECT_CONTENT); in IMPL_LINK_INLINE_END() 355 Rectangle aVisArea = GetDocSh()->GetVisArea(ASPECT_CONTENT); in Scroll() 673 aVisAreaPos = GetDocSh()->GetVisArea(ASPECT_CONTENT).TopLeft(); in SetPageSizeAndBorder()
|
/aoo42x/main/svx/source/table/ |
H A D | celleditsource.cxx | 154 Rectangle GetVisArea(); 804 Rectangle CellEditSourceImpl::GetVisArea() in GetVisArea() function in sdr::table::CellEditSourceImpl 1003 Rectangle CellEditSource::GetVisArea() const in GetVisArea() function in sdr::table::CellEditSource 1005 return mpImpl->GetVisArea(); in GetVisArea()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 321 m_pHScroll->SetThumbPos( m_pView->GetVisArea().Left() ); in EditEngineStatusChanged() 323 m_pVScroll->SetThumbPos( m_pView->GetVisArea().Top() ); in EditEngineStatusChanged() 499 m_pVScroll->SetThumbPos( m_pView->GetVisArea().Top() ); in updateScrollbars() 507 m_pHScroll->SetThumbPos( m_pView->GetVisArea().Left() ); in updateScrollbars()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshel2.cxx | 113 Rectangle aVisArea = GetVisArea(nAspect); in Draw() 169 Rectangle DrawDocShell::GetVisArea(sal_uInt16 nAspect) const in GetVisArea() function in sd::DrawDocShell 186 aVisArea = SfxObjectShell::GetVisArea(nAspect); in GetVisArea()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 161 Rectangle GetVisArea(); 942 Rectangle SvxTextEditSourceImpl::GetVisArea() in GetVisArea() function in SvxTextEditSourceImpl 1139 Rectangle SvxTextEditSource::GetVisArea() const in GetVisArea() function in SvxTextEditSource 1141 return mpImpl->GetVisArea(); in GetVisArea()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unoviwed.cxx | 47 Rectangle SvxEditEngineViewForwarder::GetVisArea() const in GetVisArea() function in SvxEditEngineViewForwarder 53 Rectangle aVisArea = mrView.GetVisArea(); in GetVisArea()
|
H A D | unoviwou.cxx | 60 Rectangle SvxDrawOutlinerViewForwarder::GetVisArea() const in GetVisArea() function in SvxDrawOutlinerViewForwarder 66 Rectangle aVisArea = mrOutlinerView.GetVisArea(); in GetVisArea()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 98 virtual Rectangle GetVisArea(sal_uInt16 nAspect) const; 111 using SfxObjectShell::GetVisArea;
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 891 GetVisArea( nAspect ) : GetVisArea( ASPECT_CONTENT ) ); in Draw() 937 Rectangle SwDocShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea() function in SwDocShell 948 return SfxObjectShell::GetVisArea( nAspect ); in GetVisArea()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view.cxx | 954 !pDocSh->GetVisArea(ASPECT_CONTENT).IsEmpty() ) in SwView() 955 SetVisArea( pDocSh->GetVisArea(ASPECT_CONTENT),sal_False); in SwView() 1113 const Rectangle& rVis = GetVisArea(); in WriteUserData() 1286 const Rectangle &rVis = GetVisArea(); in ReadUserDataSequence() 1481 const Rectangle& rVis = GetVisArea(); in WriteUserDataSequence()
|
H A D | viewport.cxx | 108 long nTmp = pView->GetVisArea().Right()+lDelta; in lcl_GetPos() 111 nTmp = pView->GetVisArea().Bottom()+lDelta; in lcl_GetPos() 294 aVis.SetSize( GetDocShell()->SfxObjectShell::GetVisArea(ASPECT_CONTENT).GetSize() ); in SetVisArea() 1035 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel()
|
/aoo42x/main/sw/inc/ |
H A D | docsh.hxx | 151 using SfxObjectShell::GetVisArea; 185 virtual Rectangle GetVisArea( sal_uInt16 nAspect ) const;
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 117 Rectangle aOldVisArea = SfxObjectShell::GetVisArea(); in SetVisAreaOrSize() 186 Rectangle aOldArea = SfxObjectShell::GetVisArea(); in UpdateOle()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 550 if ( GetView().GetVisArea().GetWidth() <= 0 || in Paint() 551 GetView().GetVisArea().GetHeight() <= 0 ) in Paint()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 221 using SfxObjectShell::GetVisArea; 222 virtual Rectangle GetVisArea( sal_uInt16 nAspect ) const;
|