Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx204 int ToolBox::ImplGetDragWidth( ToolBox* pThis ) in ImplGetDragWidth() function in ToolBox
253 …pWrapper->SetDragArea( Rectangle( 0, 0, ImplGetDragWidth( pThis ), pThis->GetOutputSizePixel().Hei… in ImplUpdateDragArea()
255 …->SetDragArea( Rectangle( 0, 0, pThis->GetOutputSizePixel().Width(), ImplGetDragWidth( pThis ) ) ); in ImplUpdateDragArea()
275 …int dragwidth = ( pWrapper && !pWrapper->IsLocked() ) ? ImplGetDragWidth( (ToolBox*)pThis ) : 0; in ImplCalcBorder()
362 int x = ImplGetDragWidth( pThis ) / 2; in ImplDrawGrip()
379 int y = ImplGetDragWidth(pThis) / 2; in ImplDrawGrip()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx308 static SAL_DLLPRIVATE int ImplGetDragWidth( ToolBox* pThis );

Completed in 39 milliseconds