Home
last modified time | relevance | path

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

/aoo42x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1199 sal_Int32 oldLen = aUsers.getLength(); in getAllPersistent() local
1200 aUsers.realloc( oldLen + 1 ); in getAllPersistent()
1201 …aUsers[ oldLen ] = UserRecord( aNPIter->GetUserName(), copyVectorToSequence( DecodePasswords( aNPI… in getAllPersistent()
1206 sal_Int32 oldLen = aResult.getLength(); in getAllPersistent() local
1207 aResult.realloc( oldLen + 1 ); in getAllPersistent()
1208 aResult[ oldLen ] = UrlRecord( aIter->first, aUsers ); in getAllPersistent()
/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1649 const xub_StrLen oldLen = pDest->m_Text.Len(); in CopyText() local
1657 nLen = pDest->m_Text.Len() - oldLen; in CopyText()

Completed in 49 milliseconds