Home
last modified time | relevance | path

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

123

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx182 awt::Rectangle aBounds; in getBounds() local
185 aBounds = m_pAccShape->getBounds(); in getBounds()
187 return aBounds; in getBounds()
H A DAccessibleChartView.cxx175 awt::Rectangle aBounds( getBounds()); in getLocationOnScreen() local
183 aResult.X += aBounds.X; in getLocationOnScreen()
184 aResult.Y += aBounds.Y; in getLocationOnScreen()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx169 ::com::sun::star::awt::Rectangle aBounds ( 0, 0, 0, 0 ); in implGetBounds()
174 aBounds = AWTRectangle( aRect ); in implGetBounds()
180 aBounds.X -= aParentScreenLoc.X; in implGetBounds()
181 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
184 return aBounds; in implGetBounds()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx737 geometry::RealRectangle2D aBounds; in readLink() local
738 readDouble(aBounds.X1); in readLink()
739 readDouble(aBounds.Y1); in readLink()
740 readDouble(aBounds.X2); in readLink()
741 readDouble(aBounds.Y2); in readLink()
743 m_pSink->hyperLink( aBounds, in readLink()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx213 Rectangle aBounds( GetBoundingBoxOnScreen() ); in GetBoundingBox() local
229 Point aScreenLoc = aBounds.TopLeft(); in GetBoundingBox()
232 aBounds.SetPos( aPos ); in GetBoundingBox()
239 return aBounds; in GetBoundingBox()
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbaritem.cxx146 awt::Rectangle aBounds; in implGetBounds() local
152 aBounds = AWTRectangle( m_pHeadBar->GetItemRect( sal_uInt16( m_nIndexInParent ) ) ); in implGetBounds()
154 return aBounds; in implGetBounds()
/trunk/main/starmath/source/
H A Daccessibility.cxx79 awt::Rectangle aBounds; in lcl_GetBounds() local
83 aBounds.X = aRect.Left(); in lcl_GetBounds()
84 aBounds.Y = aRect.Top(); in lcl_GetBounds()
85 aBounds.Width = aRect.GetWidth(); in lcl_GetBounds()
86 aBounds.Height = aRect.GetHeight(); in lcl_GetBounds()
92 aBounds.X -= aParentScreenLoc.X; in lcl_GetBounds()
93 aBounds.Y -= aParentScreenLoc.Y; in lcl_GetBounds()
96 return aBounds; in lcl_GetBounds()
/trunk/main/accessibility/source/extended/
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 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()
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()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx675 const ::basegfx::B2DRectangle aBounds( in createGradientAction() local
692 aBounds, in createGradientAction()
718 aBounds, in createGradientAction()
738 aBounds, in createGradientAction()
747 aBounds, in createGradientAction()
757 aBounds, in createGradientAction()
767 aBounds, in createGradientAction()
790 aBounds.getMinX(), in createGradientAction()
791 aBounds.getMinY()) * aGradInfo.getTextureTransform()); in createGradientAction()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindowfactory.cxx62 const awt::Rectangle& aBounds, in createHatchWindowInstance() argument
71 pResult->initializeWindow( xParent, aBounds, aHandlerSize ); in createHatchWindowInstance()
/trunk/main/accessibility/source/standard/
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 Dvclxaccessibletoolboxitem.cxx493 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() local
499 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
502 return aBounds; in getCharacterBounds()
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()
/trunk/main/offapi/com/sun/star/embed/
H A DXHatchWindowFactory.idl62 @param aBounds
77 [in] com::sun::star::awt::Rectangle aBounds,
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx1637 Rectangle aBounds( pThisAcc->GetBounds( pThisAcc->GetFrm() ) ); in lcl_SwAccessibleContext_DbgMsg() local
1639 << ByteString::CreateFromInt32( aBounds.Left() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1641 << ByteString::CreateFromInt32( aBounds.Top() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1643 << ByteString::CreateFromInt32( aBounds.GetWidth() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1645 << ByteString::CreateFromInt32( aBounds.GetHeight() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
/trunk/main/slideshow/source/engine/shapes/
H A Dmediashape.cxx134 ::basegfx::B2DRange aBounds = getBounds(); in implViewsChanged()
140 ::boost::cref( aBounds ) ) ); in implViewsChanged()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx674 std::set<xub_StrLen> aBounds; in BuildPortions() local
675 aBounds.insert( nThisStart ); in BuildPortions()
676 aBounds.insert( nThisEnd ); in BuildPortions()
691 aBounds.insert( nOtherStart ); in BuildPortions()
692 aBounds.insert( nOtherEnd ); in BuildPortions()
696 std::set<xub_StrLen>::iterator aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions()
697 std::set<xub_StrLen>::iterator aEndIter = aBounds.upper_bound( nThisEnd ); in BuildPortions()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx117 const geometry::RealRectangle2D aBounds( in queryTextBounds() local
125 return aBounds; in queryTextBounds()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx738 awt::Rectangle aBounds( rPara.getCharacterBounds( aPos.nIndex ) ); in getCharacterBounds() local
739 aBounds.X += aParaBounds.X; in getCharacterBounds()
740 aBounds.Y += aParaBounds.Y; in getCharacterBounds()
742 return aBounds; in getCharacterBounds()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java865 java.awt.Rectangle aBounds = getBounds(); in createVclWindow() local
866 m_xVCLWindow = WindowHelper.createWindow( m_xServiceFactory, m_aNativeView, aBounds ); in createVclWindow()
889 Math.min( (int)aBounds.getWidth() - 20, aBitmapSize.Width ), in createVclWindow()
890 Math.min( (int)aBounds.getHeight() - 20, aBitmapSize.Height ) ); in createVclWindow()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx73 const ::basegfx::B2DRectangle aBounds( 0.0, 0.0, in updateClipState() local
81 aBounds, in updateClipState()
/trunk/main/basctl/source/accessibility/
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()

Completed in 183 milliseconds

123