Home
last modified time | relevance | path

Searched refs:mnLastCtrlState (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/extensions/source/update/check/
H A Dupdatehdl.cxx95 mnLastCtrlState( -1 ), in UpdateHandler()
119 if ( nCtrlState == mnLastCtrlState ) in enableControls()
125 short nOldStateVal = mnLastCtrlState; in enableControls()
132 nOldStateVal = (short)(mnLastCtrlState >> i); in enableControls()
140 mnLastCtrlState = nCtrlState; in enableControls()
332 if ( ( mnLastCtrlState & ( 1 << CLOSE_BUTTON ) ) == ( 1 << CLOSE_BUTTON ) ) in actionPerformed()
1413 mnLastCtrlState = -1; in createDialog()
H A Dupdatehdl.hxx91 short mnLastCtrlState; member in UpdateHandler

Completed in 22 milliseconds