Home
last modified time | relevance | path

Searched refs:aBounds (Results 51 – 66 of 66) sorted by relevance

123

/trunk/main/sw/source/core/access/
H A Daccframe.cxx355 SwRect aBounds( aFrm.GetBounds( rAccMap ).Intersection( maVisArea ) ); in GetBounds() local
356 return aBounds; in GetBounds()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx128 const B2DRange aBounds( tools::getRange( aSrcPoly ) ); in addPolyPolygon() local
130 aBounds.getMinimum() ); in addPolyPolygon()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx232 Rectangle aBounds(VCLRectangle(getBounds())); in isShowing() local
233 bShowing = aBounds.IsOver(aParentBounds); in isShowing()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1482 Rectangle aBounds( i_rInBounds ); in ImplActionBounds() local
1484 aBounds.Intersection( i_rClipStack.back() ); in ImplActionBounds()
1485 if( ! aBounds.IsEmpty() ) in ImplActionBounds()
1488 o_rOutBounds.Union( aBounds ); in ImplActionBounds()
1490 o_rOutBounds = aBounds; in ImplActionBounds()
1495 o_pHairline->Union( aBounds ); in ImplActionBounds()
1497 *o_pHairline = aBounds; in ImplActionBounds()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx706 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
715 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
718 return aBounds; in getCharacterBounds()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindowfactory.hxx60 …ar::awt::XWindowPeer >& xParent, const ::com::sun::star::awt::Rectangle& aBounds, const ::com::sun…
H A Dhatchwindow.hxx45 const ::com::sun::star::awt::Rectangle& aBounds,
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2421 Rectangle aBounds; in GetCharacterBounds() local
2427 aBounds = pImpEditEngine->PaMtoEditCursor( EditPaM( pNode, rPos.nIndex ), GETCRSR_TXTONLY ); in GetCharacterBounds()
2429 if ( aR2.Right() > aBounds.Right() ) in GetCharacterBounds()
2430 aBounds.Right() = aR2.Right(); in GetCharacterBounds()
2432 return aBounds; in GetCharacterBounds()
/trunk/main/vcl/source/control/
H A Dedit.cxx1126 Rectangle aBounds( aClipRgn.GetBoundRect() ); in ImplClearBackground() local
1127 int xNew = GetOutputSizePixel().Width() - aBounds.GetWidth() - aBounds.Left(); in ImplClearBackground()
1128 aClipRgn.Move( xNew - aBounds.Left(), 0 ); in ImplClearBackground()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1025 ::com::sun::star::awt::Rectangle aBounds; in getPosSize()
1029 aBounds = AWTRectangle( Window::GetDockingManager()->GetPosSizePixel( GetWindow() ) ); in getPosSize()
1031aBounds = AWTRectangle( Rectangle( GetWindow()->GetPosPixel(), GetWindow()->GetSizePixel() ) ); in getPosSize()
1034 return aBounds; in getPosSize()
/trunk/main/basctl/source/inc/
H A Daccessibledialogcontrolshape.hxx80 void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );
/trunk/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx277 Rectangle aRect = aBulletInfo.aBounds; in getBounds()
H A DAccessibleEditableTextPara.cxx1124 Rectangle aRect = aBulletInfo.aBounds; in getAccessibleAtPoint()
/trunk/main/vcl/source/window/
H A Dwindow.cxx6566 Rectangle aBounds( aInvRegion.GetBoundRect() ); in Show() local
6567 aBounds.Left() -= workaround_border; in Show()
6568 aBounds.Top() -= workaround_border; in Show()
6569 aBounds.Right() += workaround_border; in Show()
6570 aBounds.Bottom() += workaround_border; in Show()
6571 aInvRegion = aBounds; in Show()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx609 Rectangle aBounds; member
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1797 aInfo.aBounds = ImpCalcBulletArea( nPara, sal_True, sal_True ); in GetBulletInfo()

Completed in 216 milliseconds

123