Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1752 sal_uInt16 nAttribEnd = USHRT_MAX; in ImpConvert() local
1775 if (nAttribEnd != USHRT_MAX) // start already found? in ImpConvert()
1778 DBG_ASSERT(nEnd >= nAttribEnd, "error while scanning attributes (b)" ); in ImpConvert()
1780 nAttribEnd = nEnd; in ImpConvert()
1788 nAttribEnd = nEnd; in ImpConvert()
1823 if (nAttribStart != USHRT_MAX && nAttribEnd != USHRT_MAX) in ImpConvert()
1826 aCurSel.Max().SetIndex( nAttribEnd ); in ImpConvert()

Completed in 29 milliseconds