Searched refs:nwindowState (Results 1 – 1 of 1) sorted by relevance
419 sal_Int32 nwindowState = xlNormal; in getWindowState() local427 nwindowState = xlMaximized; in getWindowState()429 nwindowState = xlMinimized; in getWindowState()431 return uno::makeAny( nwindowState ); in getWindowState()437 sal_Int32 nwindowState = xlMaximized; in setWindowState() local438 _windowstate >>= nwindowState; in setWindowState()445 if ( nwindowState == xlMaximized) in setWindowState()447 else if (nwindowState == xlMinimized) in setWindowState()449 else if (nwindowState == xlNormal) in setWindowState()
Completed in 47 milliseconds