Searched refs:aInd (Results 1 – 4 of 4) sorted by relevance
504 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getAllRelationships() local505 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() local630 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in setPropertyValue()664 for ( sal_Int32 aInd = 0; aInd < m_aProperties.getLength(); aInd++ ) in getPropertyValue() local666 if ( m_aProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()668 return m_aProperties[aInd].Value; in getPropertyValue()
368 for ( sal_Int32 aInd = 0; aInd < m_xProperties.getLength(); aInd++ ) in ~OStorage_Impl() local370 if ( m_xProperties[aInd].Name.equals( aPropertyName ) ) in ~OStorage_Impl()485 for ( sal_Int32 aInd = 0; aInd < m_xProperties.getLength(); aInd++ ) in OpenOwnPackage() local487 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() local5145 if ( m_pImpl->m_xProperties[aInd].Name.equals( aPropertyName ) ) in getPropertyValue()[all …]
116 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in removeLastSegment() local118 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()
92 static vector< ::rtl::OUString > getInfoFromInd( ::rtl::OUString aInd ) in getInfoFromInd() argument97 ::rtl::OString line = ::rtl::OUStringToOString( aInd, RTL_TEXTENCODING_ASCII_US ); in getInfoFromInd()147 sal_Int32 aInd = aURL.lastIndexOf( sal_Unicode( '/' ) ); in shorterUrl() local148 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() local1072 if( aInd > 0 && aUrl.getLength()-1 == aInd ) in remove()1113 sal_Int32 aInd = aUrl.lastIndexOf( sal_Unicode( '/' ) ); in removePersistent() local1114 if( aInd > 0 && aUrl.getLength()-1 == aInd ) in removePersistent()
Completed in 49 milliseconds