Home
last modified time | relevance | path

Searched refs:aRect (Results 126 – 150 of 608) sorted by relevance

12345678910>>...25

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx551 aRect.Top() = nY; in InvalidateEntriesFrom()
552 pView->Invalidate( aRect ); in InvalidateEntriesFrom()
562 aRect.Top() = nY; in InvalidateEntry()
563 aRect.Bottom() = nY; aRect.Bottom() += pView->GetEntryHeight(); in InvalidateEntry()
568 pView->Invalidate( aRect ); in InvalidateEntry()
607 pView->ShowFocus( aRect ); in RecalcFocusRect()
701 pView->ShowFocus( aRect ); in ShowCursor()
973 Rectangle aRect; in Paint() local
1301 Rectangle aRect; in AdjustScrollBars() local
1302 aRect.SetSize( aOSize ); in AdjustScrollBars()
[all …]
H A Dsvtabbx.cxx920 Rectangle aRect; in calcHeaderRect() local
929 return aRect; in calcHeaderRect()
939 return aRect; in calcTableRect()
945 Rectangle aRect; in GetFieldRectPixelAbs() local
950 Point aTopLeft = aRect.TopLeft(); in GetFieldRectPixelAbs()
955 aRect = Rectangle( aTopLeft, aSize ); in GetFieldRectPixelAbs()
959 aTopLeft = aRect.TopLeft(); in GetFieldRectPixelAbs()
961 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetFieldRectPixelAbs()
964 return aRect; in GetFieldRectPixelAbs()
1285 Rectangle aRect; in GetFieldCharacterBounds() local
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx360 Rectangle aRect( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in containsPoint() local
361 aRect.Move(-aRect.TopLeft().X(),-aRect.TopLeft().Y()); in containsPoint()
362 bInside = aRect.IsInside( VCLPoint( _aPoint ) ); in containsPoint()
377 awt::Rectangle aRect; in getBounds() local
379 aRect = AWTRectangle( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in getBounds()
381 return aRect; in getBounds()
392 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocation() local
393 aPoint = aRect.TopLeft(); in getLocation()
406 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocationOnScreen() local
407 aPoint = aRect.TopLeft(); in getLocationOnScreen()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx68 Rectangle aRect; in GetBoundingRectangle() local
76 aRect = Rectangle( aTopLeft, aSize ); in GetBoundingRectangle()
79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
80 return aRect; in GetBoundingRectangle()
172 Rectangle aRect; in GetEntryCharacterBounds() local
178 aRect = m_aComboListBox.GetCharacterBounds( nIndex ); in GetEntryCharacterBounds()
180 return aRect; in GetEntryCharacterBounds()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx717 RECT aRect = lpdis->rcItem; in OnDrawItem() local
734 …PatBlt(lpdis->hDC, aRect.left, aRect.top, aRect.right-aRect.left, aRect.bottom-aRect.top, PATCOPY); in OnDrawItem()
736 int height = aRect.bottom-aRect.top; in OnDrawItem()
738 x = aRect.left; in OnDrawItem()
739 y = aRect.top; in OnDrawItem()
770 aRect.left = x; in OnDrawItem()
788 …LL, (DRAWSTATEPROC)NULL, (LPARAM)pMyItem->text.getStr(), (WPARAM)0, aRect.left, aRect.top + (heigh… in OnDrawItem()
/trunk/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx246 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint() local
249 return aRect.IsInside( aPoint ); in containsPoint()
277 Rectangle aRect = aBulletInfo.aBounds; in getBounds() local
280 aRect.Move( -aParentRect.Left(), -aParentRect.Top() ); in getBounds()
283 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds()
305 awt::Rectangle aRect = getBounds(); in getLocation() local
307 return awt::Point( aRect.X, aRect.Y ); in getLocation()
343 awt::Rectangle aRect = getBounds(); in getSize() local
345 return awt::Size( aRect.Width, aRect.Height ); in getSize()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx181 Rectangle aRect( in GetRect() local
189 lclMirrorRectangle( aRect ); in GetRect()
190 return aRect; in GetRect()
200 Rectangle aRect( rRect ); in SetRect() local
202 lclMirrorRectangle( aRect ); in SetRect()
206 …lclGetColFromX( rDoc, nScTab, maFirst.mnCol, mnLX, 0, nXclMaxCol, nDummy, aRect.Left()… in SetRect()
207 …lclGetColFromX( rDoc, nScTab, maLast.mnCol, mnRX, maFirst.mnCol, nXclMaxCol, nDummy, aRect.Right(… in SetRect()
209 …lclGetRowFromY( rDoc, nScTab, maFirst.mnRow, mnTY, 0, nXclMaxRow, nDummy, aRect.Top(),… in SetRect()
210 …lclGetRowFromY( rDoc, nScTab, maLast.mnRow, mnBY, maFirst.mnRow, nXclMaxRow, nDummy, aRect.Bottom… in SetRect()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx202 SwRect aRect; in lcl_CalculateRepaintRect() local
210 rTxtFrm.GetCharRect( aRect, aPos, &aTmpState ); in lcl_CalculateRepaintRect()
229 (aRect.*fnRect->fnSetWidth)( 1 ); in lcl_CalculateRepaintRect()
288 aRect.Union( aTmp ); in lcl_CalculateRepaintRect()
294 aRect.Union( pStartFrm->PaintArea() ); in lcl_CalculateRepaintRect()
311 if( aTmp.Height() > aRect.Height() ) in lcl_CalculateRepaintRect()
312 aRect.Height( aTmp.Height() ); in lcl_CalculateRepaintRect()
315 return aRect; in lcl_CalculateRepaintRect()
1158 SwRect aRect; in _AutoSpell() local
1162 return aRect; in _AutoSpell()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx88 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() local
92 long nRectHeight = aRect.GetHeight(); in UserDraw()
93 long nRectWidth = aRect.GetWidth(); in UserDraw()
94 Point aBLPos = aRect.TopLeft(); in UserDraw()
113 Rectangle aBackRect = aRect; in UserDraw()
122 pDev->DrawRect(aRect); in UserDraw()
177 Invalidate( aRect ); in UserDraw()
/trunk/main/svtools/source/misc/
H A Dimap.cxx229 aRect = Application::GetDefaultDevice()->PixelToLogic( rRect, MapMode( MAP_100TH_MM ) ); in ImpConstruct()
231 aRect = rRect; in ImpConstruct()
243 rOStm << aRect; in WriteIMapObject()
255 rIStm >> aRect; in ReadIMapObject()
279 return aRect.IsInside( rPoint ); in IsHit()
294 aNewRect = Application::GetDefaultDevice()->LogicToPixel( aRect, MapMode( MAP_100TH_MM ) ); in GetRectangle()
296 aNewRect = aRect; in GetRectangle()
310 Point aTL( aRect.TopLeft() ); in Scale()
311 Point aBR( aRect.BottomRight() ); in Scale()
319 aRect = Rectangle( aTL, aBR ); in Scale()
[all …]
/trunk/main/oox/source/export/
H A Dshapes.cxx395 Rectangle aRect( aPolyPolygon.GetBoundRect() ); in WriteBezierShape() local
396 awt::Size size = MapSize( awt::Size( aRect.GetWidth(), aRect.GetHeight() ) ); in WriteBezierShape()
412 WriteTransformation( aRect ); in WriteBezierShape()
703 Rectangle aRect( Point( aStartPoint.X, aStartPoint.Y ), Point( aEndPoint.X, aEndPoint.Y ) ); in WriteConnectorShape() local
704 if( aRect.getWidth() < 0 ) { in WriteConnectorShape()
706 aRect.setX( aEndPoint.X ); in WriteConnectorShape()
707 aRect.setWidth( aStartPoint.X - aEndPoint.X ); in WriteConnectorShape()
710 if( aRect.getHeight() < 0 ) { in WriteConnectorShape()
712 aRect.setY( aEndPoint.Y ); in WriteConnectorShape()
713 aRect.setHeight( aStartPoint.Y - aEndPoint.Y ); in WriteConnectorShape()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx978 SwRect aRect; in CheckMacroHit() local
981 aRect = pFlyFrm->Prt(); in CheckMacroHit()
982 aRect += pFlyFrm->Frm().Pos(); in CheckMacroHit()
985 aRect = pFlyFrm->Frm(); in CheckMacroHit()
987 if( aRect.IsInside( rRec.aPos ) ) in CheckMacroHit()
989 SwRect aActRect( aRect ); in CheckMacroHit()
990 Size aActSz( aRect.SSize() ); in CheckMacroHit()
991 aRect.Pos().X() += rRec.nTol; in CheckMacroHit()
992 aRect.Pos().Y() += rRec.nTol; in CheckMacroHit()
993 aRect.SSize().Height()-= 2 * rRec.nTol; in CheckMacroHit()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx344 Rectangle aRect( m_pDialog->GetWindowExtentsRelative( 0 ) ); in setPropertyValue() local
346 Point aNewOuterPos = Point( aPos.X - aRect.Left(), aPos.Y - aRect.Top() ); in setPropertyValue()
375 Rectangle aRect( m_pDialog->GetWindowExtentsRelative( 0 ) ); in getPropertyValue() local
376 awt::Point aPoint(aRect.Left(),aRect.Top()); in getPropertyValue()
388 Rectangle aRect( m_pDialog->GetWindowExtentsRelative( 0 ) ); in getPropertyValue() local
389 awt::Size aSize(aRect.GetWidth(),aRect.GetHeight()); in getPropertyValue()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx914 Rectangle aRect( rRect ); in SetVisArea() local
920 if ( aRect.Right() > aSz.Width() ) in SetVisArea()
921 nMoveX = aSz.Width() - aRect.Right(); in SetVisArea()
922 if ( aRect.Bottom() > aSz.Height() ) in SetVisArea()
923 nMoveY = aSz.Height() - aRect.Bottom(); in SetVisArea()
924 aRect.Move( nMoveX, nMoveY ); in SetVisArea()
925 nMoveX = aRect.Left() < 0 ? -aRect.Left() : 0; in SetVisArea()
926 nMoveY = aRect.Top() < 0 ? -aRect.Top() : 0; in SetVisArea()
927 aRect.Move( nMoveX, nMoveY ); in SetVisArea()
930 mpView->SetVisArea( aRect, sal_True ); in SetVisArea()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx308 Rectangle aRect (aPnt, aSize); in CreatePresObj() local
895 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
902 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
909 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
940 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
946 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
952 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
958 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj() local
2271 pTextObject->SetLogicRect(aRect); in InsertAutoLayoutShape()
2288 pTextObject->SetLogicRect(aRect); in InsertAutoLayoutShape()
[all …]
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.hxx54 Rectangle aRect( aOuter ); in GetInnerRectPixel() local
55 aRect.Top() += aBorder.Height(); in GetInnerRectPixel()
56 aRect.Left() += aBorder.Width(); in GetInnerRectPixel()
57 aRect.Bottom() -= aBorder.Height(); in GetInnerRectPixel()
58 aRect.Right() -= aBorder.Width(); in GetInnerRectPixel()
59 return aRect; in GetInnerRectPixel()
/trunk/main/sc/source/ui/view/
H A Dtabview4.cxx109 Rectangle aRect( pWin->OutputToScreenPixel( aPos ), Size(1,1) ); in ShowRefTip() local
114 nTipVisible = Help::ShowTip( pWin, aRect, aHelp, nFlags ); in ShowRefTip()
225 ScUpdateRect aRect( nStartX, nStartY, nEndX, nEndY ); in UpdateRef() local
235 aRect.SetNew( nStartX, nStartY, nEndX, nEndY ); in UpdateRef()
260 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in UpdateRef()
298 Rectangle aRect( aPos, aPos ); in UpdateRef() local
300 Help::ShowQuickHelp(pWin, aRect, aHelpStr, nAlign); in UpdateRef()
498 Rectangle aRect( 0,nDragPos, pWin->GetOutputSizePixel().Width()-1,nDragPos+HDR_SLIDERSIZE-1 ); in InvertHorizontal() local
500 pWin->DoInvertRect( aRect ); // Pixel in InvertHorizontal()
513 Rectangle aRect( nDragPos,0, nDragPos+HDR_SLIDERSIZE-1,pWin->GetOutputSizePixel().Height()-1 ); in InvertVertical() local
[all …]
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx545 Rectangle aRect; in ImplConvertFromSVM1() local
698 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
715 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
719 const Polygon aPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in ImplConvertFromSVM1()
734 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
754 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
775 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
1060 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
1105 aRegion.Intersect( aRect ); in ImplConvertFromSVM1()
1120 ImplReadRect( rIStm, aRect ); in ImplConvertFromSVM1()
[all …]
/trunk/main/sd/source/ui/table/
H A Dtablefunction.cxx148 Rectangle aRect; in FuTable() local
153 aRect = pPickObj->GetLogicRect(); in FuTable()
154 aRect.setHeight( 200 ); in FuTable()
166 aRect = Rectangle(aPos, aSize); in FuTable()
169 …::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( GetDoc(), aRect, nColumns, nRows … in FuTable()
269 Rectangle aRect (aPos, aSize); in CreateTableFromRTF() local
270 ::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( pModel, aRect, 1, 1 ); in CreateTableFromRTF()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx593 ::basegfx::B2IRectangle aRect; in lcl_getRect()
596 return aRect; in lcl_getRect()
863 ::basegfx::B2IRectangle aRect( lcl_getRect( rInfo.xLabelGroupShape ) ); in rearrangeLabelToAvoidOverlapIfRequested()
864 if( nX1 < aRect.getMinX() ) in rearrangeLabelToAvoidOverlapIfRequested()
865 nX2 = aRect.getMinX(); in rearrangeLabelToAvoidOverlapIfRequested()
866 else if( nX1 > aRect.getMaxX() ) in rearrangeLabelToAvoidOverlapIfRequested()
867 nX2 = aRect.getMaxX(); in rearrangeLabelToAvoidOverlapIfRequested()
869 if( nY1 < aRect.getMinY() ) in rearrangeLabelToAvoidOverlapIfRequested()
870 nY2 = aRect.getMinY(); in rearrangeLabelToAvoidOverlapIfRequested()
871 else if( nY1 > aRect.getMaxY() ) in rearrangeLabelToAvoidOverlapIfRequested()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx430 Rectangle aRect( aPoint, maWinSize ); in MouseMove() local
431 if( !IsVisibleSplitPos( nPos ) || !aRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseMove()
557 Rectangle aRect( Point( nPosX, 0 ), Size( nWidth, GetHeight() ) ); in ImplDrawArea() local
559 maBackgrDev.DrawRect( aRect ); in ImplDrawArea()
561 aRect = maActiveRect; in ImplDrawArea()
562 aRect.Left() = Max( GetFirstX(), nPosX ); in ImplDrawArea()
563aRect.Right() = Min( Min( GetX( GetPosCount() ), GetLastX() ), nPosX + nWidth - sal_Int32( 1 ) ); in ImplDrawArea()
564 if( aRect.Left() <= aRect.Right() ) in ImplDrawArea()
567 maBackgrDev.DrawRect( aRect ); in ImplDrawArea()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx514 if( aRect.X >= nWidth ) in getCharacterBounds()
516 if( aRect.X + aRect.Width > nWidth ) in getCharacterBounds()
517 aRect.Width = nWidth - aRect.X; in getCharacterBounds()
518 return aRect; in getCharacterBounds()
1593 Rectangle aRect( implGetBoundingBox() ); in GetBoundingBoxOnScreen() local
1594 aRect.SetPos( implGetAbsPos( aRect.TopLeft() ) ); in GetBoundingBoxOnScreen()
1595 return aRect; in GetBoundingBoxOnScreen()
1655 aRect.Intersection( aClipRect ); in implGetBoundingBox()
1656 if( (aRect.GetWidth() <= 0) || (aRect.GetHeight() <= 0) ) in implGetBoundingBox()
1657 aRect.SetSize( Size( -1, -1 ) ); in implGetBoundingBox()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx147 Rectangle aRect; in GetBoundingBox_Impl() local
150 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBox_Impl()
152 return aRect; in GetBoundingBox_Impl()
157 Rectangle aRect; in GetBoundingBoxOnScreen_Impl() local
161 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBoxOnScreen_Impl()
162 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl()
164 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
167 return aRect; in GetBoundingBoxOnScreen_Impl()
526 Rectangle aRect = aLayoutData.GetCharacterBounds(i); in getIndexAtPoint() local
527 sal_Bool bInside = aRect.IsInside( aPnt ); in getIndexAtPoint()
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx147 Rectangle aRect = pObjList->GetAllObjBoundRect(); in Construct() local
159 double fRectWH = (double) aRect.GetWidth() / aRect.GetHeight(); in Construct()
174 Fraction aFrac1( aWinSize.Width(), aRect.GetWidth() ); in Construct()
175 Fraction aFrac2( aWinSize.Height(), aRect.GetHeight() ); in Construct()
191 aNewPos -= Point( aRect.TopLeft().X(), aRect.TopLeft().Y() ); in Construct()
/trunk/main/vcl/source/window/
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 …]

Completed in 252 milliseconds

12345678910>>...25