Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunotext.cxx1436 sal_uInt16 nThisLen = pForwarder->GetTextLen( nNewPar ); in GoRight() local
1437 while ( nNewPos > nThisLen && bOk ) in GoRight()
1443 nNewPos -= nThisLen+1; in GoRight()
1445 nThisLen = pForwarder->GetTextLen( nNewPar ); in GoRight()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx523 const long nThisLen = 16; in getTypes() local
524 aTypes.realloc( nParentLen + nAggLen + nThisLen ); in getTypes()
548 pPtr[nParentLen+nThisLen+i] = pAggPtr[i]; // aggregated types last in getTypes()