Home
last modified time | relevance | path

Searched refs:aRect (Results 426 – 450 of 610) sorted by relevance

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

/aoo41x/main/sd/source/ui/view/
H A Ddrviews1.cxx855 Rectangle aRect = pObj->GetLogicRect(); in DoVerb() local
857 aName, aRect ); in DoVerb()
864 pSdrOle2Obj->SetLogicRect(aRect); in DoVerb()
865 aNewIPObj->SetVisAreaSize(aRect.GetSize()); in DoVerb()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8graf.cxx363 WW8_DP_RECT aRect; in ReadRect() local
365 if( !ReadGrafStart( (void*)&aRect, sizeof( aRect ), pHd, pDo, rSet ) ) in ReadRect()
376 SetStdAttr( rSet, aRect.aLnt, aRect.aShd ); in ReadRect()
377 SetFill( rSet, aRect.aFill ); in ReadRect()
2581 Rectangle aRect(pF->nXaLeft, pF->nYaTop, pF->nXaRight, pF->nYaBottom); in Read_GrafLayer() local
2582 SvxMSDffImportData aData( aRect ); in Read_GrafLayer()
H A Dwriterhelper.cxx238 Rectangle aRect( aLayRect.SVRect() ); in Frame() local
243 aRect.SetSize( rFmt.GetFrmSize().GetSize() ); in Frame()
245 maLayoutSize = aRect.GetSize(); in Frame()
/aoo41x/main/sw/source/ui/table/
H A Dchartins.cxx239 Rectangle aRect( aSwRect.SVRect() ); in SwInsertChart() local
240 … Point aDialogPos = SwGetChartDialogPos( &rWrtShell.GetView().GetEditWin(), aDialogSize, aRect ); in SwInsertChart()
/aoo41x/main/svx/source/svdraw/
H A Dsvdibrow.cxx515 Rectangle aRect(GetFieldRectPixel(nPos,ITEMBROWSER_VALUECOL_ID,sal_False)); in BegChangeEntry() local
516 aRect.Left()+=2; // Kleiner Offset fuer's Edit, damit's pixelgenau stimmt in BegChangeEntry()
517 aRect.Right()--; in BegChangeEntry()
518 pEditControl->SetPosSizePixel(aRect.TopLeft(),aRect.GetSize()); in BegChangeEntry()
/aoo41x/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx659 ::Rectangle aRect; in getControlRect()
671 aRect = pStatusBar->GetItemRect( m_nID ); in getControlRect()
675 return aRect; in getControlRect()
/aoo41x/main/svtools/workben/
H A Dbrowser.cxx453 Rectangle aRect( GetFieldRect( GetCurColumnId() ) ); in DoubleClick() local
454 pEdit->SetPosSizePixel( aRect.TopLeft(), aRect.GetSize() ); in DoubleClick()
/aoo41x/main/sc/source/filter/rtf/
H A Deeimpars.cxx570 Rectangle aRect ( aInsertPos, aLogicSize ); in InsertGraphic() local
571 SdrGrafObj* pObj = new SdrGrafObj( *pI->pGraphic, aRect ); in InsertGraphic()
582 pObj->SetLogicRect( aRect ); // erst nach InsertObject !!! in InsertGraphic()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1381 Rectangle aRect; in GetBoundingBoxOnScreen() local
1386 aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
1388 return aRect; in GetBoundingBoxOnScreen()
1394 Rectangle aRect; in GetBoundingBox() local
1400 aRect = pWindow->GetWindowExtentsRelative(pWindow); in GetBoundingBox()
1402 return aRect; in GetBoundingBox()
/aoo41x/main/sw/source/core/layout/
H A Dfindfrm.cxx607 SwRect aRect; in GetPageAtPos() local
610 aRect.Pos() = rPt; in GetPageAtPos()
611 aRect.SSize() = *pSize; in GetPageAtPos()
634 (pSize && rBoundRect.IsOver(aRect)) ) in GetPageAtPos()
H A Dtabfrm.cxx2767 SwRect aRect( Frm() ); in CalcFlyOffsets() local
2770 (aRect.*fnRect->fnAddBottom)( -nYDiff ); in CalcFlyOffsets()
2816 aFlyRect.IsOver( aRect ) && in CalcFlyOffsets()
3603 SwRect aRect( pNewUpper->Prt() ); in ShouldBwdMoved() local
3604 aRect.Pos() += pNewUpper->Frm().Pos(); in ShouldBwdMoved()
3608 (aRect.*fnRectX->fnSetTop)( (pPrevFrm->Frm().*fnRectX-> in ShouldBwdMoved()
3612 bMoveAnyway = BwdMoveNecessary( pNewPage, aRect) > 1; in ShouldBwdMoved()
3621 const SwTwips nTmpSpace = (aRect.*fnRectX->fnGetHeight)(); in ShouldBwdMoved()
5349 SwRect aRect( Prt() ); aRect += Frm().Pos(); in Format() local
5354 if ( aTmp.IsOver( aRect ) ) in Format()
/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx256 const B2DPolygon aRect( in impex() local
258 aExport = tools::exportToSvgD( B2DPolyPolygon(aRect), false, false, false ); in impex()
298 const B2DRange aRect(0,0,1,1); in check() local
301 tools::createPolygonFromRect(aRect)) == ORIENTATION_POSITIVE ); in check()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx468 Rectangle aRect; in GetParagraphBoundingBox() local
472aRect = Rectangle( Point( aAwtRect.X, aAwtRect.Y ), Size( aAwtRect.Width, aAwtRect.Height ) ); in GetParagraphBoundingBox()
476 aRect.SetEmpty(); in GetParagraphBoundingBox()
478 return aRect; in GetParagraphBoundingBox()
/aoo41x/main/vcl/source/window/
H A Dscrwnd.cxx126 const Rectangle aRect( aPoint, aSize ); in ImplSetRegion() local
133 SetWindowRegionPixel( rRegionBmp.CreateRegion( COL_BLACK, aRect ) ); in ImplSetRegion()
/aoo41x/main/sw/source/core/inc/
H A Dpagefrm.hxx185 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
186 …static void AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx …
/aoo41x/main/framework/source/uielement/
H A Dlangselectionstatusbarcontroller.cxx206 com::sun::star::awt::Rectangle aRect( aPos.X, aPos.Y, 0, 0 ); in LangMenu() local
207 …sal_Int16 nId = xPopupMenu->execute( xParent, aRect, com::sun::star::awt::PopupMenuDirection::EXEC… in LangMenu()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx210 Rectangle aRect(m_pTable->GetDesktopRectPixel()); in getAccessibleAtPoint() local
211 if( aRect.IsInside(aPoint) ) in getAccessibleAtPoint()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sfx2/source/dialog/
H A Dbasedlgs.cxx255 Rectangle aRect = GetDesktopRectPixel(); in StateChanged() local
256 aPoint.X() = aRect.Right() - aDlgSize.Width(); in StateChanged()
257 aPoint.Y() = aRect.Bottom() - aDlgSize.Height(); in StateChanged()
/aoo41x/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()
/aoo41x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx265 … const Rectangle aRect(rMtf.GetBoundRect(*Application::GetDefaultDevice(), &aHairlineRect)); in GetBitmapFromMetaFile() local
267 if(!aRect.IsEmpty() && !aHairlineRect.IsEmpty()) in GetBitmapFromMetaFile()
269 … if(aRect.Right() == aHairlineRect.Right() || aRect.Bottom() == aHairlineRect.Bottom()) in GetBitmapFromMetaFile()
/aoo41x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1150 Rectangle aRect; in executePosX() local
1152 aRect = mpView->GetAllMarkedRect(); in executePosX()
1178 Rectangle aRect; in executePosY() local
1180 aRect = mpView->GetAllMarkedRect(); in executePosY()
/aoo41x/main/svtools/source/control/
H A Dctrlbox.cxx222 const Rectangle aRect(aPos, aImageSize); in UserDraw() local
227 rUDEvt.GetDevice()->DrawRect(aRect); in UserDraw()
238 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in UserDraw()
242 rUDEvt.GetDevice()->DrawBitmapEx(aRect.TopLeft(), aBlendFrame); in UserDraw()

Completed in 224 milliseconds

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