Home
last modified time | relevance | path

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

/trunk/main/desktop/source/migration/services/
H A Dwordbookmigration.cxx166 static sal_Size nVerOOo7Len = sal::static_int_cast< sal_Size >(strlen( pVerOOo7 )); in IsUserWordbook() local
168 pMagicHeader[ nVerOOo7Len ] = '\0'; in IsUserWordbook()
169 if ((pStream->Read((void *) pMagicHeader, nVerOOo7Len) == nVerOOo7Len)) in IsUserWordbook()
/trunk/main/linguistic/source/
H A Ddicimp.cxx104 static sal_Size nVerOOo7Len = sal::static_int_cast< sal_Size >(strlen( pVerOOo7 )); in ReadDicVersion() local
105 pMagicHeader[ nVerOOo7Len ] = '\0'; in ReadDicVersion()
106 if ((rpStream->Read((void *) pMagicHeader, nVerOOo7Len) == nVerOOo7Len) && in ReadDicVersion()

Completed in 26 milliseconds