Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx302 const SwTxtAttr *pLastStart = 0; in Check() local
318 if( pLastStart ) in Check()
319 CHECK_ERR( lcl_IsLessStart( *pLastStart, *pHt ), "HintsCheck: IsLastStart" ); in Check()
322 pLastStart = pHt; in Check()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx267 const sal_Unicode* pLastStart = p; in ConvertStringToValue() local
276 p = pLastStart; in ConvertStringToValue()
284 if (p - pLastStart >= 2 && eState != fraction) in ConvertStringToValue()
287 else if (p > pLastStart) in ConvertStringToValue()
292 … nUnit[eState] = aStr.copy( pLastStart - pStart, p - pLastStart).toInt32(); in ConvertStringToValue()
296 pLastStart = p + 1; // hypothetical next start in ConvertStringToValue()
357 if (eState == month || (eState == day && p <= pLastStart) || in ConvertStringToValue()
358 eState == hour || (eState == minute && p <= pLastStart)) in ConvertStringToValue()
364 if (p > pLastStart && eState < done) in ConvertStringToValue()
366 … nUnit[eState] = aStr.copy( pLastStart - pStart, p - pLastStart).toInt32(); in ConvertStringToValue()

Completed in 32 milliseconds