Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx753 xub_StrLen nExpandSelection = 0; in FlushInBuffer() local
792 nExpandSelection = aLeftText.Len() - static_cast< xub_StrLen >(nChgPos); in FlushInBuffer()
824 … DBG_ASSERT( nCrsrStartPos >= nExpandSelection, "cannot expand selection as specified!!" ); in FlushInBuffer()
825 if (nExpandSelection && nCrsrStartPos >= nExpandSelection) in FlushInBuffer()
829 rCrsr.Start()->nContent -= nExpandSelection; in FlushInBuffer()