Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx166 sal_uInt16 nAttr, nCurrIndex; in GetAttributeRun() local
177 nCurrIndex <= nIndex) in GetAttributeRun()
183 nCurrIndex < nIndex ) in GetAttributeRun()
185 nClosestStartIndex_e = nCurrIndex; in GetAttributeRun()
197 if( nCurrIndex > nIndex && in GetAttributeRun()
203 if ( nCurrIndex > nIndex && in GetAttributeRun()
204 nCurrIndex < nClosestEndIndex_s) in GetAttributeRun()
206 nClosestEndIndex_s = nCurrIndex; in GetAttributeRun()
295 sal_uInt16 nAttr, nCurrIndex; in GetAttributeRun()
301 if( nCurrIndex > nIndex ) in GetAttributeRun()
[all …]
H A Dunoedprx.cxx1037 sal_uInt16 nCurrIndex, nLastIndex; in GetLineLen() local
1038 for( nCurrLine=0, nCurrIndex=0, nLastIndex=0; nCurrLine<=nLine; ++nCurrLine ) in GetLineLen()
1040 nLastIndex = nCurrIndex; in GetLineLen()
1041 nCurrIndex = in GetLineLen()
1042 nCurrIndex + mrTextForwarder->GetLineLen( nPara, nCurrLine ); in GetLineLen()
1045 aEndIndex.SetEEIndex( nPara, nCurrIndex, *this ); in GetLineLen()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx385 sal_Int32 nCurrPara, nCurrIndex, nParas, nCurrCount; in ImpCalcInternal() local
386 …for( nCurrPara=0, nParas=GetParagraphCount(), nCurrCount=0, nCurrIndex=0; nCurrPara<nParas; ++nCur… in ImpCalcInternal()
389 nCurrIndex += nCurrCount; in ImpCalcInternal()
390 if( nCurrIndex >= nFlatIndex ) in ImpCalcInternal()
394 … nFlatIndex - nCurrIndex + nCurrCount >= 0 && nFlatIndex - nCurrIndex + nCurrCount <= USHRT_MAX , in ImpCalcInternal()
397 … return EPosition( nCurrPara, static_cast< sal_uInt16 >(nFlatIndex - nCurrIndex + nCurrCount) ); in ImpCalcInternal()
402 if( bExclusive && nCurrIndex == nFlatIndex ) in ImpCalcInternal()
406 … nFlatIndex - nCurrIndex + nCurrCount >= 0 && nFlatIndex - nCurrIndex + nCurrCount <= USHRT_MAX , in ImpCalcInternal()
409 … return EPosition( nCurrPara-1, static_cast< sal_uInt16 >(nFlatIndex - nCurrIndex + nCurrCount) ); in ImpCalcInternal()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx451 ::std::size_t nCurrIndex(0); in createInitialTargetProperties()
456 animations::TargetProperties& rCurrProps( aRes[ nCurrIndex++ ] ); in createInitialTargetProperties()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3373 sal_Int32 nCurrIndex = 0; in exportDataPoints() local
3446 nCurrIndex = pPoints[ nElement ]; in exportDataPoints()
3449 if( nCurrIndex<0 || nCurrIndex>=nSeriesLength ) in exportDataPoints()
3453 if( nCurrIndex - nLastIndex > 1 ) in exportDataPoints()
3456 aPoint.mnRepeat = nCurrIndex - nLastIndex - 1; in exportDataPoints()
3465 xSeries, nCurrIndex, mrExport.GetModel() ); in exportDataPoints()
3494 nLastIndex = nCurrIndex; in exportDataPoints()
3508 nLastIndex = nCurrIndex; in exportDataPoints()

Completed in 55 milliseconds