Home
last modified time | relevance | path

Searched refs:nInd1 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/package/source/xstor/
H A Docompinstream.cxx404 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local
405 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()
406 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
408 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
409 return aSeq[nInd1]; in getRelationshipByID()
435 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local
436 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()
437 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
439 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
442 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
H A Dowriteablestream.cxx2782 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local
2783 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()
2784 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
2786 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
2787 return aSeq[nInd1]; in getRelationshipByID()
2813 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local
2814 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()
2815 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
2817 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
2820 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
[all …]
H A Dxstorage.cxx5185 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() local
5186 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()
5187 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
5189 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
5190 return aSeq[nInd1]; in getRelationshipByID()
5216 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local
5217 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()
5218 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
5221 if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) in getRelationshipsByType()
5224 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java1109 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()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx88 ScSortInfoArray( sal_uInt16 nSorts, SCCOLROW nInd1, SCCOLROW nInd2 ) : in ScSortInfoArray() argument
89 nCount( nInd2 - nInd1 + 1 ), nStart( nInd1 ), in ScSortInfoArray()
112 void Swap( SCCOLROW nInd1, SCCOLROW nInd2 ) in Swap() argument
114 SCSIZE n1 = static_cast<SCSIZE>(nInd1 - nStart); in Swap()
130 ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 ) in CreateSortInfoArray() argument
135 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()
/trunk/main/sc/inc/
H A Dtable.hxx852 ScSortInfoArray* CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 );