Home
last modified time | relevance | path

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

/aoo4110/main/package/source/zippackage/
H A DZipPackage.cxx537 sal_Int32 nOldIndex, nIndex, nStreamIndex; in getZipFileContents() local
554 nStreamIndex = rName.lastIndexOf ( '/' ); in getZipFileContents()
555 if ( nStreamIndex != -1 ) in getZipFileContents()
586 nStreamIndex++; in getZipFileContents()
587 sTemp = rName.copy( nStreamIndex, rName.getLength() - nStreamIndex ); in getZipFileContents()
822 bool bFolder = nStreamIndex == nIndex-1; in getByHierarchicalName()
823 if ( nStreamIndex != -1 ) in getByHierarchicalName()
872 if ( nStreamIndex != -1 ) in getByHierarchicalName()
881 if ( nStreamIndex != -1 ) in getByHierarchicalName()
904 bool bFolder = nStreamIndex == nIndex-1; in hasByHierarchicalName()
[all …]

Completed in 53 milliseconds