Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Ddocsort.cxx398 xub_StrLen nCLen = 0; in SortText() local
402 nCLen = pCNd->Len(); in SortText()
405 pRedlPam->GetPoint()->nContent.Assign( pCNd, nCLen ); in SortText()
H A Ddocnum.cxx2249 xub_StrLen nCLen = 0; if( pCNd ) nCLen = pCNd->Len(); in MoveParagraph() local
2250 aInsPos.nContent.Assign( pCNd, nCLen ); in MoveParagraph()