Home
last modified time | relevance | path

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

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/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 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()
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()
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx144 aWriter.DrawRect( aRect ); in doTestCode()
150 … aWriter.CreateNote( Rectangle( Point( aRect.Right(), aRect.Top() ), Size( 6000, 3000 ) ), aNote ); in doTestCode()
196 aWriter.DrawRect( aRect ); in doTestCode()
348 aWriter.DrawRect( aRect ); in doTestCode()
4958 aRect.Left() += nDelta; aRect.Top() += nDelta; in drawFieldBorder()
4959 aRect.Right() -= nDelta; aRect.Bottom() -= nDelta; in drawFieldBorder()
4963 … drawRectangle( Rectangle( Point( aRect.Left(), aRect.Bottom()-nDelta ), aRect.BottomRight() ) ); in drawFieldBorder()
4964 … drawRectangle( Rectangle( Point( aRect.Right()-nDelta, aRect.Top() ), aRect.BottomRight() ) ); in drawFieldBorder()
4966 … drawRectangle( Rectangle( aRect.TopLeft(), Point( aRect.Left()+nDelta, aRect.Bottom() ) ) ); in drawFieldBorder()
4967 … drawRectangle( Rectangle( aRect.TopLeft(), Point( aRect.Right(), aRect.Top()+nDelta ) ) ); in drawFieldBorder()
[all …]
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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx1202 RECTL aRect; in GetWorkArea() local
1203 GetWorkArea( aRect); in GetWorkArea()
1204 rRect.nLeft = aRect.xLeft; in GetWorkArea()
1205 rRect.nRight = aRect.xRight; // win -1; in GetWorkArea()
1206 rRect.nTop = aRect.yTop; in GetWorkArea()
2925 RECTL aRect; in SetMaximizedFrameGeometry() local
2926 pFrame->GetWorkArea( aRect); in SetMaximizedFrameGeometry()
2933 pFrame->maGeometry.nX = aRect.xLeft; in SetMaximizedFrameGeometry()
2934 pFrame->maGeometry.nY = aRect.yBottom; in SetMaximizedFrameGeometry()
2935 pFrame->maGeometry.nWidth = aRect.xRight - aRect.xLeft + 1; in SetMaximizedFrameGeometry()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/soldep/source/
H A Dconnctr.cxx165 Rectangle aRect( pDevice->PixelToLogic( Rectangle( mEnd - Point( 2, 2), mEnd + Point( 2, 2) ) ) ); in DrawOutput() local
166 aRect.Move( -rOffset.X(), -rOffset.Y() ); in DrawOutput()
167 pDevice->DrawEllipse( aRect ); in DrawOutput()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp2.cxx86 Rectangle aRect; in FillGraphList() local
88 aRect = pDoc->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in FillGraphList()
94 if ( bAll || aRect.IsInside( aObjRect ) ) in FillGraphList()
/aoo41x/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx427 RECT aRect = phw->m_aTracker.m_rect; in HatchWndProc() local
428 TransformRect(&aRect,hWnd,GetParent(hWnd)); in HatchWndProc()
429 phw->m_pDocHolder->OnPosRectChanged(&aRect); in HatchWndProc()
/aoo41x/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()
H A Dfuconcs.cxx322 Rectangle aRect( rRectangle ); in CreateDefaultObject() local
324 ImpForceQuadratic( aRect ); in CreateDefaultObject()
325 pObj->SetLogicRect( aRect ); in CreateDefaultObject()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()

Completed in 692 milliseconds

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