Searched refs:nSwitch (Results 1 – 10 of 10) sorted by relevance
320 int nSwitch = ( bCompatible ) ? 0 : 1 ; in ImplGetFloat() local324 nVal = pShort[ nSwitch ]; in ImplGetFloat()326 nVal |= pShort[ nSwitch ^ 1 ]; in ImplGetFloat()333 nRetValue = (double)abs( pLong[ nSwitch ] ); in ImplGetFloat()335 nVal = (sal_uInt32)( pLong[ nSwitch ^ 1 ] ); in ImplGetFloat()338 if ( pLong[ nSwitch ] < 0 ) in ImplGetFloat()
374 int nSwitch = 0; in ImplDoClass4() local402 nSwitch ^=1; in ImplDoClass4()412 nSwitch ^=1; in ImplDoClass4()427 if ( nSwitch ) in ImplDoClass4()445 int nSwitch = 0; in ImplDoClass4() local476 nSwitch ^=1; in ImplDoClass4()486 nSwitch ^=1; in ImplDoClass4()
867 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local868 if(nSwitch==EVENT_KEYINPUT)// || nSwitch==EVENT_KEYUP) in PreNotify()887 if(nSwitch==EVENT_MOUSEBUTTONDOWN || nSwitch==EVENT_MOUSEBUTTONUP) in PreNotify()
68 sal_uInt16 nSwitch=aNotifyEvt.GetType(); in PreNotify() local69 if(nSwitch==EVENT_KEYINPUT) in PreNotify()
403 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local404 if(nSwitch==EVENT_GETFOCUS && !bIsShutDown) in PreNotify()
775 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local776 if(nSwitch==EVENT_MOUSEBUTTONUP) in PreNotify()
463 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local464 if(aEdQuery.HasFocus() && nSwitch==EVENT_KEYINPUT)// || nSwitch==EVENT_KEYUP) in PreNotify()
936 sal_uInt16 nSwitch=rNEvt.GetType();\937 if(nSwitch==EVENT_GETFOCUS)\
1011 sal_uInt16 nSwitch = _rNEvt.GetType(); in PreNotify() local1012 if (EVENT_KEYINPUT == nSwitch) in PreNotify()
439 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local440 if (nSwitch==EVENT_KEYINPUT) in PreNotify()
Completed in 174 milliseconds