Home
last modified time | relevance | path

Searched refs:aRect (Results 451 – 475 of 608) sorted by relevance

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

/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx730 if( !_pGridMap || !_pView->IsBoundingRectValid( pEntry->aRect )) in OccupyGrids()
733 OccupyGrids( pEntry->aRect, bOccupy ); in OccupyGrids()
735 OccupyGrid( GetGrid( pEntry->aRect.Center()), bOccupy ); in OccupyGrids()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx189 RECTL aRect; in GetGraphicsWidth() local
190 WinQueryWindowRect( mhWnd, &aRect ); in GetGraphicsWidth()
191 return aRect.xRight; in GetGraphicsWidth()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx434 Rectangle aRect( Point( 1, 1 ), Size( nWidth - 2, nHeight - 2 ) ); in MakePreview() local
435 aVDev.DrawRect( aRect ); in MakePreview()
496 aVDev.DrawText( aRect, aString, TEXT_DRAW_CLIP | TEXT_DRAW_MULTILINE ); in MakePreview()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java168 … Rectangle aRect = new Rectangle( aUpperLeft.X, aUpperLeft.Y, aExtent.Width, aExtent.Height ); in insertChart() local
175 aChartCollection.addNewByName( sChartName, aRect, aAddresses, true, false ); in insertChart()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx865 Rectangle aRect( aStart,aEnd ); in Draw()
866 Invert( aRect, INVERT_HIGHLIGHT ); in Draw()
1344 Rectangle aRect = GetListValButtonRect( aListValPos ); in DrawButtons() local
1345 aComboButton.SetPosPixel( aRect.TopLeft() ); in DrawButtons()
1346 aComboButton.SetSizePixel( aRect.GetSize() ); in DrawButtons()
1347 pContentDev->SetClipRegion( aRect ); in DrawButtons()
H A Dprevloc.cxx766 Rectangle aRect; in GetCellOutputRect() local
767 GetCellPosition(rCellPos, aRect); in GetCellOutputRect()
768 return aRect; in GetCellOutputRect()
H A Dolinewin.cxx149 Rectangle aRect( GetRectangle( 0, nEntryStart, GetOutputSizeLevel() - 1, nEntryEnd ) ); in ScrollRel() local
151 Scroll( nEntryDiff, 0, aRect ); in ScrollRel()
153 Scroll( 0, nEntryDiff, aRect ); in ScrollRel()
H A Dselect.cxx427 ScUpdateRect aRect( aDelRange.aStart.Col(), aDelRange.aStart.Row(), in SetCursorAtCell()
429 aRect.SetNew( nDelStartX,nDelStartY, nEndX,nEndY ); in SetCursorAtCell()
434 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in SetCursorAtCell()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx474 Rectangle aRect = pScene->GetSnapRect(); in NbcMove() local
492 (double)rSize.Width() * aEyeVol.getWidth() / (double)aRect.GetWidth(), in NbcMove()
493 (double)-rSize.Height() * aEyeVol.getHeight() / (double)aRect.GetHeight(), in NbcMove()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx746 Rectangle aRect(GetBoundingBox()); in GetBoundingBoxOnScreen() local
751 aRect.Move(aParentPos.getX(), aParentPos.getY()); in GetBoundingBoxOnScreen()
754 return aRect; in GetBoundingBoxOnScreen()
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx82 Rectangle aRect; // Bounding-Rect des Entries member in SvxIconChoiceCtrlEntry
136 const Rectangle & GetBoundRect() const { return aRect; } in GetBoundRect()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx210 Rectangle aRect ( aInsertPos, aLogicSize ); in lcl_InsertGraphic() local
212 SdrGrafObj* pObj = new SdrGrafObj( rGraphic, aRect ); in lcl_InsertGraphic()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbar.cxx425 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
427 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenuitemcomponent.cxx288 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
289 awt::Point aWindowScreenLoc = AWTPoint( aRect.TopLeft() ); in implGetBounds()
/trunk/main/framework/source/uielement/
H A Dgenerictoolbarcontroller.cxx392 ::Rectangle aRect( m_pToolbar->GetItemRect( m_nID ) ); in createPopupWindow()
393 pMenu->Execute( m_pToolbar, aRect, POPUPMENU_EXECUTE_DOWN ); in createPopupWindow()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx594 const Rectangle aRect(maMetaFile.GetBoundRect(aVDev, &aHairlineRect)); in ImplGetBitmap() local
596 if(!aRect.IsEmpty() && !aHairlineRect.IsEmpty()) in ImplGetBitmap()
599 if(aRect.Right() == aHairlineRect.Right()) in ImplGetBitmap()
604 if(aRect.Bottom() == aHairlineRect.Bottom()) in ImplGetBitmap()
H A Doutdev2.cxx1539 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap() local
1580 if ( aVDev.SetOutputSizePixel( aRect.GetSize() ) ) in GetBitmap()
1590 aPosAry.mnDestX = ( aRect.Left() < mnOutOffX ) ? ( mnOutOffX - aRect.Left() ) : 0L; in GetBitmap()
1591 aPosAry.mnDestY = ( aRect.Top() < mnOutOffY ) ? ( mnOutOffY - aRect.Top() ) : 0L; in GetBitmap()
H A Dwall.cxx520 Rectangle aRect; in GetRect() local
521 return aRect; in GetRect()
/trunk/main/sd/source/ui/view/
H A Ddrviews8.cxx526 Rectangle aRect( aPnt, aBmpSize ); in ScannerEvent() local
556 pGrafObj = new SdrGrafObj( Graphic( aScanBmp ), aRect ); in ScannerEvent()
/trunk/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm128 -(void)drawRect: (NSRect)aRect
132 [SalData::getStatusItem() drawStatusBarBackgroundInRect: aRect withHighlight: NO];
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx88 SwRect aRect(rFmt.FindLayoutRect(false)); in CalcHdFtDist() local
89 if (aRect.Height()) in CalcHdFtDist()
90 nDist += aRect.Height(); in CalcHdFtDist()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx308 Rectangle aRect(Point(0,0),Size(GetPage()->GetWdt()+1,GetPage()->GetHgt()+1)); in InvalidateAllWin() local
309 aRect.Union(GetPage()->GetAllObjBoundRect()); in InvalidateAllWin()
310 GetView().InvalidateAllWin(aRect); in InvalidateAllWin()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx168 Rectangle aRect; in GetId() local
199 …nId = pGraphicProv->GetBlibID( aBuExPictureStream, aGraphicObject.GetUniqueID(), aRect, NULL, NULL… in GetId()
1516 Rectangle aRect( aEmptyPoint, Size( 28000, 21000 ) ); in ImplWritePortions() local
1517 … EscherPropertyContainer aPropOpt( mpPptEscherEx->GetGraphicProvider(), mpPicStrm, aRect ); in ImplWritePortions()
1539 Rectangle aRect( aEmptyPoint, Size( 28000, 21000 ) ); in ImplWritePortions() local
4377 … ::com::sun::star::awt::Rectangle aRect( *(::com::sun::star::awt::Rectangle*)mAny.getValue() ); in ImplWritePage()
4378 … maPosition = ImplMapPoint( ::com::sun::star::awt::Point( aRect.X, aRect.Y ) ); in ImplWritePage()
4379 … maSize = ImplMapSize( ::com::sun::star::awt::Size( aRect.Width, aRect.Height ) ); in ImplWritePage()
4505 … Rectangle aRect( Point( aPoint.X, aPoint.Y ), Size( aSize.Width, aSize.Height ) ); in ImplWritePage() local
4516 … Polygon aPolygon( aRect, Point( aStart.X, aStart.Y ), Point( aEnd.X, aEnd.Y ), ePolyKind ); in ImplWritePage()
[all …]
/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/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx82 SMALL_RECT aRect = { 0, in WinMFPictToOOMFPict() local
122 pMFHeader->bbox = aRect; in WinMFPictToOOMFPict()

Completed in 142 milliseconds

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