Searched refs:nInd1 (Results 1 – 6 of 6) sorted by relevance
439 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local440 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()441 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()443 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()444 return aSeq[nInd1]; in getRelationshipByID()472 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local473 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()474 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()476 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()479 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
2846 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local2847 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()2848 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()2850 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()2851 return aSeq[nInd1]; in getRelationshipByID()2879 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local2880 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()2881 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()2883 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()2886 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()[all …]
5375 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local5376 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()5377 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()5379 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()5380 return aSeq[nInd1]; in getRelationshipByID()5408 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local5409 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()5410 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()5413 if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) in getRelationshipsByType()5416 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()[all …]
1109 for ( int nInd1 = 0; nInd1 < aRels.length; nInd1++ ) in PrintRelations()1111 for ( int nInd2 = 0; nInd2 < aRels[nInd1].length; nInd2++ ) in PrintRelations()1113 …m_aLogWriter.println( "\"" + aRels[nInd1][nInd2].First + "\" = \"" + aRels[nInd1][nInd2].Second + … in PrintRelations()
88 ScSortInfoArray( sal_uInt16 nSorts, SCCOLROW nInd1, SCCOLROW nInd2 ) : in ScSortInfoArray() argument89 nCount( nInd2 - nInd1 + 1 ), nStart( nInd1 ), in ScSortInfoArray()112 void Swap( SCCOLROW nInd1, SCCOLROW nInd2 ) in Swap() argument114 SCSIZE n1 = static_cast<SCSIZE>(nInd1 - nStart); in Swap()130 ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 ) in CreateSortInfoArray() argument135 ScSortInfoArray* pArray = new ScSortInfoArray( nUsedSorts, nInd1, nInd2 ); in CreateSortInfoArray()142 for ( SCROW nRow = nInd1; nRow <= nInd2; nRow++ ) in CreateSortInfoArray()156 for ( SCCOL nCol = static_cast<SCCOL>(nInd1); in CreateSortInfoArray()
852 ScSortInfoArray* CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 );