Home
last modified time | relevance | path

Searched refs:nSecPos (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/tools/source/generic/
H A Dpoly.cxx266 const sal_uInt16 nSecPos = nPos + nSpace; in ImplSplit() local
278 memcpy( pNewAry + nSecPos, mpPointAry + nPos, nRest * sizeof( Point ) ); in ImplSplit()
293 memcpy( pNewFlagAry + nSecPos, mpFlagAry + nPos, nRest ); in ImplSplit()
312 const sal_uInt16 nSecPos = nPos + nRemoveCount; in ImplRemove() local
313 const sal_uInt16 nRest = mnPoints - nSecPos; in ImplRemove()
318 memcpy( pNewAry + nPos, mpPointAry + nSecPos, nRest * sizeof( Point ) ); in ImplRemove()
328 memcpy( pNewFlagAry + nPos, mpFlagAry + nSecPos, nRest ); in ImplRemove()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2647 xub_StrLen nSecPos = 0; // Zum Ziffernweisen in ImpGetTimeOutput() local
2728 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetTimeOutput()
2730 OutString += sSecStr.GetChar(nSecPos); in ImpGetTimeOutput()
2731 nSecPos++; in ImpGetTimeOutput()
3178 xub_StrLen nSecPos = 0; // Zum Ziffernweisen in ImpGetDateTimeOutput() local
3267 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetDateTimeOutput()
3269 OutString += sSecStr.GetChar(nSecPos); in ImpGetDateTimeOutput()
3270 nSecPos++; in ImpGetDateTimeOutput()

Completed in 47 milliseconds