Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1102 sal_Int32 oldLen = aUsers.getLength(); in getAllPersistent() local
1103 aUsers.realloc( oldLen + 1 ); in getAllPersistent()
1104 …aUsers[ oldLen ] = UserRecord( aNPIter->GetUserName(), copyVectorToSequence( DecodePasswords( aNPI… in getAllPersistent()
1109 sal_Int32 oldLen = aResult.getLength(); in getAllPersistent() local
1110 aResult.realloc( oldLen + 1 ); in getAllPersistent()
1111 aResult[ oldLen ] = UrlRecord( aIter->first, aUsers ); in getAllPersistent()
/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx1640 const xub_StrLen oldLen = pDest->m_Text.Len(); in CopyText() local
1648 nLen = pDest->m_Text.Len() - oldLen; in CopyText()

Completed in 273 milliseconds