Searched refs:nInd2 (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/package/source/xstor/ |
| H A D | ocompinstream.cxx | 440 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID() local 441 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID() 443 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID() 473 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType() local 474 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType() 476 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
|
| H A D | owriteablestream.cxx | 175 for ( sal_Int32 nInd2 = 0; nInd2 < aSequence2.getLength(); nInd2++ ) in SequencesEqual() local 177 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual() 182 … if ( !( aSequence2[nInd2].Value >>= aMember2 ) || !SequencesEqual( aMember1, aMember2 ) ) in SequencesEqual() 189 for ( sal_Int32 nInd2 = 0; nInd2 < aSequence2.getLength(); nInd2++ ) in SequencesEqual() local 191 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual() 196 if ( !( aSequence2[nInd2].Value >>= nMember2 ) || nMember1 != nMember2 ) in SequencesEqual() 2847 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID() local 2848 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID() 2850 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID() 2880 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType() local [all …]
|
| H A D | xstorage.cxx | 5376 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID() local 5377 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID() 5379 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID() 5409 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType() local 5410 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType() 5413 if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) in getRelationshipsByType() 5466 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in insertRelationshipByID() local 5467 if ( aSeq[nInd1][nInd2].First.equals( aIDTag ) ) in insertRelationshipByID() 5469 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in insertRelationshipByID() 5526 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in removeRelationshipByID() local [all …]
|
| /AOO41X/main/package/qa/ofopxmlstorages/ |
| H A D | TestHelper.java | 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()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | table3.cxx | 88 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 115 SCSIZE n2 = static_cast<SCSIZE>(nInd2 - 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() 157 nCol <= static_cast<SCCOL>(nInd2); nCol++ ) in CreateSortInfoArray()
|
| /AOO41X/main/sc/inc/ |
| H A D | table.hxx | 852 ScSortInfoArray* CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 );
|