Home
last modified time | relevance | path

Searched refs:aRect (Results 1 – 25 of 608) sorted by last modified time

12345678910>>...25

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx628 ::com::sun::star::awt::Rectangle aRect; in getWorkArea()
630 return aRect; in getWorkArea()
1146 Rectangle aRect = VCLRectangle( rDescriptor.Bounds ); in ImplCreateWindow() local
1147 pNewWindow->SetPosSizePixel( aRect.TopLeft(), aRect.GetSize() ); in ImplCreateWindow()
/trunk/main/forms/source/component/
H A DImageControl.cxx928 awt::Rectangle aRect( e.X, e.Y, 0, 0 ); in mousePressed() local
938 aRect.X = aPosSize.Width / 2; in mousePressed()
939 aRect.Y = aPosSize.Height / 2; in mousePressed()
943 …const sal_Int16 nResult = xMenu->execute( xWindowPeer, aRect, PopupMenuDirection::EXECUTE_DEFAULT … in mousePressed()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx326 Point aPoint(aRect.TopRight()); in lcl_GetRelativePos()
334 Point aPoint(aRect.TopLeft()); in lcl_GetRelativePos()
398 aPoint = aRect.TopRight(); in setPropertyValue()
399 aEndPoint = aRect.BottomLeft(); in setPropertyValue()
403 aPoint = aRect.TopLeft(); in setPropertyValue()
404 aEndPoint = aRect.BottomRight(); in setPropertyValue()
534 Point aPoint(aRect.TopRight()); in setPropertyValue()
535 Point aEndPoint(aRect.BottomLeft()); in setPropertyValue()
546 Point aPoint(aRect.TopLeft()); in setPropertyValue()
615 Point aPoint(aRect.TopRight()); in setPropertyValue()
[all …]
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx503 return aRect; in GetPosSizePixel()
623 Rectangle aRect; in GetDragRect() local
631 aRect.Bottom() = aRect.Top() + 1 + POPUP_DRAGHEIGHT; in GetDragRect()
634 return aRect; in GetDragRect()
713 aRect.nLeft+=2; aRect.nRight-=2; in DrawGrip()
716 aRect.nBottom = aRect.nTop; in DrawGrip()
718 DrawLine( aRect.TopLeft(), aRect.TopRight(), aLineInfo ); in DrawGrip()
722 aRect.nTop++; aRect.nBottom++; in DrawGrip()
731 aRect.nBottom = aRect.nTop; in DrawGrip()
739 aRect.nLeft = (aRect.nLeft + aRect.nRight - width) / 2; in DrawGrip()
[all …]
H A Dtoolbox.cxx1907 Rectangle aReg( aRect ); in ImplCalcItem()
1936 aReg = aRect; in ImplCalcItem()
1948 aReg = aRect; in ImplCalcItem()
1960 aReg = aRect; in ImplCalcItem()
3285 aRect.Top() = aRect.Bottom() - aRect.getHeight()/3; in ImplDrawMenubutton()
3287 aRect.Left() = aRect.Right() - aRect.getWidth()/3; in ImplDrawMenubutton()
3294 aRect = aInnerRect; in ImplDrawMenubutton()
3296 aRect.Bottom() = aRect.Top() + aRect.getHeight()/3; in ImplDrawMenubutton()
3298 aRect.Right() = aRect.Left() + aRect.getWidth()/3; in ImplDrawMenubutton()
3866 aRect.SetPos( AbsoluteScreenToOutputPixel( aRect.TopLeft() ) ); in ImplDrawFloatwinBorder()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx133 Rectangle aRect; in GetBoundingBox_Impl() local
137 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBox_Impl()
142 Point aTopLeft = aRect.TopLeft(); in GetBoundingBox_Impl()
144 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBox_Impl()
148 return aRect; in GetBoundingBox_Impl()
153 Rectangle aRect; in GetBoundingBoxOnScreen_Impl() local
157 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBoxOnScreen_Impl()
158 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl()
160 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
163 return aRect; in GetBoundingBoxOnScreen_Impl()
[all …]
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx728 aRect.Right() = aRect.Left()+nTextWidth+2; in ImplShowFocus()
729 aRect.Bottom() = aRect.Top()+nTextHeight+2; in ImplShowFocus()
741 aRect.Right() = aRect.Left() + aImageSize.Width() + 4; in ImplShowFocus()
891 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
1142 DrawLine( aRect.TopLeft(), aRect.TopRight() ); in ImplPaint()
1146 DrawLine( aRect.TopLeft(), aRect.BottomLeft() ); in ImplPaint()
1157 Point( aRect.Right()-1, aRect.Bottom()-1 ) ); in ImplPaint()
1159 Point( aRect.Right()-1, aRect.Bottom()-1 ) ); in ImplPaint()
1165 Point( aRect.Right(), aRect.Bottom() ) ); in ImplPaint()
1167 Point( aRect.Right(), aRect.Bottom() ) ); in ImplPaint()
[all …]
H A Dspinbtn.cxx141 Rectangle aRect( aTmpPoint, aSize ); in Resize() local
145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
150 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize()
181 Rectangle aRect( Point( 0, 0 ), aSize ); in Draw() local
186 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw()
191 aLowerRect = Rectangle( aUpperRect.BottomLeft(), aRect.BottomRight() ); in Draw()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx238 Rectangle aRect; in DrawPage() local
240 aRect.Left() = rOrg.X() + nL; in DrawPage()
245 DrawRect(aRect); in DrawPage()
282 aRect.Right() = aRect.Left() + nAutoColWidth; in DrawPage()
288 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()
391 DrawRect(aRect); in Paint()
425 DrawRect(aRect); in Paint()
536 Rectangle aRect; in DrawPage() local
538 aRect.Left() = rOrg.X() + nL; in DrawPage()
561 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
[all …]
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1295 Rectangle aRect( aPxPageRect.Left(), aPxPageRect.Top(), in _PaintSelectMarkAtPage() local
1297 aRect = pOutputDev->PixelToLogic( aRect ); in _PaintSelectMarkAtPage()
1300 pOutputDev->DrawRect( aRect ); in _PaintSelectMarkAtPage()
1302 aRect = Rectangle( aPxPageRect.Left()+1, aPxPageRect.Top()+1, in _PaintSelectMarkAtPage()
1304 aRect = pOutputDev->PixelToLogic( aRect ); in _PaintSelectMarkAtPage()
1305 pOutputDev->DrawRect( aRect ); in _PaintSelectMarkAtPage()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4423 DrawRect( aRect ); in ImplDrawEmphasisMark()
4431 DrawRect( aRect ); in ImplDrawEmphasisMark()
6791 aRect.Left() = aRect.Right()-nMaxWidth+1; in GetTextRect()
6795 aRect.Right() = aRect.Left()+nMaxWidth; in GetTextRect()
6798 aRect.Right() = aRect.Left()+nMaxWidth; in GetTextRect()
6801 aRect.Top() = aRect.Bottom()-(nTextHeight*nLines)+1; in GetTextRect()
6804 aRect.Top() += (aRect.GetHeight()-(nTextHeight*nLines))/2; in GetTextRect()
6805 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()
6808 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()
6810 return aRect; in GetTextRect()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx717 CGRect aRect( CGRectMake(nX, nY, nWidth, nHeight) ); in drawRect() local
720 aRect.origin.x += 0.5; in drawRect()
721 aRect.origin.y += 0.5; in drawRect()
722 aRect.size.width -= 1; in drawRect()
723 aRect.size.height -= 1; in drawRect()
727 CGContextFillRect( mrContext, aRect ); in drawRect()
730 CGContextStrokeRect( mrContext, aRect ); in drawRect()
1581 aRect.origin.x += 0.5; in drawAlphaRect()
1582 aRect.origin.y += 0.5; in drawAlphaRect()
1586 CGContextAddRect( mrContext, aRect ); in drawAlphaRect()
[all …]
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx659 ::Rectangle aRect; in getControlRect()
671 aRect = pStatusBar->GetItemRect( m_nID ); in getControlRect()
675 return aRect; in getControlRect()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx622 ::Rectangle aRect(GetClientWindowExtentsRelative(pTopmostParent)); in IMPL_LINK()
623 ::Point aPos = aRect.TopLeft(); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3836 Rectangle aRect(0, 0, 100, 100); //A dummy, we don't care about the size in SetSegmentToPageDesc() local
3837 SvxMSDffImportData aData(aRect); in SetSegmentToPageDesc()
3848 mso_sptRectangle, aRect); in SetSegmentToPageDesc()
H A Dww8par4.cxx399 Rectangle aRect(0, 0, nX, nY); in ImportOleBase() local
406 aRect.SetSize(pSize->GetSize()); in ImportOleBase()
420 pRet->SetLogicRect(aRect); in ImportOleBase()
457 … aSrcStgName, xSrc0, mpDocShell->GetStorage(), rGraph, aRect, aVisArea, pTmpData, nError, in ImportOleBase()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2922 SwRect aRect( rRect ); in Paint() local
3641 SwRect aRect( rRect ); in Paint() local
4867 SwRect aRect( Prt() ); in PaintBorder() local
4868 aRect += Frm().Pos(); in PaintBorder()
4980 SwRect aRect( Prt() ); in PaintBorder() local
5082 SwRect aRect( rRect ); in PaintColLines() local
5872 SwRect aRect; in PaintBackground() local
6031 SwRect aRect( rRect ); in RefreshSubsidiary() local
6035 if ( aRect.HasArea() ) in RefreshSubsidiary()
6438 SwRect aRect( rRect ); in RefreshExtraData() local
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx747 SwRect aRect( Point(aCharPos.X() + nX, pOrig->Top() ), in _GetCharRect() local
751 pCMS->p2Lines->aPortion = aRect; in _GetCharRect()
753 pCMS->p2Lines->aPortion2 = aRect; in _GetCharRect()
1770 SwRect aRect( aTmpFrm ); in FillSelection() local
1771 aRect.Intersection( rRect ); in FillSelection()
1781 else if( aRect.HasArea() ) in FillSelection()
1790 SwTwips nTop = (aRect.*fnRect->fnGetTop)(); in FillSelection()
1791 SwTwips nBottom = (aRect.*fnRect->fnGetBottom)(); in FillSelection()
1792 SwTwips nLeft = (aRect.*fnRect->fnGetLeft)(); in FillSelection()
1793 SwTwips nRight = (aRect.*fnRect->fnGetRight)(); in FillSelection()
H A Dtxtfly.cxx870 SwRect aRect( rRect ); in IsAnyObj() local
871 if ( aRect.IsEmpty() ) in IsAnyObj()
935 aRect.Width( aRect.Width() + nSpaceCnt * rInf.GetSpace() ); in DrawTextOpaque()
938 aRect.Width( aRect.Width() - nTmpLen * rInf.GetSpace() ); in DrawTextOpaque()
944 aRect.Intersection( aClipRect ); in DrawTextOpaque()
947 SwRegionRects aRegion( aRect ); in DrawTextOpaque()
1447 SwRect aRect; in InitAnchoredObjList() local
1450 aRect = pCurrFrm->Prt(); in InitAnchoredObjList()
1455 aRect = pCurrFrm->Frm(); in InitAnchoredObjList()
1949 pOut->DrawRect( aRect ); in ShowContour()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx725 ((SdrMeasureObj*)this)->aRect=rRect; in TakeUnrotatedSnapRect()
H A Dsvdopath.cxx1734 aRect = Rectangle(aPoint0, aPoint1); in ImpForceLineWink()
1735 aRect.Justify(); in ImpForceLineWink()
1800 aRect = ImpGetBoundRect(GetPathPoly()); in ImpForceKind()
2541 aRect = ImpGetBoundRect(GetPathPoly()); // fuer SdrTextObj# in NbcSetPoint()
H A Dsvdotext.cxx140 aRect(rNewRect), in SdrTextObj()
151 ImpJustifyRect(aRect); in SdrTextObj()
201 aRect(rNewRect), in SdrTextObj()
213 ImpJustifyRect(aRect); in SdrTextObj()
233 aRect(rNewRect), in SdrTextObj()
292 rOutliner.SetPaperSize(Size(aRect.Right()-aRect.Left(),aRect.Bottom()-aRect.Top())); in FitFrameToTextSize()
797 rRect=aRect; in TakeUnrotatedSnapRect()
1235 aRect =pTextObj->aRect; in operator =()
1317 maSnapRect=aRect; in RecalcSnapRect()
1573 rTGeo.aRect =aRect; in SaveGeoData()
[all …]
H A Dsvdoashp.cxx1770 aRect=rRect; in NbcSetSnapRect()
1771 ImpJustifyRect(aRect); in NbcSetSnapRect()
1792 aRect = rRect; in NbcSetLogicRect()
1793 ImpJustifyRect( aRect ); in NbcSetLogicRect()
1857 Rectangle aOld( aRect ); in NbcResize()
2090 Polygon aPoly( aRect ); in ImpCheckCustomGluePointsAreAdded()
2110 Point aRef( aRect.GetWidth() / 2, aRect.GetHeight() / 2 ); in ImpCheckCustomGluePointsAreAdded()
2472 aRect = aRect1; in DragCreateObject()
2769 aReturnValue = aRect; in ImpCalculateTextFrame()
2794 aRect = aNewTextRect; in NbcAdjustTextFrameWidthAndHeight()
[all …]
H A Dsvdobj.cxx1275 Rectangle aRect(aTmpRect); in ImpDragCalcRect() local
1291 long nWdt0=aRect.Right() -aRect.Left(); in ImpDragCalcRect()
1292 long nHgt0=aRect.Bottom()-aRect.Top(); in ImpDragCalcRect()
1324 long nHgt0b=aRect.Bottom()-aRect.Top(); in ImpDragCalcRect()
1330 long nWdt0b=aRect.Right()-aRect.Left(); in ImpDragCalcRect()
3172 void SdrObject::SetBLIPSizeRectangle( const Rectangle& aRect ) in SetBLIPSizeRectangle() argument
3174 maBLIPSizeRectangle = aRect; in SetBLIPSizeRectangle()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx624 Rectangle aRect = pView->GetImpEditView()->GetWindowPos( aR1 ); in Command() local
630 pView->GetWindow()->SetCursorRect( &aRect, nWidth ); in Command()

Completed in 369 milliseconds

12345678910>>...25