Lines Matching refs:getLength

133     return ( aSystemPath.getLength() != 0 );  in isLocalFile_Impl()
252 sal_Int32 nLength = aManifestSequence.getLength(); in parseManifest()
262 for ( sal_Int32 j = 0, nNum = pSequence->getLength(); j < nNum; j++ ) in parseManifest()
290 if ( sPath.getLength() && hasByHierarchicalName ( sPath ) ) in parseManifest()
400 if ( nRead > aData.getLength() ) in parseManifest()
401 nRead = aData.getLength(); in parseManifest()
487 if ( aContentTypeInfo.getLength() != 2 ) in parseContentType()
491 for ( nInd = 0; nInd < aContentTypeInfo[0].getLength(); nInd++ ) in parseContentType()
495 for ( nInd = 0; nInd < aContentTypeInfo[1].getLength(); nInd++ ) in parseContentType()
503 if ( aPath.getLength() && hasByHierarchicalName( aPath ) ) in parseContentType()
581 if ( nStreamIndex != -1 && sDirName.getLength() ) in getZipFileContents()
584 if ( rName.getLength() -1 != nStreamIndex ) in getZipFileContents()
587 sTemp = rName.copy( nStreamIndex, rName.getLength() - nStreamIndex ); in getZipFileContents()
611 if ( aArguments.getLength() ) in initialize()
613 for( int ind = 0; ind < aArguments.getLength(); ind++ ) in initialize()
760 if ( !m_xContentSeek->getLength() ) in initialize()
817 if ( ( nIndex = aName.getLength() ) == 1 && *aName.getStr() == '/' ) in getByHierarchicalName()
878 sTemp = aName.copy( nOldIndex, aName.getLength() - nOldIndex ); in getByHierarchicalName()
899 if ( ( nIndex = aName.getLength() ) == 1 && *aName.getStr() == '/' ) in hasByHierarchicalName()
959 sTemp = aName.copy( nOldIndex, aName.getLength() - nOldIndex ); in hasByHierarchicalName()
984 if ( aArguments.getLength() ) in createInstanceWithArguments()
1002 sal_Int32 nBufferLength = m_pRootFolder->GetMediaType().getLength(); in WriteMimetypeMagicFile()
1110 if ( aType.getLength() ) in WriteContentTypes()
1595 if ( m_aStorageEncryptionKeys.getLength() ) in GetEncryptionKey()
1605 for ( sal_Int32 nInd = 0; nInd < m_aStorageEncryptionKeys.getLength(); nInd++ ) in GetEncryptionKey()
1611 if ( !aResult.getLength() ) in GetEncryptionKey()
1704 …if ( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelImplementationId().getCo… in getSomething()
1742 if ( !( aValue >>= aKeys ) || ( aKeys.getLength() && aKeys.getLength() < 2 ) ) in setPropertyValue()
1745 if ( aKeys.getLength() ) in setPropertyValue()
1749 for ( sal_Int32 nInd = 0; nInd < aKeys.getLength(); nInd++ ) in setPropertyValue()
1767 if ( m_pZipFile || !( aValue >>= aAlgorithms ) || aAlgorithms.getLength() == 0 ) in setPropertyValue()
1773 for ( sal_Int32 nInd = 0; nInd < aAlgorithms.getLength(); nInd++ ) in setPropertyValue()