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.cxx756 xub_StrLen nExpandSelection = 0; in FlushInBuffer() local
795 nExpandSelection = aLeftText.Len() - static_cast< xub_StrLen >(nChgPos); in FlushInBuffer()
827 … DBG_ASSERT( nCrsrStartPos >= nExpandSelection, "cannot expand selection as specified!!" ); in FlushInBuffer()
828 if (nExpandSelection && nCrsrStartPos >= nExpandSelection) in FlushInBuffer()
832 rCrsr.Start()->nContent -= nExpandSelection; in FlushInBuffer()

Completed in 85 milliseconds