Home
last modified time | relevance | path

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

12

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx57 Rectangle maRect; member
448 it->maRect = aNewRect; in ImplGetTabRect()
507 it->maRect.Left() += nIDX; in ImplGetTabRect()
508 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect()
516 it->maRect.Right()++; in ImplGetTabRect()
531 nRightSpace-=it->maRect.Right()-it->maRect.Left(); in ImplGetTabRect()
753 if ( pItem->maRect.IsEmpty() ) in ImplDrawItem()
842 if(pItem->maRect.Left() < 5) in ImplDrawItem()
1129 aCurRect = pCurItem->maRect; in ImplPaint()
1512 if ( it->maRect.IsInside( rPt ) ) in ImplFindPartRect()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx151 Rectangle maRect; member in ImplTBDragMgr
1201 ((nLast < it->maRect.Top()) || it->maRect.IsEmpty()) ) in ImplFindItemPos()
1217 ((nLast < it->maRect.Left()) || it->maRect.IsEmpty()) ) in ImplFindItemPos()
1335 maRect = rRect; in StartDragging()
2824 rIt.maRect.Bottom() = rIt.maRect.Top() + mpData->mnMenuButtonWidth; in ImplFormat()
3477 nSlim = (pItem->maRect.Bottom() - pItem->maRect.Top ()) / 4; in ImplDrawItem()
3484 nSlim = (pItem->maRect.Right() - pItem->maRect.Left ()) / 4; in ImplDrawItem()
3522 Point aPos( pItem->maRect.Left()+2, pItem->maRect.Top() ); in ImplDrawItem()
3529 Rectangle aTempRect( pItem->maRect.Left()+1, pItem->maRect.Top()+1, in ImplDrawItem()
3530 pItem->maRect.Right()-1, pItem->maRect.Bottom()-1 ); in ImplDrawItem()
[all …]
H A Dtoolbox2.cxx200 maRect ( rItem.maRect ), in ImplToolItem()
239 maRect = rItem.maRect; in operator =()
376 if( (mnBits & TIB_DROPDOWN) && !maRect.IsEmpty() ) in GetDropDownRect()
378 aRect = maRect; in GetDropDownRect()
819 maPaintRect.Union( mpData->m_aItems[nPos].maRect ); in RemoveItem()
1099 if ( it->maRect.IsInside( rPos ) ) in GetItemPos()
1129 if ( it->maRect.IsInside( rPos ) ) in GetItemId()
1224 return mpData->m_aItems[nPos].maRect; in GetItemPosRect()
1256 return mpData->maMenubuttonItem.maRect; in GetMenubuttonRect()
1843 !pItem->maRect.IsEmpty() && aRect.IsOver( pItem->maRect ) ) in IsItemReallyVisible()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1710 maRect(rRect) in ImpTextframeHdl()
1737 const basegfx::B2DPoint aTopLeft(maRect.Left(), maRect.Top()); in CreateB2dIAObject()
1738 const basegfx::B2DPoint aBottomRight(maRect.Right(), maRect.Bottom()); in CreateB2dIAObject()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx442 const Rectangle maRect; member in ImpTextframeHdl
H A Ddialcontrol.hxx52 Rectangle maRect; member in svx::DialControlBmp
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx744 pEntry->maRect = Rectangle( aControlPos, aControlSize ); in implCalcSize()
748 pEntry->maRect = Rectangle( Point( 0, nY ), pEntry->maSize ); in implCalcSize()
H A Dtoolbarmenuimp.hxx84 Rectangle maRect; member in svtools::ToolbarMenuEntry
H A Dvalueimp.hxx89 Rectangle maRect; member
H A Dvalueacc.cxx493 if( ( pItem->meType != VALUESETITEM_SPACE ) && !pItem->maRect.IsEmpty() ) in getAccessibleAtPoint()
1184 Rectangle aRect( mpParent->maRect ); in getBounds()
1223 …const Point aScreenPos( mpParent->mrParent.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft()… in getLocationOnScreen()
H A Dvalueset.cxx221 Rectangle aRect = pItem->maRect; in ImplFormatItem()
525 pItem->maRect.SetEmpty(); in Format()
591 mpNoneItem->maRect.Right() = mpNoneItem->maRect.Left()+aWinSize.Width()-x-1; in Format()
619 pItem->maRect.Left() = x; in Format()
620 pItem->maRect.Top() = y; in Format()
621 pItem->maRect.Right() = pItem->maRect.Left()+nItemWidth-1; in Format()
622 pItem->maRect.Bottom() = pItem->maRect.Top()+nItemHeight-1; in Format()
921 aRect = mpNoneItem->maRect; in ImplHideSelect()
2005 pNewItem->maRect = pItem->maRect; in CopyItems()
2352 Invalidate( pItem->maRect ); in SetItemImage()
[all …]
H A Dtabbar.cxx58 Rectangle maRect; member
568 if ( !pItem->maRect.IsEmpty() ) in ImplCalcWidth()
595 pItem->maRect.SetEmpty(); in ImplFormat()
604 pItem->maRect.Left() = x; in ImplFormat()
613 pItem->maRect.Right() = mnOffX + mnLastOffX - pItem->maRect.Left(); in ImplFormat()
614 pItem->maRect.Left() = nTmp; in ImplFormat()
1102 if ( !pItem->maRect.IsEmpty() ) in Paint()
1130 if ( !pItem->maRect.IsEmpty() ) in Paint()
1930 … while ( (mbMirrored ? (pItem->maRect.Left() < mnOffX) : (pItem->maRect.Right() > nWidth)) || in SetCurPageId()
1955 Invalidate( pItem->maRect ); in SetCurPageId()
[all …]
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx487 maRect ( rRect ) in IMPL_META_ACTION()
525 return maRect == ((MetaRectAction&)rMetaAction).maRect; in Compare()
533 rOStm << maRect; in Write()
541 rIStm >> maRect; in Read()
624 maRect ( rRect ) in IMPL_META_ACTION()
662 return maRect == ((MetaEllipseAction&)rMetaAction).maRect; in Compare()
670 rOStm << maRect; in Write()
678 rIStm >> maRect; in Read()
734 return ( maRect == ((MetaArcAction&)rMetaAction).maRect ) && in Compare()
808 return ( maRect == ((MetaPieAction&)rMetaAction).maRect ) && in Compare()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx269 Rectangle maRect; member in MetaRectAction
280 const Rectangle& GetRect() const { return maRect; } in GetRect()
291 Rectangle maRect; member in MetaRoundRectAction
319 Rectangle maRect; member in MetaEllipseAction
342 Rectangle maRect; member in MetaArcAction
370 Rectangle maRect; member in MetaPieAction
398 Rectangle maRect; member in MetaChordAction
606 Rectangle maRect; member in MetaTextRectAction
935 Rectangle maRect; member in MetaGradientAction
1010 Rectangle maRect; member in MetaWallpaperAction
[all …]
/trunk/main/vcl/inc/
H A Dtoolbox.h66 Rectangle maRect; member
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx121 maRect = rRect; in setRect()
307 return maRect; in getRect()
H A DWW8TableInfo.hxx73 SwRect maRect; member in ww8::WW8TableNodeInfoInner
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx328 Rectangle maRect; member
357 aSceneTAR.maRect = pScene->GetSnapRect(); in setPropertyValueImpl()
428 pScene->NbcSetSnapRect(aSceneTAR.maRect); in setPropertyValueImpl()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx84 maRect(), in PosSizePropertyPanel()
1164 maRect = mpView->GetAllMarkedRect(); in executePosX()
1192 maRect = mpView->GetAllMarkedRect(); in executePosY()
H A DPosSizePropertyPanel.hxx104 Rectangle maRect; member in svx::sidebar::PosSizePropertyPanel
H A DSidebarDialControlBmp.cxx59 DrawText( maRect, String(), mbEnabled ? 0 : TEXT_DRAW_DISABLE ); in DrawElements()
60 const sal_Int32 nDx (fCos * (maRect.GetWidth()-4) / 2); in DrawElements()
61 const sal_Int32 nDy (-fSin * (maRect.GetHeight()-4) / 2); in DrawElements()
62 Point pt1( maRect.Center() ); in DrawElements()
78 DrawRect(maRect); in DrawBackground()
88 DrawBitmapEx(maRect.TopLeft(), /*aImageSize,*/ aBitmapEx); in DrawBackground()
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx110 Rectangle maRect; member
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx690 aFind->second->maRect = Rectangle( Point( pix.X() + 1, pix.Y() + 1 ), Size(nX-1,nY-1) ); in ImplGetItem()
H A Ddialcontrol.cxx64 Init( rSrc.maRect.GetSize() ); in CopyBackground()
142 maRect.SetPos( Point( 0, 0 ) ); in Init()
143 maRect.SetSize( rSize ); in Init()
165 DrawPie( maRect, maRect.TopRight(), maRect.TopCenter() ); in DrawBackground()
166 DrawPie( maRect, maRect.BottomLeft(), maRect.BottomCenter() ); in DrawBackground()
170 DrawPie( maRect, maRect.BottomCenter(), maRect.TopRight() ); in DrawBackground()
174 DrawPie( maRect, maRect.BottomRight(), maRect.RightCenter() ); in DrawBackground()
179 DrawPie( maRect, maRect.TopCenter(), maRect.BottomLeft() ); in DrawBackground()
183 DrawPie( maRect, maRect.TopLeft(), maRect.LeftCenter() ); in DrawBackground()
207 DrawEllipse( Rectangle( maRect.Left() + DIAL_OUTER_WIDTH, maRect.Top() + DIAL_OUTER_WIDTH, in DrawBackground()
[all …]
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx814 Rectangle aRect( mpParent->maRect ); in implGetBounds()

Completed in 167 milliseconds

12