Lines Matching refs:Rectangle

63 					SvxIconChoiceCtrlEntry_Impl( SvxIconChoiceCtrlEntry* pEntry, const Rectangle& rBoundRect )  in SvxIconChoiceCtrlEntry_Impl()
326 Rectangle aOutputArea( GetOutputRect() ); in InsertEntry()
368 Rectangle SvxIconChoiceCtrl_Impl::GetOutputRect() const in GetOutputRect()
372 return Rectangle( aOrigin, aOutputSize ); in GetOutputRect()
592 void SvxIconChoiceCtrl_Impl::AdjustVirtSize( const Rectangle& rRect ) in AdjustVirtSize()
685 Rectangle aCurOutputArea( GetOutputRect() ); in ImpArrange()
712 void SvxIconChoiceCtrl_Impl::Paint( const Rectangle& rRect ) in Paint()
789 Rectangle aOutputArea( GetOutputRect() ); in Paint()
803 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in Paint()
837 Rectangle aOutRect( GetOutputRect() ); in RepaintEntries()
848 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in RepaintEntries()
868 Rectangle aRect( CalcTextRect( pEntry ) ); in GetItem()
911 Rectangle aRect( GetEntryBoundRect( pAnchor )); in MouseButtonDown()
916 Rectangle aTempRect( aDocPos, Size(1,1)); in MouseButtonDown()
1129 Rectangle aRect( aCurSelectionRect.TopLeft(), aDocPos ); in Tracking()
1248 Rectangle aRect( GetEntryBoundRect( pCursor ) ); in KeyInput()
1303 Rectangle aRect( GetEntryBoundRect(pCursor)); in KeyInput()
1457 Rectangle aOldOutRect( GetOutputRect() ); in AdjustScrollBars()
1581 Rectangle aNewOutRect( GetOutputRect() ); in AdjustScrollBars()
1617 Rectangle aRect( GetOutputRect()); in Resize()
1761 const Rectangle& rTextRect, const Rectangle& rImageRect, in PaintEmphasis()
1842 void SvxIconChoiceCtrl_Impl::PaintItem( const Rectangle& rRect, in PaintItem()
1881 Rectangle aRect ( CalcFocusRect( (SvxIconChoiceCtrlEntry*)pEntry ) ); in PaintItem()
1910 const Rectangle& rRect = GetEntryBoundRect( pEntry ); in PaintEntryVirtOutDev()
1911 Rectangle aOutRect( GetOutputRect() ); in PaintEntryVirtOutDev()
1915 Rectangle aRect( aPaper.GetRect() ); in PaintEntryVirtOutDev()
1923 Rectangle aPix ( pEntryPaintDev->LogicToPixel(aRect) ); in PaintEntryVirtOutDev()
1969 Rectangle aTextRect( CalcTextRect(pEntry,&rPos,sal_False,&aEntryText)); in PaintEntry()
1970 Rectangle aBmpRect( CalcBmpRect(pEntry, &rPos ) ); in PaintEntry()
2012 Rectangle aOutputArea( GetOutputRect() ); in PaintEntry()
2024 Rectangle aXRect( pEntry->aRect ); in PaintEntry()
2062 Rectangle aBoundRect( GetEntryBoundRect( pEntry )); in SetEntryPos()
2092 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in SetEntryPos()
2093 Rectangle aCenterRect( CalcBmpRect( pEntry, 0 )); in SetEntryPos()
2095 Rectangle aNewBoundRect( aNewPos, pEntry->aRect.GetSize()); in SetEntryPos()
2144 Rectangle aRect = CalcBmpRect( pEntry ); in GetEntry()
2213 const Rectangle& rRect = GetEntryBoundRect( pEntry ); in MakeEntryVisible()
2218 Rectangle aRect = CalcBmpRect( pEntry ); in MakeEntryVisible()
2228 const Rectangle& SvxIconChoiceCtrl_Impl::GetEntryBoundRect( SvxIconChoiceCtrlEntry* pEntry ) in GetEntryBoundRect()
2235 Rectangle SvxIconChoiceCtrl_Impl::CalcBmpRect( SvxIconChoiceCtrlEntry* pEntry, const Point* pPos ) in CalcBmpRect()
2237 Rectangle aBound = GetEntryBoundRect( pEntry ); in CalcBmpRect()
2247 return Rectangle( aPos, aImageSize ); in CalcBmpRect()
2254 return Rectangle( aPos, aImageSize ); in CalcBmpRect()
2262 Rectangle SvxIconChoiceCtrl_Impl::CalcTextRect( SvxIconChoiceCtrlEntry* pEntry, in CalcTextRect()
2271 const Rectangle aMaxTextRect( CalcMaxTextRect( pEntry ) ); in CalcTextRect()
2272 Rectangle aBound( GetEntryBoundRect( pEntry ) ); in CalcTextRect()
2276 Rectangle aTextRect( aMaxTextRect ); in CalcTextRect()
2318 return Rectangle( aPos, aTextSize ); in CalcTextRect()
2484 Rectangle aGridRect( rPos, Size(nGridDX, nGridDY) ); in SetBoundingRect_Impl()
2537 Rectangle aRect ( CalcFocusRect( pCursor ) ); in ShowCursor()
2590 const Rectangle& rRect = GetEntryBoundRect( pRefEntry ); in ShowDDIcon()
2637 const Rectangle& rRect = GetEntryBoundRect( pRefEntry ); in HideShowDDIcon()
2639 Rectangle aPrevEntryRect( aDDLastEntryPos, aEntrySize ); in HideShowDDIcon()
2640 Rectangle aCurEntryRect( aCurEntryPos, aEntrySize ); in HideShowDDIcon()
2651 Rectangle aFullRect( aPrevEntryRect.Union( aCurEntryRect ) ); in HideShowDDIcon()
2708 Rectangle aDocRect( GetDocumentRect() ); in HandleScrollCommand()
2709 Rectangle aVisRect( GetVisibleRect() ); in HandleScrollCommand()
2812 void SvxIconChoiceCtrl_Impl::ClipAtVirtOutRect( Rectangle& rRect ) const in ClipAtVirtOutRect()
2828 void SvxIconChoiceCtrl_Impl::MakeVisible( const Rectangle& rRect, sal_Bool bScrBar, in MakeVisible()
2831 Rectangle aVirtRect( rRect ); in MakeVisible()
2836 Rectangle aOutputArea( GetOutputRect() ); in MakeVisible()
2886 Rectangle aRect( GetOutputRect()); in MakeVisible()
3035 Rectangle SvxIconChoiceCtrl_Impl::CalcMaxTextRect( const SvxIconChoiceCtrlEntry* pEntry ) const in CalcMaxTextRect()
3037 Rectangle aBoundRect; in CalcMaxTextRect()
3044 Rectangle aBmpRect( ((SvxIconChoiceCtrl_Impl*)this)->CalcBmpRect( in CalcMaxTextRect()
3127 Rectangle aRect( aOrigin, aOutputSize ); in Scroll()
3140 Rectangle SvxIconChoiceCtrl_Impl::CalcFocusRect( SvxIconChoiceCtrlEntry* pEntry ) in CalcFocusRect()
3142 Rectangle aBmpRect( CalcBmpRect( pEntry ) ); in CalcFocusRect()
3143 Rectangle aTextRect( CalcTextRect( pEntry ) ); in CalcFocusRect()
3144 Rectangle aBoundRect( GetEntryBoundRect( pEntry ) ); in CalcFocusRect()
3145 Rectangle aFocusRect( aBoundRect.Left(), aBmpRect.Top() - 1, in CalcFocusRect()
3157 static Rectangle GetHotSpot( const Rectangle& rRect ) in GetHotSpot()
3159 Rectangle aResult( rRect ); in GetHotSpot()
3175 Rectangle aRect( GetEntryBoundRect( pEntry1 ) ); in SelectRect()
3180 void SvxIconChoiceCtrl_Impl::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect()
3195 Rectangle aRect( rRect ); in SelectRect()
3212 Rectangle aBoundRect( GetHotSpot( pEntry->aRect ) ); in SelectRect()
3324 sal_Bool SvxIconChoiceCtrl_Impl::IsOver( SvPtrarr* pRectList, const Rectangle& rBoundRect ) const in IsOver()
3329 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver()
3340 Rectangle aRect( GetEntryBoundRect( pEntry1 ) ); in AddSelectedRect()
3345 void SvxIconChoiceCtrl_Impl::AddSelectedRect( const Rectangle& rRect ) in AddSelectedRect()
3347 Rectangle* pRect = new Rectangle( rRect ); in AddSelectedRect()
3357 Rectangle* pRect = (Rectangle*)aSelectedRectList.GetObject( nCur ); in ClearSelectedRectList()
3440 Rectangle aRect( CalcTextRect( pEntry )); in IsTextHit()
3498 const Rectangle& rBoundRect = GetEntryBoundRect( pCur ); in AdjustAtGrid()
3499 Rectangle aCenterRect( CalcBmpRect( pCur, 0 )); in AdjustAtGrid()
3525 Point SvxIconChoiceCtrl_Impl::AdjustAtGrid( const Rectangle& rCenterRect, in AdjustAtGrid()
3526 const Rectangle& rBoundRect ) const in AdjustAtGrid()
3596 Rectangle aRect ( CalcFocusRect( (SvxIconChoiceCtrlEntry*)pEntry ) ); in ShowEntryFocusRect()
3607 void SvxIconChoiceCtrl_Impl::ShowFocus ( Rectangle& rRect ) in ShowFocus()
3717 Rectangle aRect( CalcTextRect( pEntry, 0, sal_True, &aEntryText ) ); in EditEntry()
4326 Rectangle aCenterRect( CalcBmpRect( pEntry, &aPos )); in FindEntryPredecessor()
4392 Rectangle aTextRect( CalcTextRect( pEntry, 0, sal_False, &aEntryText ) ); in RequestHelp()
4396 Rectangle aOptTextRect( aTextRect ); in RequestHelp()
4493 OutputDevice* pOut, const Rectangle& rBmpRect, sal_Bool bHide ) in DrawHighlightFrame()
4495 Rectangle aBmpRect( rBmpRect ); in DrawHighlightFrame()
4531 Rectangle aBmpRect( CalcFocusRect(pEntry) ); in SetEntryHighlightFrame()
4543 Rectangle aBmpRect( CalcFocusRect(pEntry) ); in HideEntryHighlightFrame()
4590 Rectangle aRect( ((SvxIconChoiceCtrl_Impl*)this)->CalcBmpRect( pEntry ) ); in GetPopupMenuPosPixel()
4607 Rectangle aRect( GetOutputRect()); in SetOrigin()