| /trunk/main/drawinglayer/source/animation/ |
| H A D | animationtiming.cxx | 284 mnRepeat(nRepeat) in AnimationEntryLoop() 294 AnimationEntryLoop* pNew = new AnimationEntryLoop(mnRepeat); in clone() 309 && mnRepeat == pCompare->mnRepeat in operator ==() 315 return (mfDuration * (double)mnRepeat); in getDuration() 320 if(mnRepeat && !basegfx::fTools::equalZero(mfDuration)) in getStateAtTime() 324 if(nCurrentLoop > mnRepeat) in getStateAtTime() 343 if(mnRepeat && !basegfx::fTools::equalZero(mfDuration)) in getNextEventTime() 347 if(nCurrentLoop <= mnRepeat) in getNextEventTime()
|
| /trunk/main/slideshow/source/engine/shapes/ |
| H A D | drawinglayeranimation.cxx | 75 sal_uInt32 mnRepeat; // 0 -> endless member in __anon60cca7390111::ScrollTextAnimNode 87 mnRepeat(nRepeat), in ScrollTextAnimNode() 95 sal_uInt32 GetRepeat() const { return mnRepeat; } in GetRepeat() 96 sal_uInt32 GetFullTime() const { return mnDuration * mnRepeat; } in GetFullTime() 112 if(mnRepeat) in GetStateAtRelativeTime() 223 sal_uInt32 mnRepeat; member in __anon60cca7390111::ActivityImpl 283 if(mnRepeat) in GetMixerState() 285 const sal_uInt32 nEndTime(mnRepeat * nLoopTime); in GetMixerState() 494 if(0L == mnRepeat) in ImpForceScrollTextAnimNodes() 508 sal_uInt32 nNumRepeat(mnRepeat); in ImpForceScrollTextAnimNodes() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | event.hxx | 56 sal_uInt16 mnRepeat; member in KeyEvent 72 sal_uInt16 GetRepeat() const { return mnRepeat; } in GetRepeat() 82 mnRepeat = 0; in KeyEvent() 91 mnRepeat = nRepeat; in KeyEvent()
|
| /trunk/main/vcl/source/window/ |
| H A D | keyevent.cxx | 34 mnRepeat (rKeyEvent.mnRepeat), in KeyEvent() 47 mnRepeat = 0; in KeyEvent()
|
| H A D | winproc.cxx | 2435 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc() 2449 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc()
|
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 1060 sal_Int32 mnRepeat; member 1062 SchXMLDataPointStruct() : mnRepeat( 1 ) {} in SchXMLDataPointStruct() 3456 aPoint.mnRepeat = nCurrIndex - nLastIndex - 1; in exportDataPoints() 3515 aPoint.mnRepeat = nRepeat; in exportDataPoints() 3529 aLastPoint.mnRepeat = 0; in exportDataPoints() 3536 aPoint.mnRepeat += aLastPoint.mnRepeat; in exportDataPoints() 3537 else if( aLastPoint.mnRepeat > 0 ) in exportDataPoints() 3543 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints() 3545 … OUString::valueOf( (sal_Int64)( aLastPoint.mnRepeat ) )); in exportDataPoints() 3557 if( aLastPoint.mnRepeat > 1 ) in exportDataPoints() [all …]
|
| /trunk/main/drawinglayer/inc/drawinglayer/animation/ |
| H A D | animationtiming.hxx | 123 sal_uInt32 mnRepeat; member in drawinglayer::animation::AnimationEntryLoop
|
| /trunk/main/vcl/inc/ |
| H A D | salwtype.hxx | 126 sal_uInt16 mnRepeat; // Repeat-Count (KeyInputs-1) member
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 3797 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg() 3817 aKeyEvt.mnRepeat = 0; in ImplHandleKeyMsg() 3953 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg() 4033 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjKeyMsg() 4077 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjSysCharMsg() 5251 aKeyEvt.mnRepeat = 0; in ImplHandleSysCommand() 5286 aKeyEvt.mnRepeat = 0; in ImplHandleSysCommand()
|
| /trunk/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 329 aEvent.mnRepeat = 0; in doKeyCallback() 3139 aKeyEvt.mnRepeat = 0; in signalKey()
|
| /trunk/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 3377 aKeyEvt.mnRepeat = 0; in HandleKeyEvent() 3510 aKeyEvt.mnRepeat = 0; in HandleKeyEvent()
|
| /trunk/main/vcl/aqua/source/window/ |
| H A D | salframeview.mm | 1469 aEvent.mnRepeat = FALSE;
|
| /trunk/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 2837 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()
|