Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx328 …E void ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, sal_uInt16 nLineMode );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1083 sal_uInt16 nLineMode ) in ImplLineSizing() argument
1092 if ( nLineMode & DOCK_LINERIGHT ) in ImplLineSizing()
1097 else if ( nLineMode & DOCK_LINEBOTTOM ) in ImplLineSizing()
1102 else if ( nLineMode & DOCK_LINELEFT ) in ImplLineSizing()
1107 else if ( nLineMode & DOCK_LINETOP ) in ImplLineSizing()
1164 if ( nLineMode & DOCK_LINERIGHT ) in ImplLineSizing()
1166 else if ( nLineMode & DOCK_LINEBOTTOM ) in ImplLineSizing()
1168 else if ( nLineMode & DOCK_LINELEFT ) in ImplLineSizing()
4613 sal_uInt16 nLineMode = ImplTestLineSize( this, aMousePos ); in MouseButtonDown() local
4614 if ( nLineMode ) in MouseButtonDown()
[all …]

Completed in 47 milliseconds