Searched refs:nSecPos (Results 1 – 2 of 2) sorted by relevance
266 const sal_uInt16 nSecPos = nPos + nSpace; in ImplSplit() local278 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() local313 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()
2647 xub_StrLen nSecPos = 0; // Zum Ziffernweisen in ImpGetTimeOutput() local2728 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() local3267 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 65 milliseconds