Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dbrdwin.hxx206 Rectangle maHideRect; member
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx257 else if ( pData->maHideRect.IsInside( rPos ) ) in ImplHitTest()
973 rHelpRect = pData->maHideRect; in ImplRequestHelp()
1021 nTitleWidth += pData->maHideRect.GetWidth(); in ImplCalcTitleWidth()
1582 pData->maHideRect.Top() = nItemTop; 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()
1629 pData->maHideRect.SetEmpty(); in Init()
1723 else if ( !pData->maHideRect.IsEmpty() ) in DrawWindow()
[all …]

Completed in 17 milliseconds