Searched refs:nwindowState (Results 1 – 1 of 1) sorted by relevance
418 sal_Int32 nwindowState = xlNormal; in getWindowState() local426 nwindowState = xlMaximized; in getWindowState()428 nwindowState = xlMinimized; in getWindowState()430 return uno::makeAny( nwindowState ); in getWindowState()436 sal_Int32 nwindowState = xlMaximized; in setWindowState() local437 _windowstate >>= nwindowState; in setWindowState()444 if ( nwindowState == xlMaximized) in setWindowState()446 else if (nwindowState == xlMinimized) in setWindowState()448 else if (nwindowState == xlNormal) in setWindowState()