Lines Matching refs:aInd
368 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()
5146 return m_pImpl->m_xProperties[aInd].Value; in getPropertyValue()