Home
last modified time | relevance | path

Searched refs:aItemRect (Results 1 – 25 of 38) sorted by last modified time

12

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx711 Rectangle aItemRect = GetBoundingBox(); in getCharacterBounds() local
712 getListBox()->RecordLayoutData( &aLayoutData, aItemRect ); in getCharacterBounds()
714 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
733 Rectangle aItemRect = GetBoundingBox(); in getIndexAtPoint() local
734 getListBox()->RecordLayoutData( &aLayoutData, aItemRect ); in getIndexAtPoint()
736 aPnt += aItemRect.TopLeft(); in getIndexAtPoint()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1340 aItemRect.Left() = aPt.X(); in RequestHelp()
1341 aItemRect.Top() = aPt.Y(); in RequestHelp()
1343 aItemRect.Right() = aPt.X(); in RequestHelp()
1344 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
1345 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aStr ); in RequestHelp()
1372 aItemRect.Left() = aPt.X(); in RequestHelp()
1373 aItemRect.Top() = aPt.Y(); in RequestHelp()
1375 aItemRect.Right() = aPt.X(); in RequestHelp()
1376 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
1380 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, rStr ); in RequestHelp()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx4462 Rectangle aItemRect = GetItemRect( it->mnId ); in MouseButtonDown() local
4471 pMgr->StartDragging( this, aMousePos, aItemRect, 0, bResizeItem ); in MouseButtonDown()
H A Dmenu.cxx2712 Rectangle aItemRect( aPos, aSz ); in ImplPaint() local
2713 MenupopupValue aVal( nTextPos-GUTTERBORDER, aItemRect ); in ImplPaint()
2715 aItemRect, in ImplPaint()
4759 …Rectangle aItemRect( Point( nX+nOuterSpace, nY ), Size( aSz.Width()-2*nOuterSpace, pData->aSz.Heig… in HighlightItem() local
4763 aItemRect.Right() -= nFontHeight + nFontHeight/4; in HighlightItem()
4772 MenupopupValue aVal( pMenu->nTextPos-GUTTERBORDER, aItemRect ); in HighlightItem()
4783 aItemRect, in HighlightItem()
4812 DrawRect( aItemRect ); in HighlightItem()
H A Dstatus.cxx871 Rectangle aItemRect = GetItemRect( nItemId ); in RequestHelp() local
872 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
873 aItemRect.Left() = aPt.X(); in RequestHelp()
874 aItemRect.Top() = aPt.Y(); in RequestHelp()
875 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
876 aItemRect.Right() = aPt.X(); in RequestHelp()
877 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
882 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aStr ); in RequestHelp()
891 Help::ShowQuickHelp( this, aItemRect, aStr ); in RequestHelp()
896 if ( GetTextWidth( aStr ) > aItemRect.GetWidth() ) in RequestHelp()
[all …]
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx2061 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
2062 Help::ShowQuickHelp( this, aItemRect, sEntry, in RequestHelp()
3875 Rectangle aItemRect( aPos, pCtrl->GetSizePixel() ); in CreateQuickHelp() local
3895 Help::ShowBalloon( this, aPos, aItemRect, sEntry ); in CreateQuickHelp()
3898 Help::ShowQuickHelp( this, aItemRect, sEntry, in CreateQuickHelp()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3350 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
3354 if( bItemClipped || !aViewRect.IsInside( aItemRect ) ) in RequestHelp()
3360 Point aPt = pView->OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
3361 aItemRect.Left() = aPt.X(); in RequestHelp()
3362 aItemRect.Top() = aPt.Y(); in RequestHelp()
3363 aPt = pView->OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
3364 aItemRect.Right() = aPt.X(); in RequestHelp()
3365 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
3367 Help::ShowQuickHelp( pView, aItemRect, in RequestHelp()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx247 Rectangle aItemRect( rBox.GetItemRect( GetId() ) ); in CreatePopupWindow() local
248 Point aPt(rBox.OutputToScreenPixel(aItemRect.TopLeft())); in CreatePopupWindow()
249 aPt.X() += aItemRect.GetWidth()/2; in CreatePopupWindow()
250 aPt.Y() += aItemRect.GetHeight()/2; in CreatePopupWindow()
H A Dinputwin.cxx114 Rectangle aItemRect( GetItemRect(FN_FORMULA_CALC) ); in SFX_IMPL_POS_CHILDWINDOW() local
115 …long nMaxHeight = (aEditSize.Height() > aItemRect.GetHeight()) ? aEditSize.Height() : aItemRect.Ge… in SFX_IMPL_POS_CHILDWINDOW()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx481 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getCharacterBounds() local
482 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
506 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getIndexAtPoint() local
508 aPnt += aItemRect.TopLeft(); in getIndexAtPoint()
H A Dvclxaccessiblemenuitem.cxx276 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getCharacterBounds() local
278 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
304 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getIndexAtPoint() local
306 aPnt += aItemRect.TopLeft(); in getIndexAtPoint()
H A Dvclxaccessibletoolboxitem.cxx497 Rectangle aItemRect = m_pToolBox->GetItemRect( m_nItemId ); in getCharacterBounds() local
498 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
513 Rectangle aItemRect = m_pToolBox->GetItemRect( m_nItemId ); in getIndexAtPoint() local
515 aPnt += aItemRect.TopLeft(); in getIndexAtPoint()
H A Dvclxaccessiblestatusbaritem.cxx152 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in GetItemText() local
153 m_pStatusBar->RecordLayoutData( &aLayoutData, aItemRect ); in GetItemText()
551 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in getCharacterBounds() local
552 m_pStatusBar->RecordLayoutData( &aLayoutData, aItemRect ); in getCharacterBounds()
554 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
571 Rectangle aItemRect = m_pStatusBar->GetItemRect( m_nItemId ); in getIndexAtPoint() local
572 m_pStatusBar->RecordLayoutData( &aLayoutData, aItemRect ); in getIndexAtPoint()
574 aPnt += aItemRect.TopLeft(); in getIndexAtPoint()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx731 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
732 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx905 Rectangle aItemRect( Point( nX, nY ), Size( aSz.Width(), pEntry->maSize.Height() ) ); in implHighlightEntry() local
909 aItemRect.Right() -= nFontHeight + nFontHeight/4; in implHighlightEntry()
927 aItemRect, in implHighlightEntry()
956 DrawRect( aItemRect ); in implHighlightEntry()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2904 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
2908 Help::ShowBalloon( this, aPos, aItemRect, sEntry ); in RequestHelp()
2911 Help::ShowQuickHelp( this, aItemRect, sEntry, in RequestHelp()
H A Dglbltree.cxx535 Rectangle aItemRect( aEntryPos, aSize ); in RequestHelp() local
539 Help::ShowBalloon( this, aEntryPos, aItemRect, sEntry ); in RequestHelp()
542 Help::ShowQuickHelp( this, aItemRect, sEntry, in RequestHelp()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx563 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
571 Help::ShowQuickHelp( this, aItemRect, sMsg, in RequestHelp()
H A Dglossary.cxx1000 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
1028 Help::ShowQuickHelp( this, aItemRect, sMsg, in RequestHelp()
/trunk/main/sw/source/ui/fldui/
H A DFldRefTreeListBox.cxx66 Rectangle aItemRect( aPos, aSize ); in RequestHelp() local
67 Help::ShowQuickHelp( this, aItemRect, sEntry, in RequestHelp()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx997 ::DrawGraphic( pBrushItem, pOut, aItemRect, rRect ); in DrawRect()
H A Dinftxt.hxx406 SwRect aItemRect; // ebenfalls fuer den Hintergrund member in SwTxtPaintInfo
436 const SwRect &rRect ) { pBrushItem = pItem; aItemRect = rRect;} in SetBack()
438 const SwRect &GetBrushRect() const { return aItemRect; } in GetBrushRect()
/trunk/main/svx/source/form/
H A Dfmpage.cxx254 Rectangle aItemRect = pObj->GetCurrentBoundRect(); in RequestHelp() local
255 aItemRect = pWindow->LogicToPixel( aItemRect ); in RequestHelp()
256 Point aPt = pWindow->OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
257 aItemRect.Left() = aPt.X(); in RequestHelp()
258 aItemRect.Top() = aPt.Y(); in RequestHelp()
259 aPt = pWindow->OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
260 aItemRect.Right() = aPt.X(); in RequestHelp()
261 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
263 Help::ShowBalloon( pWindow, aItemRect.Center(), aItemRect, aHelpText); in RequestHelp()
265 Help::ShowQuickHelp( pWindow, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx197 Rectangle aItemRect = GetItemRect( nItemId ); in RequestHelp() local
198 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
199 aItemRect.Left() = aPt.X(); in RequestHelp()
200 aItemRect.Top() = aPt.Y(); in RequestHelp()
201 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
202 aItemRect.Right() = aPt.X(); in RequestHelp()
203 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
217 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aHelpText ); in RequestHelp()
219 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx782 const Rectangle aItemRect( GetActualLogicalItemRect( rItem.GetCurrentRect() ) ); in DrawItem() local
783 if ( !aItemRect.IsOver( i_rBoundaries ) ) in DrawItem()
875 Rectangle aItemRect( GetActualLogicalItemRect( item->GetCurrentRect() ) ); in FindItemForPoint() local
876 if ( aItemRect.IsInside( aPoint ) ) in FindItemForPoint()
889 const Rectangle aItemRect( m_aNormalizer.getTransformed( in GetItemScreenRect() local
895 Point( aTabBarRect.Left() + aItemRect.Left(), aTabBarRect.Top() + aItemRect.Top() ), in GetItemScreenRect()
896 aItemRect.GetSize() in GetItemScreenRect()
941 Rectangle aItemRect( i_rLogicalItemRect ); in GetActualLogicalItemRect() local
942aItemRect.Move( m_aGeometry.getItemsRect().Left() - m_aGeometry.getButtonBackRect().Left(), 0 ); in GetActualLogicalItemRect()
950 aItemRect.Move( -nOffsetX, -nOffsetY ); in GetActualLogicalItemRect()
[all …]

Completed in 471 milliseconds

12