Home
last modified time | relevance | path

Searched refs:aRect (Results 1 – 25 of 608) sorted by path

12345678910>>...25

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx68 Rectangle aRect; in GetBoundingRectangle() local
76 aRect = Rectangle( aTopLeft, aSize ); in GetBoundingRectangle()
79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
80 return aRect; in GetBoundingRectangle()
172 Rectangle aRect; in GetEntryCharacterBounds() local
178 aRect = m_aComboListBox.GetCharacterBounds( nIndex ); in GetEntryCharacterBounds()
180 return aRect; in GetEntryCharacterBounds()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx464 Rectangle aRect = implGetBoundingBox(); in getBoundingBox() local
465 if ( 0 == aRect.Left() && 0 == aRect.Top() && 0 == aRect.Right() && 0 == aRect.Bottom() ) in getBoundingBox()
469 return aRect; in getBoundingBox()
478 Rectangle aRect = implGetBoundingBoxOnScreen(); in getBoundingBoxOnScreen() local
479 if ( 0 == aRect.Left() && 0 == aRect.Top() && 0 == aRect.Right() && 0 == aRect.Bottom() ) in getBoundingBoxOnScreen()
483 return aRect; in getBoundingBoxOnScreen()
H A DAccessibleBrowseBoxTableCell.cxx140 ::com::sun::star::awt::Rectangle aRect; in getCharacterBounds()
144aRect = AWTRectangle( mpBrowseBox->GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) … in getCharacterBounds()
147 return aRect; in getCharacterBounds()
H A DAccessibleGridControlBase.cxx374 Rectangle aRect = implGetBoundingBox(); in getBoundingBox() local
375 if ( 0 == aRect.Left() && 0 == aRect.Top() && 0 == aRect.Right() && 0 == aRect.Bottom() ) in getBoundingBox()
379 return aRect; in getBoundingBox()
388 Rectangle aRect = implGetBoundingBoxOnScreen(); in getBoundingBoxOnScreen() local
389 if ( 0 == aRect.Left() && 0 == aRect.Top() && 0 == aRect.Right() && 0 == aRect.Bottom() ) in getBoundingBoxOnScreen()
393 return aRect; in getBoundingBoxOnScreen()
H A DAccessibleGridControlTableCell.cxx159 ::com::sun::star::awt::Rectangle aRect; in getCharacterBounds()
162 aRect = AWTRectangle( m_aTable.GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) ); in getCharacterBounds()
163 return aRect; in getCharacterBounds()
H A Daccessibleiconchoicectrlentry.cxx147 Rectangle aRect; in GetBoundingBox_Impl() local
150 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBox_Impl()
152 return aRect; in GetBoundingBox_Impl()
157 Rectangle aRect; in GetBoundingBoxOnScreen_Impl() local
161 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBoxOnScreen_Impl()
162 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl()
164 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
167 return aRect; in GetBoundingBoxOnScreen_Impl()
526 Rectangle aRect = aLayoutData.GetCharacterBounds(i); in getIndexAtPoint() local
527 sal_Bool bInside = aRect.IsInside( aPnt ); in getIndexAtPoint()
H A Daccessiblelistboxentry.cxx133 Rectangle aRect; in GetBoundingBox_Impl() local
137 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBox_Impl()
142 Point aTopLeft = aRect.TopLeft(); in GetBoundingBox_Impl()
144 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBox_Impl()
148 return aRect; in GetBoundingBox_Impl()
153 Rectangle aRect; in GetBoundingBoxOnScreen_Impl() local
157 aRect = getListBox()->GetBoundingRect( pEntry ); in GetBoundingBoxOnScreen_Impl()
158 Point aTopLeft = aRect.TopLeft(); in GetBoundingBoxOnScreen_Impl()
160 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl()
163 return aRect; in GetBoundingBoxOnScreen_Impl()
[all …]
H A Daccessibletabbar.cxx425 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
427 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
H A Daccessibletabbarpagelist.cxx606 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
608 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
H A Dtextwindowaccessibility.cxx241 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in containsPoint()
243 return rPoint.X >= 0 && rPoint.X < aRect.Width in containsPoint()
244 && rPoint.Y >= 0 && rPoint.Y < aRect.Height; in containsPoint()
269 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocation()
271 return ::css::awt::Point(aRect.X, aRect.Y); in getLocation()
279 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocationOnScreen()
281 return ::css::awt::Point(aRect.X, aRect.Y); in getLocationOnScreen()
289 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getSize()
291 return ::css::awt::Size(aRect.Width, aRect.Height); in getSize()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx401 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in GetChildAt() local
403 if ( aRect.IsInside( aPos ) ) in GetChildAt()
H A Daccessiblemenucomponent.cxx124 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
125 aBounds = AWTRectangle( aRect ); in implGetBounds()
283 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in getLocationOnScreen() local
284 aPos = AWTPoint( aRect.TopLeft() ); in getLocationOnScreen()
H A Daccessiblemenuitemcomponent.cxx288 Rectangle aRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetBounds() local
289 awt::Point aWindowScreenLoc = AWTPoint( aRect.TopLeft() ); in implGetBounds()
H A Dvclxaccessibleedit.cxx357 Rectangle aRect = pControl->GetCharacterBounds( i ); in getCharacterBounds() local
358 sal_Int32 nHeight = aRect.GetHeight(); in getCharacterBounds()
361 aBounds.Y = aRect.Top(); in getCharacterBounds()
366 aBounds.X = aRect.Right() + 1; in getCharacterBounds()
H A Dvclxaccessiblelist.cxx691 Rectangle aRect( Point(0,0), pListBox->GetSizePixel() ); in contains() local
692 bInside = aRect.IsInside( VCLPoint( rPoint ) ); in contains()
H A Dvclxaccessiblelistitem.cxx360 Rectangle aRect( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in containsPoint() local
361 aRect.Move(-aRect.TopLeft().X(),-aRect.TopLeft().Y()); in containsPoint()
362 bInside = aRect.IsInside( VCLPoint( _aPoint ) ); in containsPoint()
377 awt::Rectangle aRect; in getBounds() local
379 aRect = AWTRectangle( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in getBounds()
381 return aRect; in getBounds()
392 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocation() local
393 aPoint = aRect.TopLeft(); in getLocation()
406 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocationOnScreen() local
407 aPoint = aRect.TopLeft(); in getLocationOnScreen()
H A Dvclxaccessibletabpage.cxx464 Rectangle aRect = VCLRectangle( xComp->getBounds() ); in getAccessibleAtPoint() local
466 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
H A Dvclxaccessibletabpagewindow.cxx84 Rectangle aRect = Rectangle( m_pTabPage->GetPosPixel(), m_pTabPage->GetSizePixel() ); in implGetBounds() local
85 aRect.Move( -aPageRect.Left(), -aPageRect.Top() ); in implGetBounds()
86 aBounds = AWTRectangle( aRect ); in implGetBounds()
H A Dvclxaccessibletextcomponent.cxx263 awt::Rectangle aRect; in getCharacterBounds() local
266 aRect = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
268 return aRect; in getCharacterBounds()
H A Dvclxaccessibletoolboxitem.cxx259 awt::Rectangle aRect; in implGetBounds() local
261 aRect = AWTRectangle( m_pToolBox->GetItemPosRect( (sal_uInt16)m_nIndexInParent ) ); in implGetBounds()
263 return aRect; in implGetBounds()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java271 com.sun.star.awt.Rectangle aRect = in paintText() local
274 double x = maShape.x + aRect.X; in paintText()
275 double y = maShape.y + aRect.Y + aRect.Height; in paintText()
/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/avmedia/source/gstreamer/
H A Dgstwindow.cxx160 awt::Rectangle aRect = getPosSize(); in implLayoutVideoWindow() local
161 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx141 NSRect aRect = [mpView frame]; in setPosSize() local
143 aRect.size.width = Width; in setPosSize()
145 aRect.size.height = Height; in setPosSize()
147 [mpView setFrameSize: aRect.size]; in setPosSize()
158 NSRect aRect = [mpView frame]; in getPosSize() local
160 aRet.Width = aRect.size.width; in getPosSize()
161 aRet.Height = aRect.size.height; in getPosSize()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx229 awt::Rectangle aRect = getPosSize(); in ImplLayoutVideoWindow() local
230 int nW = aRect.Width, nH = aRect.Height; in ImplLayoutVideoWindow()
319 awt::Rectangle aRect; in create() local
323 rArguments[ 1 ] >>= aRect; in create()
329 aRect.X, aRect.Y, aRect.Width, aRect.Height, in create()
339 aRect.X, aRect.Y, aRect.Width, aRect.Height, in create()

Completed in 174 milliseconds

12345678910>>...25