Home
last modified time | relevance | path

Searched refs:SW_SHOWNORMAL (Results 1 – 5 of 5) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx116 aExecInf.nShow = SW_SHOWNORMAL; in ShowReleaseNotes()
176 aExecInf.nShow = SW_SHOWNORMAL; in ShowSurveyAfter()
/trunk/main/shell/source/win32/
H A DSysShExec.cxx323 sei.nShow = SW_SHOWNORMAL; in execute()
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas110 Public Const SW_SHOWNORMAL As Long = 1 constant
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx227 pFrame->mnShowState = SW_SHOWNORMAL; in ImplSaveFrameState()
474 pFrame->mnShowState = SW_SHOWNORMAL; in ImplSalCreateFrame()
964 mnShowState = SW_SHOWNORMAL; in WinSalFrame()
1439 mnShowState = SW_SHOWNORMAL; in SetPosSize()
1934 mnShowState = SW_SHOWNORMAL; in SetWindowState()
H A Dsalobj.cxx825 ShowWindow( mhWnd, SW_SHOWNORMAL ); in Show()