Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx364 DWORD nSysStyle = 0; in ImplSalCreateFrame() local
393 nSysStyle |= WS_CHILD; in ImplSalCreateFrame()
395 nSysStyle |= WS_CLIPSIBLINGS; in ImplSalCreateFrame()
407 nSysStyle |= WS_POPUP; in ImplSalCreateFrame()
416 nSysStyle |= WS_OVERLAPPED; in ImplSalCreateFrame()
419 nSysStyle |= WS_POPUP; in ImplSalCreateFrame()
437 nSysStyle |= WS_THICKFRAME; in ImplSalCreateFrame()
439 nSysStyle |= WS_MAXIMIZEBOX; in ImplSalCreateFrame()
560 if ( !(nSysStyle & WS_MINIMIZEBOX) ) in ImplSalCreateFrame()
564 if ( !(nSysStyle & WS_THICKFRAME) ) in ImplSalCreateFrame()
[all …]

Completed in 37 milliseconds