Home
last modified time | relevance | path

Searched refs:nSwitch (Results 1 – 10 of 10) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx320 int nSwitch = ( bCompatible ) ? 0 : 1 ; in ImplGetFloat() local
324 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()
H A Dclass4.cxx374 int nSwitch = 0; in ImplDoClass4() local
402 nSwitch ^=1; in ImplDoClass4()
412 nSwitch ^=1; in ImplDoClass4()
427 if ( nSwitch ) in ImplDoClass4()
445 int nSwitch = 0; in ImplDoClass4() local
476 nSwitch ^=1; in ImplDoClass4()
486 nSwitch ^=1; in ImplDoClass4()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx867 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local
868 if(nSwitch==EVENT_KEYINPUT)// || nSwitch==EVENT_KEYUP) in PreNotify()
887 if(nSwitch==EVENT_MOUSEBUTTONDOWN || nSwitch==EVENT_MOUSEBUTTONUP) in PreNotify()
H A Dfuncpage.cxx68 sal_uInt16 nSwitch=aNotifyEvt.GetType(); in PreNotify() local
69 if(nSwitch==EVENT_KEYINPUT) in PreNotify()
H A Dformula.cxx403 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local
404 if(nSwitch==EVENT_GETFOCUS && !bIsShutDown) in PreNotify()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx775 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local
776 if(nSwitch==EVENT_MOUSEBUTTONUP) in PreNotify()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx463 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local
464 if(aEdQuery.HasFocus() && nSwitch==EVENT_KEYINPUT)// || nSwitch==EVENT_KEYUP) in PreNotify()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx936 sal_uInt16 nSwitch=rNEvt.GetType();\
937 if(nSwitch==EVENT_GETFOCUS)\
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1011 sal_uInt16 nSwitch = _rNEvt.GetType(); in PreNotify() local
1012 if (EVENT_KEYINPUT == nSwitch) in PreNotify()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx439 sal_uInt16 nSwitch=rNEvt.GetType(); in PreNotify() local
440 if (nSwitch==EVENT_KEYINPUT) in PreNotify()

Completed in 95 milliseconds