Home
last modified time | relevance | path

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

/trunk/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.cxx843 Rectangle aPageRect( 0,0,aPageSize.Width,aPageSize.Height ); in execute_MouseButtonUp() local
866 … , awt::Rectangle(aPageRect.getX(),aPageRect.getY(),aPageRect.getWidth(),aPageRect.getHeight()) ); in execute_MouseButtonUp()
H A DDrawCommandDispatch.cxx470 Rectangle aPageRect( Rectangle( Point( 0, 0 ), pPage->GetSize() ) ); in createDefaultObject() local
471 Point aObjectPos = aPageRect.Center(); in createDefaultObject()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1118 Rectangle aPageRect( (*aPageIter)->aLogicPos, (*aPageIter)->aPageSize ); in Paint() local
1121 Rectangle aPxPaintRect = pOutputDev->LogicToPixel( aPageRect ); in Paint()
1132 SwRect aTmpPageRect( aPageRect ); in Paint()
1134 aPageRect = aTmpPageRect.SVRect(); in Paint()
1136 pOutputDev->DrawRect( aPageRect ); in Paint()
1141 pOutputDev->DrawText( aPageRect, SW_RESSTR( STR_EMPTYPAGE ), in Paint()
1148 SwPageFrm::PaintPageBorder( aPageRect, &mrParentViewShell, true ); in Paint()
1152 mrParentViewShell.aVisArea = aPageRect; in Paint()
1160 …SwPageFrm::GetBorderAndShadowBoundRect( SwRect( aPageRect ), &mrParentViewShell, aPageBorderRect, … in Paint()
1163 SwPageFrm::PaintPageBorder( aPageRect, &mrParentViewShell, true ); in Paint()
[all …]
H A Dviewsh.cxx1181 SwRect aPageRect( pPage->Frm() ); in VisPortChgd() local
1185 aPageRect.SSize() = rFormatPage.Frm().SSize(); in VisPortChgd()
1188 if ( aPageRect.IsOver( aBoth ) ) in VisPortChgd()
1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd()
1201 nPageRight = aPageRect.Right() + nBorderWidth; in VisPortChgd()
1206 nPageLeft = aPageRect.Left() - nBorderWidth; in VisPortChgd()
1207 nPageRight = aPageRect.Right() + nBorderWidth + 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.cxx260 SwRect aPageRect = pPage->Frm(); in SetFirstVisPage() local
261 while ( pPage && !aPageRect.IsOver( pSh->VisArea() ) ) in SetFirstVisPage()
266 aPageRect = pPage->Frm(); in SetFirstVisPage()
270 aPageRect.SSize() = rFormatPage.Frm().SSize(); in SetFirstVisPage()
/trunk/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()
/trunk/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 …]
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1560 SwRect aPageRect = mPages[aPage-1]->mPageRect; in GetBottomScrollRect() local
1562 …? Point(aPageRect.Left() - GetSidebarWidth() - GetSidebarBorderWidth() + mpEditWin->PixelToLogic(S… in GetBottomScrollRect()
1563 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetBottomScrollRect()
1571 SwRect aPageRect = mPages[aPage-1]->mPageRect; in GetTopScrollRect() local
1573 …? Point(aPageRect.Left() - GetSidebarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Siz… in GetTopScrollRect()
1574 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetTopScrollRect()
1583 SwRect aPageRect = mPages[aPage-1]->mPageRect; in ScrollbarHit() local
1585 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Siz… in ScrollbarHit()
1586 …: Point(aPageRect.Right() + GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aP… in ScrollbarHit()
1589 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size… in ScrollbarHit()
[all …]
/trunk/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.cxx5511 SwRect aPageRect( _rPageRect ); in PaintNotesSidebar() local
5512 SwAlignRect( aPageRect, _pViewShell ); in PaintNotesSidebar()
5524 …wRect(Rectangle(Point(aPageRect.Left()-pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->G… in PaintNotesSidebar()
5529 …tangle(Point(aPageRect.Left()-pMgr->GetSidebarWidth()-pMgr->GetSidebarBorderWidth(),aPageRect.Top(… in PaintNotesSidebar()
5534 …SwRect aSidebarBorder(aPageRect.TopRight(),Size(pMgr->GetSidebarBorderWidth(),aPageRect.Height())); in PaintNotesSidebar()
5540 …SwRect aSidebar(Point(aPageRect.Right()+pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->… in PaintNotesSidebar()
5548 …Point(aPageRect.Left() - pMgr->GetSidebarWidth() - pMgr->GetSidebarBorderWidth() + _pViewShell->Ge… in PaintNotesSidebar()
5549 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar()
5550 … = !bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() + _pViewShell->GetOut()->PixelToL… in PaintNotesSidebar()
5551 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar()
/trunk/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()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx115 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in _SetZoom() local
117 Size aPageSize( aPageRect.SSize() ); in _SetZoom()
138 lLeftMargin = long(rLRSpace.GetLeft()) + aPageRect.Left() + nLeftOfst; in _SetZoom()
143 lLeftMargin = long(rLRSpace.GetLeft()) + aPageRect.Left() + nLeftOfst; in _SetZoom()
H A Dview2.cxx1329 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in StateStatusLine() local
1331 Size aPageSize( aPageRect.SSize() ); in StateStatusLine()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1666 Rectangle aPageRect( aPoint, aPageSize ); in ImplPDFExportShapeInteraction() local
1681 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction()
1688 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1698 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1709 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1737 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
2106 Rectangle aPageRect( aPoint, aPageSize ); in render() local
2118 …OutDevData->SetLinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, vcl::PDF… in render()
2120 …pPDFExtOutDevData->DescribeRegisteredDest( aIBeg->nDestId, aPageRect, nPage, vcl::PDFWriter::FitRe… in render()
2134 … pPDFExtOutDevData->CreateNamedDest( aPageName, aPageRect, nPageNumber - 1 ); in render()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx194 Rectangle aPageRect; // Dokument-Twips member in ScPrintFunc
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2761 const SwRect aPageRect = pParTxtNode->FindPageFrmRect( sal_False, 0, sal_False ); in OutputFlyFrame_Impl() local
2764 aOffset -= aPageRect.Pos(); in OutputFlyFrame_Impl()