Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dndhints.cxx327 const SwTxtAttr *pHtEnd = m_HintEnds[i]; in Check() local
328 CHECK_ERR( 0xFF != *(unsigned char*)pHtEnd, "HintsCheck: end ptr was deleted" ); in Check()
331 nIdx = *pHtEnd->GetAnyEnd(); in Check()
337 CHECK_ERR( lcl_IsLessEnd( *pLastEnd, *pHtEnd ), "HintsCheck: IsLastEnd" ); in Check()
340 pLastEnd = pHtEnd; in Check()
362 nWhich = pHtEnd->Which(); in Check()
H A Dthints.cxx2855 xub_StrLen *pHtEnd = pHint->GetEnd(); in TryInsertHint() local
3040 if( !pHtEnd ) in TryInsertHint()
3060 if( *pHtEnd < nHtStart ) in TryInsertHint()
3062 ASSERT( *pHtEnd >= nHtStart, in TryInsertHint()
3066 *pHint->GetStart() = *pHtEnd; in TryInsertHint()
3067 *pHtEnd = nHtStart; in TryInsertHint()
3072 const xub_StrLen nHintEnd = *pHtEnd; in TryInsertHint()

Completed in 36 milliseconds