Home
last modified time | relevance | path

Searched refs:aRect (Results 301 – 325 of 608) sorted by relevance

1...<<11121314151617181920>>...25

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx330 Rectangle aRect( aPnt1, aPnt2 ); in ImplDrawHighlightRect() local
334 aTmpPoly[0] = aRect.TopLeft(); in ImplDrawHighlightRect()
335 aTmpPoly[1] = aRect.TopRight(); in ImplDrawHighlightRect()
336 aTmpPoly[2] = aRect.BottomRight(); in ImplDrawHighlightRect()
337 aTmpPoly[3] = aRect.BottomLeft(); in ImplDrawHighlightRect()
346 pWindow->Invert( aRect ); in ImplDrawHighlightRect()
354 _pTarget->DrawRect(aRect); in ImplDrawHighlightRect()
415 Rectangle aRect; in GetWindowPos() local
418 aRect = Rectangle( aPos, aSz ); in GetWindowPos()
423 aRect = Rectangle( aNewPos, Size( aSz.Height(), aSz.Width() ) ); in GetWindowPos()
[all …]
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx190 Rectangle aRect; in GetFieldCharacterBounds() local
196 aRect = pController->GetWindow().GetCharacterBounds(_nIndex); in GetFieldCharacterBounds()
198 return aRect; in GetFieldCharacterBounds()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx665 awt::Rectangle aRect = pText->getCharacterBounds( offset ); in text_wrapper_get_character_extents() local
676 *x = aRect.X + origin_x; in text_wrapper_get_character_extents()
677 *y = aRect.Y + origin_y; in text_wrapper_get_character_extents()
678 *width = aRect.Width; in text_wrapper_get_character_extents()
679 *height = aRect.Height; in text_wrapper_get_character_extents()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java292 Rectangle aRect = xText.getCharacterBounds( i ); in bounds() local
297 aMiddle.X = aRect.X + (aRect.Width / 2) - 1; in bounds()
298 aMiddle.Y = aRect.Y + (aRect.Height / 2 ) - 1; in bounds()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx425 Rectangle aRect(pObj->GetLogicRect()); in PasteDataFormat() local
426 aInsPos.X() -= aRect.GetSize().Width() / 2; in PasteDataFormat()
427 aInsPos.Y() -= aRect.GetSize().Height() / 2; in PasteDataFormat()
430 aRect.SetPos(aInsPos); in PasteDataFormat()
431 pObj->SetLogicRect(aRect); in PasteDataFormat()
H A Dviewfun7.cxx359 Rectangle aRect( aInsPos, aSize ); in PasteObject() local
362 SdrOle2Obj* pSdrObj = new SdrOle2Obj( aObjRef, aName, aRect ); in PasteObject()
446 Rectangle aRect(aPos, aSize); in PasteGraphic() local
447 SdrGrafObj* pGrafObj = new SdrGrafObj(rGraphic, aRect); in PasteGraphic()
H A Dspelldialog.cxx250 Rectangle aRect( Point( 0, 0 ), Point( 0, 0 ) ); in Init() local
251 pEditView->SetOutputArea( aRect ); in Init()
254 mxEngine->SetPaperSize( aRect.GetSize() ); in Init()
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx402 Rectangle aRect( nOldStatusX, 0, nOldStatusX+2, aSize.Height()-1 ); in Resize() local
403 Invalidate( aRect ); in Resize()
407 Rectangle aRect( nNewStatusX, 0, nNewStatusX+2, aSize.Height()-1 ); in Resize() local
408 Invalidate( aRect ); in Resize()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx218 …virtual void SAL_CALL setRectClip( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExc… in setRectClip() argument
221 *(maRenderState.m_aRectClip) = aRect; in setRectClip()
248 …virtual void SAL_CALL drawRect( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExcept… in drawRect() argument
253 aRect)); in drawRect()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx1038 Rectangle aRect( aStbStatus.GetItemRect( 4 ) ); in IMPL_LINK() local
1044 aRect.Left() += 4; in IMPL_LINK()
1045 aRect.Top() += 4; in IMPL_LINK()
1046 aRect.Right() -= 4; in IMPL_LINK()
1047 aRect.Bottom() -= 4; in IMPL_LINK()
1049 aStbStatus.DrawRect( aRect ); in IMPL_LINK()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx517 Rectangle aRect( pOLV->GetOutputArea() ); in AcceptDrop() local
523 aRect.Union( pObj->GetLogicRect() ); in AcceptDrop()
526 if( aRect.IsInside( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ) ) in AcceptDrop()
699 Rectangle aRect( pOLV->GetOutputArea() ); in ExecuteDrop() local
705 aRect.Union( pObj->GetLogicRect() ); in ExecuteDrop()
710 if( aRect.IsInside( aPos ) ) in ExecuteDrop()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx283 Rectangle aRect(Point(0,0), m_pChartWindow->GetOutputSize()); in setPosSize() local
284 m_pDrawViewWrapper->SetWorkArea( aRect ); in setPosSize()
1806 awt::Rectangle aRect( pValueProvider->getRectangleOfObject( rCID )); in impl_moveOrResizeObject() local
1811 aRelSize.Primary = static_cast< double >( aRect.Width ) / fWidth; in impl_moveOrResizeObject()
1812 aRelSize.Secondary = static_cast< double >( aRect.Height ) / fHeight; in impl_moveOrResizeObject()
1818 aRelPos.Primary = (static_cast< double >( aRect.X ) / fWidth) + in impl_moveOrResizeObject()
1820 aRelPos.Secondary = (static_cast< double >( aRect.Y ) / fHeight) + in impl_moveOrResizeObject()
1826 aRelPos.Primary = static_cast< double >( aRect.X ) / fWidth; in impl_moveOrResizeObject()
1827 aRelPos.Secondary = static_cast< double >( aRect.Y ) / fHeight; in impl_moveOrResizeObject()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2007 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition() local
2008 Rectangle aRectangle( aRect ); in getPosition()
2016 Polygon aPol( Rect2Poly( aRect, aNewGeo ) ); in getPosition()
2116 Rectangle aRect( pObject->GetSnapRect() ); in setPropertyValue() local
2132 Point aTop( ( aRect.Left() + aRect.Right() ) >> 1, aRect.Top() ); in setPropertyValue()
2141 Point aLeft( aRect.Left(), ( aRect.Top() + aRect.Bottom() ) >> 1 ); in setPropertyValue()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx141 Rectangle aRect(pDoc->GetMMRect( in GetNewShapeSizePos() local
145 rEndX = -rEndX + aRect.Right(); in GetNewShapeSizePos()
147 rEndX += aRect.Left(); in GetNewShapeSizePos()
148 rEndY += aRect.Top(); in GetNewShapeSizePos()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1943 Rectangle aRect; in updateSelectionOverlay() local
1946 pTableObj->getCellBounds( aStart, aRect ); in updateSelectionOverlay()
1948 basegfx::B2DRange a2DRange( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay()
1949 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay()
1952 pTableObj->getCellBounds( aEnd, aRect ); in updateSelectionOverlay()
1953 a2DRange.expand( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay()
1954 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx241 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in containsPoint()
243 return rPoint.X >= 0 && rPoint.X < aRect.Width in containsPoint()
244 && rPoint.Y >= 0 && rPoint.Y < aRect.Height; in containsPoint()
269 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocation()
271 return ::css::awt::Point(aRect.X, aRect.Y); in getLocation()
279 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocationOnScreen()
281 return ::css::awt::Point(aRect.X, aRect.Y); in getLocationOnScreen()
289 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getSize()
291 return ::css::awt::Size(aRect.Width, aRect.Height); in getSize()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx106 Rectangle aRect; in GetVisArea() local
107 aRect.SetSize( OutputDevice::LogicToLogic( Size( 5000, 5000 ), in GetVisArea()
109 return aRect; in GetVisArea()
/trunk/main/sw/source/ui/shells/
H A Dtextidx.cxx131 SwRect aRect; in ExecIdx() local
132 rSh.CalcBoundRect(aRect, FLY_AS_CHAR); in ExecIdx()
134 long nWidth = aRect.Width(); in ExecIdx()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx381 geometry::RealRectangle2D aRect; in readChar() local
383 readDouble(aRect.X1); in readChar()
384 readDouble(aRect.Y1); in readChar()
385 readDouble(aRect.X2); in readChar()
386 readDouble(aRect.Y2); in readChar()
399 aRect, aUnoMatrix ); in readChar()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx606 XRectangle aRect; in setClipRegion() local
608 aRect.x = (short)aRectIter->Left(); in setClipRegion()
609 aRect.y = (short)aRectIter->Top(); in setClipRegion()
610 aRect.width = (unsigned short)nW; in setClipRegion()
611 aRect.height = (unsigned short)nH; in setClipRegion()
612 XUnionRectWithRegion(&aRect, mpClipRegion, mpClipRegion); in setClipRegion()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx357 Rectangle aRect = pControl->GetCharacterBounds( i ); in getCharacterBounds() local
358 sal_Int32 nHeight = aRect.GetHeight(); in getCharacterBounds()
361 aBounds.Y = aRect.Top(); in getCharacterBounds()
366 aBounds.X = aRect.Right() + 1; in getCharacterBounds()
/trunk/main/sw/source/filter/ww8/
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/ui/frmdlg/
H A Dcolumn.cxx122 SwRect aRect; in SwColumnDlg() local
123 rWrtShell.CalcBoundRect(aRect, FLY_AS_CHAR); in SwColumnDlg()
125 nSelectionWidth = aRect.Width(); in SwColumnDlg()
1445 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() local
1447 long nRectWidth = aRect.GetWidth(); in UserDraw()
1448 long nRectHeight = aRect.GetHeight(); in UserDraw()
1450 Point aBLPos = aRect.TopLeft(); in UserDraw()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1255 Rectangle aRect( rPoly.GetBoundRect() ); in WritePolyPolygon() local
1259 XML_w, I64S( aRect.GetWidth() ), in WritePolyPolygon()
1260 XML_h, I64S( aRect.GetHeight() ), in WritePolyPolygon()
1268 XML_x, I64S( rPoly[ 0 ].X() - aRect.Left() ), in WritePolyPolygon()
1269 XML_y, I64S( rPoly[ 0 ].Y() - aRect.Top() ), in WritePolyPolygon()
1287 XML_x, I64S( rPoly[j].X() - aRect.Left() ), in WritePolyPolygon()
1288 XML_y, I64S( rPoly[j].Y() - aRect.Top() ), in WritePolyPolygon()
/trunk/main/sd/source/ui/func/
H A Dfuconarc.cxx297 Rectangle aRect(rRectangle); in CreateDefaultObject() local
307 ImpForceQuadratic(aRect); in CreateDefaultObject()
310 pObj->SetLogicRect(aRect); in CreateDefaultObject()

Completed in 181 milliseconds

1...<<11121314151617181920>>...25