Home
last modified time | relevance | path

Searched refs:maHideRect (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/source/window/
H A Dbrdwin.cxx257 else if ( pData->maHideRect.IsInside( rPos ) ) in ImplHitTest()
723 if ( pData->maHideRect.IsInside( aMousePos ) ) in ImplTracking()
973 rHelpRect = pData->maHideRect; in ImplRequestHelp()
1021 nTitleWidth += pData->maHideRect.GetWidth(); in ImplCalcTitleWidth()
1582 pData->maHideRect.Top() = nItemTop; in Init()
1583 pData->maHideRect.Bottom() = nItemBottom; in Init()
1584 pData->maHideRect.Right() = nRight; in Init()
1585 … pData->maHideRect.Left() = pData->maHideRect.Right()-pData->maHideRect.GetHeight()+1; in Init()
1586 nRight -= pData->maHideRect.GetWidth(); in Init()
1615 pData->maHideRect.SetEmpty(); in Init()
[all …]
/AOO42X/main/vcl/inc/
H A Dbrdwin.hxx206 Rectangle maHideRect; member