Home
last modified time | relevance | path

Searched refs:aBounds (Results 1 – 25 of 66) sorted by path

123

/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx496 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
502 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
505 return aBounds; in getCharacterBounds()
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()
H A Daccessibletabbar.cxx163 awt::Rectangle aBounds; in implGetBounds() local
165 aBounds = AWTRectangle( Rectangle( m_pTabBar->GetPosPixel(), m_pTabBar->GetSizePixel() ) ); in implGetBounds()
167 return aBounds; in implGetBounds()
H A Daccessibletabbarpage.cxx205 awt::Rectangle aBounds; in implGetBounds() local
209 aBounds = AWTRectangle( m_pTabBar->GetPageRect( m_nPageId ) ); in implGetBounds()
221 aBounds.X -= aParentLoc.X; in implGetBounds()
222 aBounds.Y -= aParentLoc.Y; in implGetBounds()
227 return aBounds; in implGetBounds()
H A Daccessibletabbarpagelist.cxx383 awt::Rectangle aBounds; in implGetBounds() local
385 aBounds = AWTRectangle( m_pTabBar->GetPageArea() ); in implGetBounds()
387 return aBounds; in implGetBounds()
H A Dtextwindowaccessibility.cxx383 ::css::awt::Rectangle aBounds(m_xDocument->retrieveCharacterBounds(this, nIndex)); in getCharacterBounds()
385 aBounds.X -= aParaBounds.X; in getCharacterBounds()
386 aBounds.Y -= aParaBounds.Y; in getCharacterBounds()
387 return aBounds; in getCharacterBounds()
965 ::css::awt::Rectangle aBounds( 0, 0, 0, 0 ); in retrieveCharacterBounds()
968 aBounds = AWTRectangle( in retrieveCharacterBounds()
992 aBounds = ::css::awt::Rectangle(static_cast< ::sal_Int32 >(aLeft.Left()), in retrieveCharacterBounds()
999 return aBounds; in retrieveCharacterBounds()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx116 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local
125 aBounds = AWTRectangle( aRect ); in implGetBounds()
137 aBounds.X -= aParentScreenLoc.X; in implGetBounds()
138 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
144 return aBounds; in implGetBounds()
H A Daccessiblemenuitemcomponent.cxx277 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local
282 aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) ); in implGetBounds()
301 aBounds.X += aWindowScreenLoc.X - aParentScreenLoc.X; in implGetBounds()
302 aBounds.Y += aWindowScreenLoc.Y - aParentScreenLoc.Y; in implGetBounds()
308 return aBounds; in implGetBounds()
H A Dvclxaccessibleedit.cxx343 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
359 if ( aBounds.Height < nHeight ) in getCharacterBounds()
361 aBounds.Y = aRect.Top(); in getCharacterBounds()
362 aBounds.Height = nHeight; in getCharacterBounds()
366 aBounds.X = aRect.Right() + 1; in getCharacterBounds()
367 aBounds.Width = 1; in getCharacterBounds()
373 aBounds = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
377 return aBounds; in getCharacterBounds()
H A Dvclxaccessiblelist.cxx1022 awt::Rectangle aBounds ( 0, 0, 0, 0 ); in implGetBounds() local
1027 aBounds = AWTRectangle(m_pListBoxHelper->GetDropDownPosSizePixel()); in implGetBounds()
1032 aBounds = VCLXAccessibleComponent::implGetBounds(); in implGetBounds()
1033 aBounds.X = 0; in implGetBounds()
1034 aBounds.Y = 0; in implGetBounds()
1041 aBounds.Y += aSize.Height(); in implGetBounds()
1042 aBounds.Height -= aSize.Height(); in implGetBounds()
1046 return aBounds; in implGetBounds()
H A Dvclxaccessiblelistitem.cxx477 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
483 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
486 return aBounds; in getCharacterBounds()
H A Dvclxaccessiblemenuitem.cxx272 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
279 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
282 return aBounds; in getCharacterBounds()
H A Dvclxaccessiblestatusbaritem.cxx179 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local
182 aBounds = AWTRectangle( m_pStatusBar->GetItemRect( m_nItemId ) ); in implGetBounds()
184 return aBounds; in implGetBounds()
547 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
555 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
558 return aBounds; in getCharacterBounds()
H A Dvclxaccessibletabpage.cxx212 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local
215 aBounds = AWTRectangle( m_pTabControl->GetTabBounds( m_nPageId ) ); in implGetBounds()
217 return aBounds; in implGetBounds()
621 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
627 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
630 return aBounds; in getCharacterBounds()
H A Dvclxaccessibletabpagewindow.cxx77 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds() local
86 aBounds = AWTRectangle( aRect ); in implGetBounds()
90 return aBounds; in implGetBounds()
H A Dvclxaccessibletoolboxitem.cxx493 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
499 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
502 return aBounds; in getCharacterBounds()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx149 awt::Rectangle aBounds( 0, 0, 0, 0 ); in GetBounds() local
168 aBounds = AWTRectangle( aRect ); in GetBounds()
172 return aBounds; in GetBounds()
177 void AccessibleDialogControlShape::SetBounds( const awt::Rectangle& aBounds ) in SetBounds() argument
179 …if ( m_aBounds.X != aBounds.X || m_aBounds.Y != aBounds.Y || m_aBounds.Width != aBounds.Width || m… in SetBounds()
181 m_aBounds = aBounds; in SetBounds()
H A Daccessibledialogwindow.cxx521 awt::Rectangle aBounds; in implGetBounds() local
523aBounds = AWTRectangle( Rectangle( m_pDialogWindow->GetPosPixel(), m_pDialogWindow->GetSizePixel()… in implGetBounds()
525 return aBounds; in implGetBounds()
/trunk/main/basctl/source/inc/
H A Daccessibledialogcontrolshape.hxx80 void SetBounds( const ::com::sun::star::awt::Rectangle& aBounds );
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1851 aBounds.intersect( *pSubset ); in createBitmapDeviceImpl()
1860 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1865 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1870 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1876 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1886 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1891 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1896 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1902 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
1912 aBounds, nScanlineFormat, nScanlineStride, in createBitmapDeviceImpl()
[all …]
/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/canvas/source/cairo/
H A Dcairo_canvas.cxx102 awt::Rectangle aBounds; in initialize() local
103 maArguments[2] >>= aBounds; in initialize()
123 maCanvasHelper.init( basegfx::B2ISize(aBounds.Width, aBounds.Height), in initialize()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx110 Gdiplus::RectF aBounds; in fillLinearGradient() local
111 rFillPath->GetBounds( &aBounds, NULL, NULL ); in fillLinearGradient()
120 … tools::b2dRangeFromGdiPlusRectF( aBounds ) ); in fillLinearGradient()
124 hypot( aBounds.Width, in fillLinearGradient()
125 aBounds.Height ) ); in fillLinearGradient()
192 rGraphics->FillRectangle( &aBrush, aBounds ); in fillLinearGradient()
H A Ddx_textlayout.cxx117 const geometry::RealRectangle2D aBounds( in queryTextBounds() local
125 return aBounds; in queryTextBounds()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx73 const ::basegfx::B2DRectangle aBounds( 0.0, 0.0, in updateClipState() local
81 aBounds, in updateClipState()

Completed in 142 milliseconds

123