/aoo41x/main/chart2/source/controller/main/ |
H A D | PositionAndSizeHelper.cxx | 57 …Rectangle aPageRect( Point(rPageRectangle.X,rPageRectangle.Y), Size(rPageRectangle.Width,rPageRect… in moveObject() local 77 aRelativePosition.Primary = double(aPos.X())/double(aPageRect.getWidth()); in moveObject() 78 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject() 91 static_cast< double >( aPageRect.getWidth() ); in moveObject() 94 static_cast< double >( aPageRect.getHeight()); in moveObject() 100 static_cast< double >( aPageRect.getWidth() ); in moveObject() 105 static_cast< double >( aPageRect.getHeight()); in moveObject() 120 aRelativePosition.Primary = double(aPos.X())/double(aPageRect.getWidth()); in moveObject() 121 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject() 128 aRelativeSize.Primary = double(aObjectRect.getWidth())/double(aPageRect.getWidth()); in moveObject() [all …]
|
H A D | ChartController_Position.cxx | 169 awt::Rectangle aPageRect( 0,0,aPageSize.Width,aPageSize.Height ); in executeDispatch_PositionAndSize() local 176 , aObjectRect, aPageRect ); in executeDispatch_PositionAndSize()
|
H A D | ChartController_Window.cxx | 859 Rectangle aPageRect( 0,0,aPageSize.Width,aPageSize.Height ); in execute_MouseButtonUp() local 882 … , awt::Rectangle(aPageRect.getX(),aPageRect.getY(),aPageRect.getWidth(),aPageRect.getHeight()) ); in execute_MouseButtonUp()
|
H A D | DrawCommandDispatch.cxx | 471 Rectangle aPageRect( Rectangle( Point( 0, 0 ), pPage->GetSize() ) ); in createDefaultObject() local 472 Point aObjectPos = aPageRect.Center(); in createDefaultObject()
|
/aoo41x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 1138 SwRect aTmpPageRect( aPageRect ); in Paint() 1140 aPageRect = aTmpPageRect.SVRect(); in Paint() 1142 pOutputDev->DrawRect( aPageRect ); in Paint() 1159 mrParentViewShell.aVisArea = aPageRect; in Paint() 1251 if ( _aInvalidCoreRect.IsOver( aPageRect ) ) in Repaint() 1253 aPageRect.Intersection( _aInvalidCoreRect ); in Repaint() 1254 Rectangle aInvalidPrevwRect = aPageRect; in Repaint() 1291 SwRect aPageRect( _aSelectedPrevwPage->aLogicPos, in _PaintSelectMarkAtPage() local 1295 ::SwAlignRect( aPageRect, &mrParentViewShell); in _PaintSelectMarkAtPage() 1338 SwRect aPageRect( pOldSelectedPrevwPage->aPrevwWinPos, in MarkNewSelectedPage() local [all …]
|
H A D | viewsh.cxx | 1178 SwRect aPageRect( pPage->Frm() ); in VisPortChgd() local 1182 aPageRect.SSize() = rFormatPage.Frm().SSize(); in VisPortChgd() 1185 if ( aPageRect.IsOver( aBoth ) ) in VisPortChgd() 1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd() 1206 nPageLeft = aPageRect.Left() - nBorderWidth; in VisPortChgd() 1682 SwRect aPageRect( pPage->Frm() ); in PaintDesktop() local 1686 aPageRect.SSize() = rFormatPage.Frm().SSize(); in PaintDesktop() 1691 aPageRect.Pos().X() -= bSidebarRight ? 0 : nSidebarWidth; in PaintDesktop() 1692 aPageRect.SSize().Width() += nSidebarWidth; in PaintDesktop() 1694 if ( aPageRect.IsOver( rRect ) ) in PaintDesktop() [all …]
|
H A D | viewimp.cxx | 281 SwRect aPageRect = pPage->Frm(); in SetFirstVisPage() local 282 while ( pPage && !aPageRect.IsOver( pSh->VisArea() ) ) in SetFirstVisPage() 287 aPageRect = pPage->Frm(); in SetFirstVisPage() 291 aPageRect.SSize() = rFormatPage.Frm().SSize(); in SetFirstVisPage()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | client.cxx | 124 Rectangle aPageRect( aPos, aSize ); in RequestNewObjectArea() local 126 if (aLogicRect.Right() > aPageRect.Right()) in RequestNewObjectArea() 128 long nDiff = aLogicRect.Right() - aPageRect.Right(); in RequestNewObjectArea() 132 if (aLogicRect.Bottom() > aPageRect.Bottom()) in RequestNewObjectArea() 134 long nDiff = aLogicRect.Bottom() - aPageRect.Bottom(); in RequestNewObjectArea() 139 if (aLogicRect.Left() < aPageRect.Left()) in RequestNewObjectArea() 141 long nDiff = aLogicRect.Left() - aPageRect.Left(); in RequestNewObjectArea() 145 if (aLogicRect.Top() < aPageRect.Top()) in RequestNewObjectArea() 147 long nDiff = aLogicRect.Top() - aPageRect.Top(); in RequestNewObjectArea()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 1909 Size aDataSize = aPageRect.GetSize(); in DoNotes() 1915 long nPosX = aPageRect.Left() + nMarkLen; in DoNotes() 1916 long nPosY = aPageRect.Top(); in DoNotes() 2104 long nHeaderY = aPageRect.Top()-aHdr.nHeight; in PrintPage() 2116 long nTopSpace = aPageRect.Top(); in PrintPage() 2946 aPageRect = Rectangle( Point(), aPageSize ); in GetDocPageSize() 2947 aPageRect.Left() = ( aPageRect.Left() + nLeftMargin ) * 100 / nZoom; in GetDocPageSize() 2948 aPageRect.Right() = ( aPageRect.Right() - nRightMargin ) * 100 / nZoom; in GetDocPageSize() 2949 aPageRect.Top() = ( aPageRect.Top() + nTopMargin ) * 100 / nZoom + aHdr.nHeight; in GetDocPageSize() 2950 aPageRect.Bottom() = ( aPageRect.Bottom() - nBottomMargin ) * 100 / nZoom - aFtr.nHeight; in GetDocPageSize() [all …]
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 1562 SwRect aPageRect = mPages[aPage-1]->mPageRect; in GetBottomScrollRect() local 1564 …? Point(aPageRect.Left() - GetSidebarWidth() - GetSidebarBorderWidth() + mpEditWin->PixelToLogic(S… in GetBottomScrollRect() 1565 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetBottomScrollRect() 1573 SwRect aPageRect = mPages[aPage-1]->mPageRect; in GetTopScrollRect() local 1575 …? Point(aPageRect.Left() - GetSidebarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Siz… in GetTopScrollRect() 1576 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetTopScrollRect() 1585 SwRect aPageRect = mPages[aPage-1]->mPageRect; in ScrollbarHit() local 1587 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Siz… in ScrollbarHit() 1588 …: Point(aPageRect.Right() + GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aP… in ScrollbarHit() 1591 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size… in ScrollbarHit() [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | anchoreddrawobject.cxx | 399 SwRect aPageRect( GetPageFrm()->Frm() ); in MakeObjPos() local 401 if ( aObjRect.Right() >= aPageRect.Right() + 10 ) in MakeObjPos() 403 Size aSize( aPageRect.Right() - aObjRect.Right(), 0 ); in MakeObjPos() 408 if ( aObjRect.Left() + 10 <= aPageRect.Left() ) in MakeObjPos() 410 Size aSize( aPageRect.Left() - aObjRect.Left(), 0 ); in MakeObjPos()
|
H A D | paintfrm.cxx | 5483 SwRect aPageRect( _rPageRect ); in PaintNotesSidebar() local 5484 SwAlignRect( aPageRect, _pViewShell ); in PaintNotesSidebar() 5496 …wRect(Rectangle(Point(aPageRect.Left()-pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->G… in PaintNotesSidebar() 5501 …tangle(Point(aPageRect.Left()-pMgr->GetSidebarWidth()-pMgr->GetSidebarBorderWidth(),aPageRect.Top(… in PaintNotesSidebar() 5506 …SwRect aSidebarBorder(aPageRect.TopRight(),Size(pMgr->GetSidebarBorderWidth(),aPageRect.Height())); in PaintNotesSidebar() 5512 …SwRect aSidebar(Point(aPageRect.Right()+pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->… in PaintNotesSidebar() 5520 …Point(aPageRect.Left() - pMgr->GetSidebarWidth() - pMgr->GetSidebarBorderWidth() + _pViewShell->Ge… in PaintNotesSidebar() 5521 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar() 5522 … = !bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() + _pViewShell->GetOut()->PixelToL… in PaintNotesSidebar() 5523 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibletabpage.cxx | 624 Rectangle aPageRect = m_pTabControl->GetTabBounds( m_nPageId ); in getCharacterBounds() local 626 aCharRect.Move( -aPageRect.Left(), -aPageRect.Top() ); in getCharacterBounds() 643 Rectangle aPageRect = m_pTabControl->GetTabBounds( m_nPageId ); in getIndexAtPoint() local 645 aPnt += aPageRect.TopLeft(); in getIndexAtPoint()
|
H A D | vclxaccessibletabpagewindow.cxx | 81 Rectangle aPageRect = m_pTabControl->GetTabBounds( m_nPageId ); in implGetBounds() local 85 aRect.Move( -aPageRect.Left(), -aPageRect.Top() ); in implGetBounds()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 120 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in _SetZoom() local 122 Size aPageSize( aPageRect.SSize() ); in _SetZoom() 143 lLeftMargin = long(rLRSpace.GetLeft()) + aPageRect.Left() + nLeftOfst; in _SetZoom() 148 lLeftMargin = long(rLRSpace.GetLeft()) + aPageRect.Left() + nLeftOfst; in _SetZoom()
|
H A D | view2.cxx | 1331 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in StateStatusLine() local 1333 Size aPageSize( aPageRect.SSize() ); in StateStatusLine()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1659 Rectangle aPageRect( aPoint, aPageSize ); in ImplPDFExportShapeInteraction() local 1674 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction() 1681 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction() 1691 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction() 1702 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction() 1730 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction() 2100 Rectangle aPageRect( aPoint, aPageSize ); in render() local 2112 …pPDFExtOutDevData->SetLinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, v… in render() 2114 …pPDFExtOutDevData->DescribeRegisteredDest( aIBeg->nDestId, aPageRect, nPage, vcl::PDFWriter::FitRe… in render() 2128 pPDFExtOutDevData->CreateNamedDest( aPageName, aPageRect, nPageNumber - 1 ); in render() [all …]
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 1019 Rectangle aPageRect( aOrigin, rMtf.GetPrefSize() ); in ImplExportPage() local 1042 …basegfx::B2DRectangle aB2DRect( aPageRect.Left(), aPageRect.Top(), aPageRect.Right(), aPageRect.Bo… in ImplExportPage()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 945 const SwRect aPageRect = pNd->FindPageFrmRect( sal_False, 0, sal_False ); in GetVisArea() local 946 return aPageRect.SVRect(); in GetVisArea()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 194 Rectangle aPageRect; // Dokument-Twips member in ScPrintFunc
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 2762 const SwRect aPageRect = pParTxtNode->FindPageFrmRect( sal_False, 0, sal_False ); in OutputFlyFrame_Impl() local 2765 aOffset -= aPageRect.Pos(); in OutputFlyFrame_Impl()
|