Searched refs:nInterval (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/inc/oox/helper/ |
H A D | helper.hxx | 124 Type nInterval = nEnd - nBegin; in getIntervalValue() local 125 …ount = (nValue < nBegin) ? -((nBegin - nValue - 1) / nInterval + 1) : ((nValue - nBegin) / nInterv… in getIntervalValue() 126 return static_cast< ReturnType >( nValue - nCount * nInterval ); in getIntervalValue()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.hxx | 271 sal_Int32 nInterval; member 277 ,nInterval(0) in LineNumberSettings()
|
H A D | DomainMapper.cxx | 2105 aSettings.nInterval = nIntValue; in lcl_attribute() 3903 if( aSettings.nInterval ) in sprmWithProps() 3904 …opertyValue(rNameSupplier.GetName( PROP_INTERVAL ), uno::makeAny((sal_Int16)aSettings.nInterval) ); in sprmWithProps()
|
/trunk/main/basic/source/runtime/ |
H A D | methods.cxx | 4502 sal_Int32 nInterval = rPar.Get(4)->GetLong(); in RTLFUNC() local 4504 if( nStart < 0 || nStop <= nStart || nInterval < 1 ) in RTLFUNC() 4538 if( nInterval > 1 ) in RTLFUNC() 4540 nLowerValue = ((( nNumber - nStart ) / nInterval ) * nInterval ) + nStart; in RTLFUNC() 4541 nUpperValue = nLowerValue + nInterval - 1; in RTLFUNC()
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2043 int nTimeout, nInterval, bPreferBlanking, bAllowExposures; in StartPresentation() local 2045 XGetScreenSaver( pDisplay, &nTimeout, &nInterval, in StartPresentation() 2053 XSetScreenSaver( pDisplay, 0, nInterval, in StartPresentation() 2065 nInterval, bPreferBlanking, in StartPresentation()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1101 long nInterval = ( nWidth - nStrikeoutWidth * nLen ) / nLen; in createTextAction() local 1102 nStrikeoutWidth += nInterval; in createTextAction()
|
Completed in 84 milliseconds