Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dcalendar.cxx1930 long nNotchDelta = pData->GetNotchDelta(); in Command() local
1931 if ( nNotchDelta < 0 ) in Command()
1933 while ( nNotchDelta < 0 ) in Command()
1936 nNotchDelta++; in Command()
1941 while ( nNotchDelta > 0 ) in Command()
1944 nNotchDelta--; in Command()

Completed in 42 milliseconds