Home
last modified time | relevance | path

Searched refs:aPageRect (Results 1 – 21 of 21) sorted by relevance

/AOO41X/main/chart2/source/controller/main/
H A DPositionAndSizeHelper.cxx57 …Rectangle aPageRect( Point(rPageRectangle.X,rPageRectangle.Y), Size(rPageRectangle.Width,rPageRect… in moveObject() local
66 …ition.Primary = (double(aPos.X())+double(aObjectRect.getWidth())/2.0)/double(aPageRect.getWidth()); in moveObject()
67 …n.Secondary = (double(aPos.Y())+double(aObjectRect.getHeight())/2.0)/double(aPageRect.getHeight()); in moveObject()
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()
[all …]
H A DChartController_Position.cxx169 awt::Rectangle aPageRect( 0,0,aPageSize.Width,aPageSize.Height ); in executeDispatch_PositionAndSize() local
176 , aObjectRect, aPageRect ); in executeDispatch_PositionAndSize()
H A DChartController_Window.cxx859 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 DDrawCommandDispatch.cxx471 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 Dpagepreviewlayout.cxx1124 Rectangle aPageRect( (*aPageIter)->aLogicPos, (*aPageIter)->aPageSize ); in Paint() local
1127 Rectangle aPxPaintRect = pOutputDev->LogicToPixel( aPageRect ); in Paint()
1138 SwRect aTmpPageRect( aPageRect ); in Paint()
1140 aPageRect = aTmpPageRect.SVRect(); in Paint()
1142 pOutputDev->DrawRect( aPageRect ); in Paint()
1147 pOutputDev->DrawText( aPageRect, SW_RESSTR( STR_EMPTYPAGE ), in Paint()
1155 SwPageFrm::PaintBorderAndShadow( aPageRect, &mrParentViewShell, true, true ); in Paint()
1159 mrParentViewShell.aVisArea = aPageRect; in Paint()
1167 …SwPageFrm::GetBorderAndShadowBoundRect( SwRect( aPageRect ), &mrParentViewShell, aPageBorderRect, … in Paint()
1170 SwPageFrm::PaintBorderAndShadow( aPageRect, &mrParentViewShell, true, true ); in Paint()
[all …]
H A Dviewsh.cxx1178 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()
1201 nPageRight = aPageRect.Right() + nBorderWidth + nShadowWidth; in VisPortChgd()
1206 nPageLeft = aPageRect.Left() - nBorderWidth; in VisPortChgd()
1207 … nPageRight = aPageRect.Right() + nBorderWidth + nShadowWidth + nSidebarWidth; 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()
[all …]
H A Dviewimp.cxx281 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 Dclient.cxx124 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 Dprintfun.cxx1763 long nLineStartX = aPageRect.Left() + rParam.nLeft; in PrintHF()
1764 long nLineEndX = aPageRect.Right() - rParam.nRight; in PrintHF()
1909 Size aDataSize = aPageRect.GetSize(); in DoNotes()
1915 long nPosX = aPageRect.Left() + nMarkLen; in DoNotes()
1916 long nPosY = aPageRect.Top(); in DoNotes()
1932 if ( nPosY + nTextHeight < aPageRect.Bottom() ) in DoNotes()
1944 pEditEngine->Draw( pDev, Point( aPageRect.Left(), nPosY ), 0 ); in DoNotes()
1951 … Rectangle aMarkRect( Point( aPageRect.Left(), nPosY ), Size( nMarkLen, nTextHeight ) ); in DoNotes()
1995 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintNotes()
1996 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintNotes()
[all …]
/AOO41X/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1562 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 Danchoreddrawobject.cxx399 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 Dpaintfrm.cxx5483 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 Dvclxaccessibletabpage.cxx624 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 Dvclxaccessibletabpagewindow.cxx81 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 Dviewmdi.cxx120 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 Dview2.cxx1331 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 Dunomodel.cxx1689 Rectangle aPageRect( aPoint, aPageSize ); in ImplPDFExportShapeInteraction() local
1704 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction()
1711 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1721 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1732 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1760 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
2130 Rectangle aPageRect( aPoint, aPageSize ); in render() local
2142 …OutDevData->SetLinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, vcl::PDF… in render()
2144 …pPDFExtOutDevData->DescribeRegisteredDest( aIBeg->nDestId, aPageRect, nPage, vcl::PDFWriter::FitRe… in render()
2158 … pPDFExtOutDevData->CreateNamedDest( aPageName, aPageRect, nPageNumber - 1 ); in render()
[all …]
/AOO41X/main/filter/source/pdf/
H A Dpdfexport.cxx1019 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 Ddocsh.cxx945 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 Dprintfun.hxx194 Rectangle aPageRect; // Dokument-Twips member in ScPrintFunc
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2762 const SwRect aPageRect = pParTxtNode->FindPageFrmRect( sal_False, 0, sal_False ); in OutputFlyFrame_Impl() local
2765 aOffset -= aPageRect.Pos(); in OutputFlyFrame_Impl()