Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1602 xub_StrLen nCopyStart = rInf.GetIdx(); in DrawText() local
1603 if ( nCopyStart ) in DrawText()
1604 --nCopyStart; in DrawText()
1607 if ( nCopyStart + nCopyLen < rInf.GetText().Len() ) in DrawText()
1610 aStr = rInf.GetText().Copy( nCopyStart, nCopyLen ); in DrawText()

Completed in 21 milliseconds