Home
last modified time | relevance | path

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

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

/aoo41x/main/sw/source/ui/utlui/
H A Dnavipi.cxx510 Rectangle aRect(rRect); in CreateNavigationTool() local
511 Point aT1 = aRect.TopLeft(); in CreateNavigationTool()
513 aRect.SetPos(aT1); in CreateNavigationTool()
514 pPopup->StartPopupMode(aRect, FLOATWIN_POPUPMODE_RIGHT|FLOATWIN_POPUPMODE_ALLOWTEAROFF); in CreateNavigationTool()
/aoo41x/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1624 Rectangle aRect( (*iter++) ); in InitHandoutTemplate()
1627 aPoly.insert(0, basegfx::B2DPoint( aRect.Left(), aRect.Top() ) ); in InitHandoutTemplate()
1628 aPoly.insert(1, basegfx::B2DPoint( aRect.Right(), aRect.Top() ) ); in InitHandoutTemplate()
1631 aMatrix.translate( 0.0, static_cast< double >( aRect.GetHeight() / 7 ) ); in InitHandoutTemplate()
H A Ddrviews8.cxx526 Rectangle aRect( aPnt, aBmpSize ); in ScannerEvent() local
556 pGrafObj = new SdrGrafObj( Graphic( aScanBmp ), aRect ); in ScannerEvent()
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx1196 Rectangle aRect( pView->GetOutputArea() ); in InvalidateBullet() local
1197 aRect.Right() = aPos.X(); in InvalidateBullet()
1198 aRect.Top() = aPos.Y(); in InvalidateBullet()
1199 aRect.Bottom() = aPos.Y(); in InvalidateBullet()
1200 aRect.Bottom() += nLineHeight; in InvalidateBullet()
1202 pView->GetWindow()->Invalidate( aRect ); in InvalidateBullet()
/aoo41x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1068 Rectangle aRect; in ReadFullArc() local
1091 aRect=Rectangle(aCenter.X()-nP,aCenter.Y()-nQ, in ReadFullArc()
1093 aCalcBndRect.Union(aRect); in ReadFullArc()
1109 pVirDev->DrawEllipse(aRect); in ReadFullArc()
1116 Rectangle aRect; in ReadPartialArc() local
1149 aRect=Rectangle(aCenter.X()-nP,aCenter.Y()-nQ, in ReadPartialArc()
1151 aCalcBndRect.Union(aRect); in ReadPartialArc()
1157 pVirDev->DrawArc(aRect,aPStart,aPEnd); in ReadPartialArc()
/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx3105 Rectangle aRect( pDocShell->GetVisArea() ); in SetViewSettings() local
3118 aRect.setY( nTmp ); in SetViewSettings()
3123 aRect.setX( nTmp ); in SetViewSettings()
3128 Size aSize( aRect.GetSize() ); in SetViewSettings()
3130 aRect.SetSize( aSize ); in SetViewSettings()
3135 Size aSize( aRect.GetSize() ); in SetViewSettings()
3137 aRect.SetSize( aSize ); in SetViewSettings()
3142 pDocShell->SetVisArea ( aRect ); in SetViewSettings()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/accessibility/source/extended/
H A Daccessibletabbar.cxx425 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
427 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sc/source/ui/view/
H A Dprevloc.cxx766 Rectangle aRect; in GetCellOutputRect() local
767 GetCellPosition(rCellPos, aRect); in GetCellOutputRect()
768 return aRect; in GetCellOutputRect()
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 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()
/aoo41x/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()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm128 -(void)drawRect: (NSRect)aRect
132 [SalData::getStatusItem() drawStatusBarBackgroundInRect: aRect withHighlight: NO];
/aoo41x/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.cxx1530 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap() local
1571 if ( aVDev.SetOutputSizePixel( aRect.GetSize() ) ) in GetBitmap()
1581 aPosAry.mnDestX = ( aRect.Left() < mnOutOffX ) ? ( mnOutOffX - aRect.Left() ) : 0L; in GetBitmap()
1582 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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx82 SMALL_RECT aRect = { 0, in WinMFPictToOOMFPict() local
122 pMFHeader->bbox = aRect; in WinMFPictToOOMFPict()
/aoo41x/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()

Completed in 313 milliseconds

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