Lines Matching refs:nState
185 sal_uInt32 nState = NAVSTATE_NONE; in GetNavigatorWinState() local
196 nState |= xSlideshow->isDrawingPossible() ? NAVBTN_PEN_CHECKED : NAVBTN_PEN_UNCHECKED; in GetNavigatorWinState()
213 nState |= NAVBTN_PEN_DISABLED | NAVTLB_UPDATE; in GetNavigatorWinState()
226 nState |= NAVBTN_FIRST_DISABLED; in GetNavigatorWinState()
228 nState |= NAVBTN_PREV_DISABLED; in GetNavigatorWinState()
230 nState |= NAVBTN_PREV_ENABLED; in GetNavigatorWinState()
234 nState |= NAVBTN_FIRST_ENABLED | NAVBTN_PREV_ENABLED; in GetNavigatorWinState()
240 nState |= NAVBTN_LAST_DISABLED; in GetNavigatorWinState()
242 nState |= NAVBTN_NEXT_DISABLED; in GetNavigatorWinState()
244 nState |= NAVBTN_NEXT_ENABLED; in GetNavigatorWinState()
248 nState |= NAVBTN_LAST_ENABLED | NAVBTN_NEXT_ENABLED; in GetNavigatorWinState()
251 rSet.Put( SfxUInt32Item( SID_NAVIGATOR_STATE, nState ) ); in GetNavigatorWinState()