Home
last modified time | relevance | path

Searched refs:aRect (Results 226 – 250 of 608) sorted by relevance

12345678910>>...25

/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx207 Rectangle aRect = SvTreeListBox::GetFocusRect( _pEntry, _nLine ); in GetFocusRect() local
208 aRect.Left() = 0; in GetFocusRect()
216 aRect.Left() = pTab->GetPos() - pItemData->aSize.Width() / 2; in GetFocusRect()
219 aRect.Left() = ::std::max< long >( 0, aRect.Left() - 2 ); in GetFocusRect()
220 aRect.Right() = ::std::min< long >( GetOutputSizePixel().Width() - 1, aRect.Right() + 2 ); in GetFocusRect()
222 return aRect; in GetFocusRect()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenuItem.cxx162 Rectangle aRect(aPos + aMenuPos, aMenuSize); in GetBoundingBoxOnScreen() local
163 return aRect; in GetBoundingBoxOnScreen()
175 Rectangle aRect(aMenuPos, aMenuSize); in GetBoundingBox() local
176 return aRect; in GetBoundingBox()
H A DAccessibleDocumentPagePreview.cxx593 Rectangle aRect(mpAccDoc->GetBoundingBoxOnScreen()); in LogicToPixel() local
594 aPoint = pWin->LogicToPixel(rPoint, maMapMode) + aRect.TopLeft(); in LogicToPixel()
617 Rectangle aRect(mpAccDoc->GetBoundingBoxOnScreen()); in PixelToLogic() local
618 aPoint = pWin->PixelToLogic(rPoint - aRect.TopLeft(), maMapMode); in PixelToLogic()
1155 if(!aClippedPixelPaintRect.GetIntersection(aRect).IsEmpty()) in FillShapes()
1847 Rectangle aRect; in GetBoundingBoxOnScreen() local
1852 aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
1854 return aRect; in GetBoundingBoxOnScreen()
1859 Rectangle aRect; in GetBoundingBox() local
1864 aRect = pWindow->GetWindowExtentsRelative(pWindow->GetAccessibleParentWindow()); in GetBoundingBox()
[all …]
H A DAccessiblePreviewTable.cxx713 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen() local
714 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
715 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
725 Rectangle aRect; in GetBoundingBox() local
735 aRect = Rectangle( pColInfo[0].nPixelStart, in GetBoundingBox()
741 return aRect; in GetBoundingBox()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx248 Rectangle aRect( 0, 0, 30000, 30000 ); in ImplPosControls() local
321 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls()
337 aRect.Right() = nWidth; in ImplPosControls()
338 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls()
342 aRect.Right() = nWidth; in ImplPosControls()
343 aFormatRect = GetTextRect( aRect, aMessText, nTextStyle, &aTextInfo ); in ImplPosControls()
/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/offapi/com/sun/star/embed/
H A DXHatchWindowController.idl53 @param aRect
56 void requestPositioning( [in] com::sun::star::awt::Rectangle aRect );
61 @param aRect
68 [in] com::sun::star::awt::Rectangle aRect );
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx249 Rectangle aRect = pDlgEdObj->GetSnapRect(); in IsChildVisible() local
254 aRect.Move( aOrg.X(), aOrg.Y() ); in IsChildVisible()
257 aRect = m_pDialogWindow->LogicToPixel( aRect, MapMode(MAP_100TH_MM) ); in IsChildVisible()
261 if ( aParentRect.IsOver( aRect ) ) in IsChildVisible()
858 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
860 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx385 Rectangle aRect (aPnt, aSize); in FuInsertOLE() local
386 SdrOle2Obj* pObj = new SdrOle2Obj( aObjRef, aName, aRect); in FuInsertOLE()
405 aRect.SetSize( aNewSize ); in FuInsertOLE()
406 pObj->SetLogicRect( aRect ); in FuInsertOLE()
665 Rectangle aRect (aStart, aSize); in FuInsertChart() local
666 SdrOle2Obj* pObj = new SdrOle2Obj( svt::EmbeddedObjectRef( xObj, nAspect ), aName, aRect); in FuInsertChart()
739 … Point aDialogPos = pViewShell->GetChartDialogPos( aDialogSize, aRect ); in FuInsertChart()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx196 Rectangle aRect( aPnt, aSiz ); in DrawParagraph() local
198 if ( Lines[i] != aRect || bAll ) in DrawParagraph()
207 DrawRect( aRect ); in DrawParagraph()
208 Lines[i] = aRect; in DrawParagraph()
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx117 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData() local
129 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in getData()
150 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData() local
161 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in setData()
H A Ddx_canvasbitmap.cxx132 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue() local
134 if( Gdiplus::Ok != pGDIPlusBitmap->LockBits( &aRect, in getFastPropertyValue()
206 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue() local
208 if( Gdiplus::Ok != pGDIPlusBitmap->LockBits( &aRect, in getFastPropertyValue()
/trunk/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp525 RECT aRect; in OnDrawAdvanced() local
526 ::GetWindowRect( mOffWin, &aRect ); in OnDrawAdvanced()
528 if( aRect.left != di.prcBounds->left || aRect.top != di.prcBounds->top in OnDrawAdvanced()
529 || aRect.right != di.prcBounds->right || aRect.bottom != di.prcBounds->bottom ) in OnDrawAdvanced()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx544 Rectangle aRect( aPoint, aOut ); in IMPL_LINK_INLINE_END() local
549 Point aPt( aRect.TopRight() ); aPt.X() -= nTmp -1L; in IMPL_LINK_INLINE_END()
552 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
559 aRect.Right() = aPt.X() - 2; in IMPL_LINK_INLINE_END()
560 aRect.Bottom() = aPt.Y() - 2; in IMPL_LINK_INLINE_END()
562 return aRect; in IMPL_LINK_INLINE_END()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java261 Rect aRect; in findBorder() local
268 aRect = new Rect(nXMin, nYMin, nw, nh ); in findBorder()
273 aRect = new Rect(0,0,1,1); in findBorder()
281 return aRect; in findBorder()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx132 const SwRect aRect( *pRect ); in GetGridFrameList() local
135 { if ( pPg->Frm().IsOver( aRect ) ) in GetGridFrameList()
231 Rectangle aRect( rEvt.GetMousePosPixel(), Size(1,1) ); in RequestHelp() local
232 Help::ShowQuickHelp( pWindow, aRect, sTxt ); in RequestHelp()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx227 const Rectangle aRect( ((IMapRectangleObject*)&rMapObject)->GetRectangle(sal_False) ); in SvUnoImageMapObject() local
228 maBoundary.X = aRect.Left(); in SvUnoImageMapObject()
229 maBoundary.Y = aRect.Top(); in SvUnoImageMapObject()
230 maBoundary.Width = aRect.GetWidth(); in SvUnoImageMapObject()
231 maBoundary.Height = aRect.GetHeight(); in SvUnoImageMapObject()
286 …const Rectangle aRect( maBoundary.X, maBoundary.Y, maBoundary.X + maBoundary.Width - 1, maBoundary… in createIMapObject() local
287 …pNewIMapObject = new IMapRectangleObject( aRect, aURL, aAltText, aDesc, aTarget, aName, mbIsActive… in createIMapObject()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx787 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
789 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
809 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
810 aBounds = AWTRectangle( aRect ); in implGetBounds()
861 Rectangle aRect = GetWindow()->GetWindowExtentsRelative( NULL ); in getLocationOnScreen() local
862 aPos.X = aRect.Left(); in getLocationOnScreen()
863 aPos.Y = aRect.Top(); in getLocationOnScreen()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx255 Rectangle aRect(PixelToLogic(Point(0,0)),aOut); in resize() local
286 Rectangle aRect(PixelToLogic(Point(aStartWidth,0)),aOut); in Paint() local
288 DrawWallpaper(aRect,aWall); in Paint()
1068 Rectangle aRect = pNewObj->GetLogicRect(); in BegDragObj_createInvisibleObjectAtPosition() local
1132 Rectangle aRect( pObj->GetCurrentBoundRect() ); in BegDragObj() local
1133 aRect.Move(0, aNewObjPos.Y()); in BegDragObj()
1135 aLeftTop.X() = ::std::min( aRect.Left(), aLeftTop.X() ); in BegDragObj()
1136 aLeftTop.Y() = ::std::min( aRect.Top(), aLeftTop.Y() ); in BegDragObj()
1138 …OSL_TRACE("BegDragObj createInvisible X:%d Y:%d on View #%d\n", aRect.Left(), aRect.Top(), nViewCo… in BegDragObj()
1866 Rectangle aRect(PixelToLogic(Point(0,0)),aOut); in zoom() local
[all …]
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx400 Rectangle aRect; in IMPL_LINK() local
431 aRect.Left() = aPos.X() - 8; in IMPL_LINK()
432 aRect.Top() = aMousePos.Y(); in IMPL_LINK()
433 aRect.Right() = aRect.Left(); in IMPL_LINK()
434 aRect.Top() = aRect.Top(); in IMPL_LINK()
436 Help::ShowQuickHelp( pScroll->GetParent(), aRect, aHelpStr, nAlign ); in IMPL_LINK()
/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/unx/generic/window/
H A Dsalobj.cxx233 XRectangle *aRect = ClipRectangleList + numClipRectangles; in UnionClipRegion() local
235 aRect->x = (short) nX; in UnionClipRegion()
236 aRect->y = (short) nY; in UnionClipRegion()
237 aRect->width = (unsigned short) nWidth; in UnionClipRegion()
238 aRect->height= (unsigned short) nHeight; in UnionClipRegion()
/trunk/main/sw/source/core/text/
H A Dporrst.cxx312 SwRect aRect; in FormatEmpty() local
315 aTxtFly.IsOn() && aTxtFly.IsAnyObj( aRect ) ) in FormatEmpty()
348 aTxtFly.IsOn() && aTxtFly.IsAnyObj( aRect ) ) in FormatEmpty()
486 SwRect aRect( aPos, Size( 100, 200 ) ); in Paint() local
487 ((OutputDevice*)pOut)->DrawRect( aRect.SVRect() ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx388 Rectangle aRect(pO->GetCurrentBoundRect()); in SnapPos() local
389 aRect.Left ()-=mx; in SnapPos()
390 aRect.Right ()+=mx; in SnapPos()
391 aRect.Top ()-=my; in SnapPos()
392 aRect.Bottom()+=my; in SnapPos()
393 if (aRect.IsInside(rPnt)) { in SnapPos()
/trunk/main/sw/source/core/layout/
H A Dssfrm.cxx659 SwRect aRect = IsRowFrm() ? GetUpper()->Frm() : Frm(); in PaintArea() local
663 long nRight = (aRect.*fnRect->fnGetRight)(); in PaintArea()
664 long nLeft = (aRect.*fnRect->fnGetLeft)(); in PaintArea()
741 (aRect.*fnRect->fnSetLeft)( nLeft ); in PaintArea()
742 (aRect.*fnRect->fnSetRight)( nRight ); in PaintArea()
743 return aRect; in PaintArea()

Completed in 157 milliseconds

12345678910>>...25