Home
last modified time | relevance | path

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

/trunk/main/package/source/xstor/
H A Docompinstream.cxx504 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getAllRelationships() local
505 if ( m_aProperties[aInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "RelationsInfo" ) ) ) in getAllRelationships()
507 if ( m_aProperties[aInd].Value >>= aResult ) in getAllRelationships()
628 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in setPropertyValue() local
630 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in setPropertyValue()
664 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getPropertyValue() local
666 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()
668 return m_aProperties[aInd].Value; in getPropertyValue()
H A Dxstorage.cxx368 for ( sal_Int32 aInd = 0; aInd < m_xProperties.getLength(); aInd++ ) in ~OStorage_Impl() local
370 if ( m_xProperties[aInd].Name.equals( aPropertyName ) ) in ~OStorage_Impl()
485 for ( sal_Int32 aInd = 0; aInd < m_xProperties.getLength(); aInd++ ) in OpenOwnPackage() local
487 if ( m_xProperties[aInd].Name.equalsAscii( "RepairPackage" ) in OpenOwnPackage()
488 || m_xProperties[aInd].Name.equalsAscii( "ProgressHandler" ) ) in OpenOwnPackage()
490 beans::NamedValue aNamedValue( m_xProperties[aInd].Name, in OpenOwnPackage()
491 m_xProperties[aInd].Value ); in OpenOwnPackage()
495 else if ( m_xProperties[aInd].Name.equalsAscii( "Password" ) ) in OpenOwnPackage()
5143 for ( sal_Int32 aInd = 0; aInd < m_pImpl->m_xProperties.getLength(); aInd++ ) in getPropertyValue() local
5145 if ( m_pImpl->m_xProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()
[all …]
/trunk/main/svl/source/passwordcontainer/
H A Dsyscreds.cxx116 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in removeLastSegment() local
118 if( aInd > 0 ) in removeLastSegment()
120 sal_Int32 aPrevInd = aURL.lastIndexOf( sal_Unicode( '/' ), aInd ); in removeLastSegment()
123 aInd != aURL.getLength() - 1 ) in removeLastSegment()
125 aURL = aURL.copy( 0, aInd ); in removeLastSegment()
H A Dpasswordcontainer.cxx92 static vector< ::rtl::OUString > getInfoFromInd( ::rtl::OUString aInd ) in getInfoFromInd() argument
97 ::rtl::OString line = ::rtl::OUStringToOString( aInd, RTL_TEXTENCODING_ASCII_US ); in getInfoFromInd()
147 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in shorterUrl() local
148 if( aInd > 0 && aURL.indexOf( ::rtl::OUString::createFromAscii( "://" ) ) != aInd-2 ) in shorterUrl()
150 aURL = aURL.copy( 0, aInd ); in shorterUrl()
1071 sal_Int32 aInd = aUrl.lastIndexOf( sal_Unicode( '/' ) ); in remove() local
1072 if( aInd > 0 && aUrl.getLength()-1 == aInd ) in remove()
1113 sal_Int32 aInd = aUrl.lastIndexOf( sal_Unicode( '/' ) ); in removePersistent() local
1114 if( aInd > 0 && aUrl.getLength()-1 == aInd ) in removePersistent()

Completed in 74 milliseconds