Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/uno/
H A Dunotext.cxx1455 sal_uInt16 nThisLen = pForwarder->GetTextLen( nNewPar ); in GoRight() local
1456 while ( nNewPos > nThisLen && bOk ) in GoRight()
1462 nNewPos -= nThisLen+1; in GoRight()
1464 nThisLen = pForwarder->GetTextLen( nNewPar ); in GoRight()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx523 const long nThisLen = 15; in getTypes() local
524 aTypes.realloc( nParentLen + nAggLen + nThisLen ); in getTypes()
547 pPtr[nParentLen+nThisLen+i] = pAggPtr[i]; // aggregated types last in getTypes()

Completed in 51 milliseconds