Home
last modified time | relevance | path

Searched refs:aRect (Results 351 – 375 of 608) sorted by relevance

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

/trunk/main/tools/inc/tools/
H A Dgen.hxx693 Rectangle aRect( rRect.nLeft + rPt.X(), rRect.nTop + rPt.Y(), in operator +() local
696 return aRect; in operator +()
701 Rectangle aRect( rRect.nLeft - rPt.X(), in operator -() local
705 return aRect; in operator -()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx246 Rectangle aRect=GetItemRect(TBC_FT_SOURCE); in BibToolBar() local
248 aFtSource.SetSizePixel(aRect.GetSize()); in BibToolBar()
252 aRect=GetItemRect(TBC_FT_QUERY); in BibToolBar()
254 aFtQuery.SetSizePixel(aRect.GetSize()); in BibToolBar()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx336 RECT aRect = {rRect.getMinX(), in gdiRectFromB2IRect() local
341 return aRect; in gdiRectFromB2IRect()
540 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in drawRGBABits() local
541 if( Gdiplus::Ok != pBitmap->LockBits( &aRect, in drawRGBABits()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3933 UniString::CreateFromInt32(aRect.Left()). in HandleVisibleControls()
3934 AppendAscii(",").Append(UniString::CreateFromInt32(aRect.Top())). in HandleVisibleControls()
5307 Rectangle aRect = pTB->GetItemRect(pTB->GetItemId(nItemPos)); in Execute() local
5308 if ( aRect.IsEmpty() ) in Execute()
5324 aRect = pTB->GetItemRect(pTB->GetItemId(nItemPos)); in Execute()
5338 Rectangle aRect = pTB->GetItemPosDropDownRect( nItemPos ); in Execute() local
5339 AnimateMouse( pControl, aRect.Center() ); in Execute()
5373 Rectangle aRect = pTB->GetItemPosDropDownRect( nItemPos ); in Execute() local
5374 AnimateMouse( pControl, aRect.Center() ); in Execute()
5424 Rectangle aRect = pTB->GetItemPosRect( nItemPos ); in Execute() local
[all …]
/trunk/main/sw/source/core/text/
H A Dporfly.cxx256 SwRect aRect( GetFlyFrm()->Frm() ); in Paint() local
258 aRect._Intersection( aRepaintRect ); in Paint()
264 GetFlyFrm()->Paint( aRect ); in Paint()
H A Dtxtfrm.cxx2697 SwRect aRect = rTxtFly.GetFrm( aFlyRect ); in lcl_CalcFlyBasePos() local
2698 if ( 0 != (aRect.*fnRect->fnGetWidth)() ) in lcl_CalcFlyBasePos()
2702 if ( (aRect.*fnRect->fnGetRight)() - in lcl_CalcFlyBasePos()
2706 (aRect.*fnRect->fnGetLeft)() ); in lcl_CalcFlyBasePos()
2707 nRet = (aRect.*fnRect->fnGetLeft)(); in lcl_CalcFlyBasePos()
2715 (aRect.*fnRect->fnGetLeft)() >= 0 ) in lcl_CalcFlyBasePos()
2718 (aRect.*fnRect->fnGetRight)() + 1 ); in lcl_CalcFlyBasePos()
2719 nRet = (aRect.*fnRect->fnGetRight)(); in lcl_CalcFlyBasePos()
H A Dnoteurl.cxx72 Rectangle aRect( OutputDevice::LogicToLogic( aSwRect.SVRect(), in FillImageMap() local
74 IMapRectangleObject aObj( aRect, rNote.GetURL(), aEmptyStr, aEmptyStr, in FillImageMap()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx1841 Size aVisSize( (long)( Fraction( aRect.GetWidth() ) / aScaleWidth ), in ImpSetVisAreaSize()
1842 (long)( Fraction( aRect.GetHeight() ) / aScaleHeight ) ); in ImpSetVisAreaSize()
1865aRect.SetSize(OutputDevice::LogicToLogic( aAcceptedVisArea.GetSize(), aNewMapUnit, pModel->GetScal… in ImpSetVisAreaSize()
1872 pClient->SetObjArea(aRect); in ImpSetVisAreaSize()
1893 Rectangle aScaleRect(aRect.TopLeft(), aObjAreaSize); in ImpSetVisAreaSize()
1912 Point aTL( aRect.TopLeft() ); in ImpSetVisAreaSize()
1913 Point aBR( aRect.BottomRight() ); in ImpSetVisAreaSize()
2274 Size aSize = aRect.GetSize(); in CalculateNewScaling()
H A Dsvdobj.cxx1275 Rectangle aRect(aTmpRect); in ImpDragCalcRect() local
1291 long nWdt0=aRect.Right() -aRect.Left(); in ImpDragCalcRect()
1292 long nHgt0=aRect.Bottom()-aRect.Top(); in ImpDragCalcRect()
1324 long nHgt0b=aRect.Bottom()-aRect.Top(); in ImpDragCalcRect()
1330 long nWdt0b=aRect.Right()-aRect.Left(); in ImpDragCalcRect()
3172 void SdrObject::SetBLIPSizeRectangle( const Rectangle& aRect ) in SetBLIPSizeRectangle() argument
3174 maBLIPSizeRectangle = aRect; in SetBLIPSizeRectangle()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2919 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in MakeLayout()
2922 xWindow->setPosSize( aRect.X, aRect.Y, nWidth, nHeight, ::com::sun::star::awt::PosSize::SIZE ); in MakeLayout()
2924 if ( aRect.Width > 0 && aRect.Height > 0 ) in MakeLayout()
2961 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in InitSizes()
2962 nHeight = aRect.Height; in InitSizes()
2966 nExpandWidth = aRect.Width; in InitSizes()
2971 nCollapseWidth = aRect.Width; in InitSizes()
3024 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in SaveConfig()
3025 nW = aRect.Width; in SaveConfig()
3026 nH = aRect.Height; in SaveConfig()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx439 Rectangle aRect = rBound; in DrawToDev() local
441 if (aRect.Right() < aRect.Left() || aRect.Bottom() < aRect.Top()) in DrawToDev()
442 aRect = Rectangle( Point(), pDev->GetOutputSize() ); in DrawToDev()
474 long nDevSizeX = aRect.Right()-aRect.Left()+1; in DrawToDev()
475 long nDevSizeY = aRect.Bottom()-aRect.Top()+1; in DrawToDev()
516 long nScrX = aRect.Left(); in DrawToDev()
517 long nScrY = aRect.Top(); in DrawToDev()
H A Dtabview.cxx1301 Rectangle aRect; in IMPL_LINK() local
1309 aRect.Left() = aMousePos.X(); in IMPL_LINK()
1310 aRect.Top() = aPos.Y() - 4; in IMPL_LINK()
1320 aRect.Left() = bLayoutRTL ? (aPos.X() + aSize.Width() + 8) : (aPos.X() - 8); in IMPL_LINK()
1321 aRect.Top() = aMousePos.Y(); in IMPL_LINK()
1324 aRect.Right() = aRect.Left(); in IMPL_LINK()
1325 aRect.Bottom() = aRect.Top(); in IMPL_LINK()
1327 Help::ShowQuickHelp(pScroll->GetParent(), aRect, aHelpStr, nAlign); in IMPL_LINK()
/trunk/main/xmloff/inc/xmloff/
H A DVisAreaExport.hxx42 const Rectangle& aRect, const MapUnit aMapUnit);
45 const com::sun::star::awt::Rectangle& aRect, const sal_Int16 nMeasureUnit );
/trunk/main/basegfx/test/
H A Dboxclipper.cxx274 B2DPolygon aRect=tools::createPolygonFromRect( in validatePoly() local
277 aRect.flip(); in validatePoly()
279 genericClip.append(aRect); in validatePoly()
/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx295 Rectangle aRect = mpView->GetAllMarkedRect(); in IMPL_LINK() local
297 SetMetricValue( maMtrFldMoveX, Fraction( aRect.GetWidth() ) / in IMPL_LINK()
299 SetMetricValue( maMtrFldMoveY, Fraction( aRect.GetHeight() ) / in IMPL_LINK()
/trunk/main/starmath/source/
H A Drect.cxx607 SmRect aRect (*this); in AsGlyphRect() local
608 aRect.SetTop(nGlyphTop); in AsGlyphRect()
609 aRect.SetBottom(nGlyphBottom); in AsGlyphRect()
610 return aRect; in AsGlyphRect()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx508 awt::Rectangle aRect; in ImpExportEnhancedGeometry() local
509 if ( rGeoProp.Value >>= aRect ) in ImpExportEnhancedGeometry()
511 SdXMLImExViewBox aViewBox( aRect.X, aRect.Y, aRect.Width, aRect.Height ); in ImpExportEnhancedGeometry()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1250 Rectangle aRect( aPos, aSize ); in Draw() local
1254 ImplDrawFrame( pDev, aRect ); in Draw()
1259 pDev->DrawRect( aRect ); in Draw()
1561 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle() local
1563 aRect.Move( aOffset.TopLeft().X(), aOffset.TopLeft().Y() ); in GetBoundingRectangle()
1564 return aRect; in GetBoundingRectangle()
H A Dctrl.cxx368 Rectangle aRect = rSubControl.mpControlData->mpLayoutData->m_aUnicodeBoundRects[n]; in AppendLayoutData() local
369 aRect.Move( aRel.Left(), aRel.Top() ); in AppendLayoutData()
370 mpControlData->mpLayoutData->m_aUnicodeBoundRects.push_back( aRect ); in AppendLayoutData()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx315 SwRect aRect; in UpdatePointer() local
316 SwRect* pRect = &aRect; in UpdatePointer()
356 SwRect aRect; in UpdatePointer() local
362 Rectangle aTmp( aRect.SVRect() ); in UpdatePointer()
3877 SwRect aRect; in MouseMove() local
3887 … pShadCrsr->SetPos( aRect.Pos(), aRect.Height(), static_cast< sal_uInt16 >(eOrient) ); in MouseMove()
4050 Rectangle aRect; in MouseButtonUp() local
4052 if (!aRect.IsEmpty()) in MouseButtonUp()
4058 aEndPt = aRect.TopLeft(); in MouseButtonUp()
4063 aEndPt = aRect.Center(); in MouseButtonUp()
[all …]
/trunk/main/embedserv/source/embed/
H A Ded_iinplace.cxx79 STDMETHODIMP EmbedDocument_Impl::SetObjectRects(LPCRECT aRect, LPCRECT aClip) in SetObjectRects() argument
83 return m_pDocHolder->SetObjectRects(aRect,aClip); in SetObjectRects()
/trunk/main/svtools/inc/svtools/
H A Dimaprect.hxx40 Rectangle aRect; member in IMapRectangleObject
69 virtual Rectangle GetBoundRect() const { return aRect; } in GetBoundRect()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx225 const awt::Rectangle aRect( xParentWindow->getPosSize() ); in resize() local
227 maWindowOffset.X = aRect.X; in resize()
228 maWindowOffset.Y = aRect.Y; in resize()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx338 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen() local
339 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
340 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx185 awt::Rectangle aRect = getPosSize(); in implLayoutVideoWindow() local
186 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow()

Completed in 266 milliseconds

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