Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx517 … sal_uInt16 nPaMEnd = rPam.GetMark() ? rPam.GetMark()->nContent.GetIndex() : nPaMStart; in getCrsrPropertyValue() local
518 if(nPaMStart > nPaMEnd) in getCrsrPropertyValue()
521 nPaMStart = nPaMEnd; in getCrsrPropertyValue()
522 nPaMEnd = nTmp; in getCrsrPropertyValue()
534 if( ( nAttrEnd > nPaMStart && nAttrStart < nPaMEnd ) || in getCrsrPropertyValue()
535 ( !nAttrStart && !nAttrEnd && !nPaMStart && !nPaMEnd ) ) in getCrsrPropertyValue()
539 nAttrEnd < nPaMEnd) in getCrsrPropertyValue()
549 DBG_ASSERT(nAttrStart <= nPaMStart && nAttrEnd >=nPaMEnd, in getCrsrPropertyValue()

Completed in 21 milliseconds