Lines Matching refs:rShortName

97 		const ::rtl::OUString &rShortName = (*aCI).first;  in LookForUnexpectedODF12Streams()  local
109 …::rtl::OUString sOwnPath = aPath + rShortName + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/"… in LookForUnexpectedODF12Streams()
117 … if ( !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "manifest.xml" ) ) ) in LookForUnexpectedODF12Streams()
118 … && rShortName.indexOf( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "signatures" ) ) ) == -1 ) in LookForUnexpectedODF12Streams()
131 … || !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "mimetype" ) ) ) ) in LookForUnexpectedODF12Streams()
155 const ::rtl::OUString &rShortName = (*aCI).first; in setChildStreamsTypeByExtension() local
162 sal_Int32 nPathLength = rShortName.getLength(); in setChildStreamsTypeByExtension()
164 if ( nPathLength >= nExtLength && rShortName.match( aExt, nPathLength - nExtLength ) ) in setChildStreamsTypeByExtension()
303 bool ZipPackageFolder::saveChild( const ::rtl::OUString &rShortName, const ContentInfo &rInfo, ::rt… in saveChild() argument
325 …::rtl::OUString sTempName = rPath + rShortName + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/… in saveChild()
352 pTempEntry->sPath = rPath + rShortName; in saveChild()
730 const ::rtl::OUString &rShortName = (*aCI).first; in saveContents() local
733 if ( !bMimeTypeStreamStored || !rShortName.equals( aMimeTypeStreamName ) ) in saveContents()
734 …bWritingFailed = !saveChild( rShortName, rInfo, rPath, rManList, rZipOut, rEncryptionKey, rRandomP… in saveContents()