Home
last modified time | relevance | path

Searched refs:nIndex2 (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx104 sal_Int32 nIndex2 = 0; in HyperLinkContext() local
105 while ( nIndex2 < sHref.getLength() ) in HyperLinkContext()
107 sal_Unicode nChar = sHref[ nIndex2 ]; in HyperLinkContext()
110 nIndex2++; in HyperLinkContext()
112 if ( nIndex2 && ( nIndex2 != sHref.getLength() ) ) in HyperLinkContext()
115 while( ( nIndex2 + nLength ) < sHref.getLength() ) in HyperLinkContext()
117 sal_Unicode nChar = sHref[ nIndex2 + nLength ]; in HyperLinkContext()
122 sal_Int32 nPageNumber = sHref.copy( nIndex2, nLength ).toInt32(); in HyperLinkContext()
127 const OUString aSlideType( sHref.copy( 0, nIndex2 ) ); in HyperLinkContext()
/trunk/main/sc/source/core/tool/
H A Duserlist.cxx129 sal_uInt16 nIndex2; in Compare() local
131 sal_Bool bFound2 = GetSubIndex(rSubStr2, nIndex2); in Compare()
136 if (nIndex1 < nIndex2) in Compare()
138 else if (nIndex1 > nIndex2) in Compare()
155 sal_uInt16 nIndex2; in ICompare() local
157 sal_Bool bFound2 = GetSubIndex(rSubStr2, nIndex2); in ICompare()
162 if (nIndex1 < nIndex2) in ICompare()
164 else if (nIndex1 > nIndex2) in ICompare()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx722 size_t nIndex2 = rArray.Search( nStart); in SumCoupledArrayForCondition() local
727 while (nIndex2 < rArray.GetEntryCount() && in SumCoupledArrayForCondition()
728 rArray.GetDataEntry(nIndex2).nEnd < nS) in SumCoupledArrayForCondition()
729 ++nIndex2; in SumCoupledArrayForCondition()
731 ::std::min( this->pData[nIndex1].nEnd, nEnd), nIndex2); in SumCoupledArrayForCondition()
756 size_t nIndex2 = rArray.Search( nStart); in SumScaledCoupledArrayForCondition() local
761 while (nIndex2 < rArray.GetEntryCount() && in SumScaledCoupledArrayForCondition()
762 rArray.GetDataEntry(nIndex2).nEnd < nS) in SumScaledCoupledArrayForCondition()
763 ++nIndex2; in SumScaledCoupledArrayForCondition()
765 ::std::min( this->pData[nIndex1].nEnd, nEnd), nIndex2, fScale); in SumScaledCoupledArrayForCondition()
H A Dcolumn.cxx851 SCSIZE nIndex2; in SwapRow() local
852 if ( Search( nRow2, nIndex2 ) ) in SwapRow()
853 pCell2 = pItems[nIndex2].pCell; in SwapRow()
863 ::std::swap( nIndex1, nIndex2 ); in SwapRow()
889 pItems[nIndex2].pCell = pCell1; in SwapRow()
1005 SCSIZE nIndex2; in SwapCell() local
1006 if ( rCol.Search( nRow, nIndex2 ) ) in SwapCell()
1007 pCell2 = rCol.pItems[nIndex2].pCell; in SwapCell()
1026 rCol.pItems[nIndex2].pCell = pCell1; in SwapCell()
H A Dtable3.cxx342 short ScTable::Compare( ScSortInfoArray* pArray, SCCOLROW nIndex1, SCCOLROW nIndex2 ) in Compare() argument
349 ScSortInfo* pInfo2 = pArray->Get( nSort, nIndex2 ); in Compare()
362 ScSortInfo* pInfo2 = pArray->Get( 0, nIndex2 ); in Compare()
468 short ScTable::Compare(SCCOLROW nIndex1, SCCOLROW nIndex2) in Compare() argument
478 ScBaseCell* pCell2 = aCol[nCol].GetCell( nIndex2 ); in Compare()
479 nRes = CompareCell( nSort, pCell1, nCol, nIndex1, pCell2, nCol, nIndex2 ); in Compare()
488 ScBaseCell* pCell2 = aCol[nIndex2].GetCell( nRow ); in Compare()
490 nRow, pCell2, static_cast<SCCOL>(nIndex2), nRow ); in Compare()
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx143 sal_uInt32 nIndex2 = 0; in GetAttributeRun() local
147 if ( nIndex2 < aTempCharAttribs[nAttr].nStart ) in GetAttributeRun()
150 aEEAttr.nStart = sal_uInt16(nIndex2); in GetAttributeRun()
154 nIndex2 = aTempCharAttribs[nAttr].nEnd; in GetAttributeRun()
157 if ( nIndex2 != nParaLen ) in GetAttributeRun()
160 aEEAttr.nStart = sal_uInt16(nIndex2); in GetAttributeRun()
/trunk/main/chart2/source/tools/
H A DInternalData.cxx247 size_t nIndex2 = nIndex1 + m_nColumnCount; in swapRowWithNext() local
249 m_aData[nIndex1] = m_aData[nIndex2]; in swapRowWithNext()
250 m_aData[nIndex2] = fTemp; in swapRowWithNext()
267 size_t nIndex2 = nIndex1 + 1; in swapColumnWithNext() local
269 m_aData[nIndex1] = m_aData[nIndex2]; in swapColumnWithNext()
270 m_aData[nIndex2] = fTemp; in swapColumnWithNext()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx253 for (sal_Int32 nIndex2=0; nIndex2<nSampleCount; ++nIndex2) in AnimationParametricFunction() local
255 const double nX (nIndex2 / double(nSampleCount-1)); in AnimationParametricFunction()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx179 sal_Int32 nIndex2 = m_aAcceptString.indexOf( (sal_Unicode) ';' , nIndex1 ); in initialize() local
180 if (nIndex2 < 0) nIndex2 = m_aAcceptString.getLength(); in initialize()
181 m_aProtocol = m_aAcceptString.copy( nIndex1, nIndex2 - nIndex1 ); in initialize()
/trunk/main/sal/textenc/
H A Dconvertiso2022jp.c417 sal_uInt32 nIndex2 = nChar & 0xFF; in ImplConvertUnicodeToIso2022Jp() local
419 if (nIndex2 >= nFirst in ImplConvertUnicodeToIso2022Jp()
420 && nIndex2 <= pJisX0208Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToIso2022Jp()
423 mpToUniTrailTab[nIndex2 - nFirst]; in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c393 sal_uInt32 nIndex2 = nChar & 0xFF; in ImplConvertUnicodeToIso2022Kr() local
395 if (nIndex2 >= nFirst in ImplConvertUnicodeToIso2022Kr()
396 && nIndex2 <= pKsX1001Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToIso2022Kr()
398 mpToUniTrailTab[nIndex2 - nFirst]; in ImplConvertUnicodeToIso2022Kr()
H A Dconvertbig5hkscs.c363 sal_uInt32 nIndex2 = nChar & 0xFF; in ImplConvertUnicodeToBig5Hkscs() local
365 if (nIndex2 >= nFirst in ImplConvertUnicodeToBig5Hkscs()
366 && nIndex2 <= pBig5Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToBig5Hkscs()
368 mpToUniTrailTab[nIndex2 - nFirst]; in ImplConvertUnicodeToBig5Hkscs()
H A Dconvertiso2022cn.c447 sal_uInt32 nIndex2 = nChar & 0xFF; in ImplIso2022CnTranslateTo2312() local
449 if (nIndex2 >= nFirst && nIndex2 <= pGb2312Data[nIndex1].mnLowEnd) in ImplIso2022CnTranslateTo2312()
450 return pGb2312Data[nIndex1].mpToUniTrailTab[nIndex2 - nFirst] in ImplIso2022CnTranslateTo2312()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx595 sal_uInt16 nIndex2 = 0; in DoOnCapitals() local
611 pSpaceFontAccess = new SwFntAccess( pMagic2, nIndex2, &aFont, in DoOnCapitals()
623 nIndex2 = 0; in DoOnCapitals()
624 pBigFontAccess = new SwFntAccess( pMagic2, nIndex2, &aFont, in DoOnCapitals()
634 nIndex2 = 0; in DoOnCapitals()
635 SwFntAccess *pSmallFontAccess = new SwFntAccess( pMagic2, nIndex2, &aFont, in DoOnCapitals()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx92 sal_Int32 nIndex2 = aBuildIdData.indexOf(')'); in getBuildId() local
93 if (( nIndex1 > 0 ) && ( nIndex2 > 0 ) && ( nIndex2-1 > nIndex1+1 )) in getBuildId()
95 ::rtl::OUString aBuildId = aBuildIdData.copy( nIndex1+1, nIndex2-nIndex1-1 ); in getBuildId()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx114 int nIndex2 = nIndex; in GetSystemLook() local
115 for( ; *pStr && ! isspace( *pStr ); pStr++, nIndex2++ ) in GetSystemLook()
117 ByteString aPaletteFile( aLine.Copy( nIndex, nIndex2 - nIndex ) ); in GetSystemLook()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1697 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in InsertHolidayList() local
1698 … InsertHolidayList( rAnyConv, pAnyArray[ nIndex2 ], nNullDate, bInsertOnWeekend ); in InsertHolidayList()
1727 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append() local
1728 Append( pArray[ nIndex2 ] ); in Append()
1741 for( sal_Int32 nIndex2 = 0; nIndex2 < rSubSeq.getLength(); nIndex2++ ) in Append() local
1742 Append( pArray[ nIndex2 ] ); in Append()
/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx187 sal_Int32 nIndex2 = 0; in getPrefix() local
196 token2 = str2.getToken(0, ':', nIndex2); in getPrefix()
201 while(nIndex1 == nIndex2 && nIndex1 >= 0 && token1.equals(token2)); in getPrefix()
H A DEnvStack.cxx140 sal_Int32 nIndex2 = 0; in s_getPrefix() local
149 token2 = str2.getToken(0, ':', nIndex2); in s_getPrefix()
154 while(nIndex1 == nIndex2 && nIndex1 >= 0 && token1.equals(token2)); in s_getPrefix()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx555 sal_Int32 nIndex2 = pIndices[n]; in invoke() local
556 OSL_ENSURE( nIndex2 < nParams, "### illegal index!" ); in invoke()
558 pFormalParams[nIndex2]; in invoke()
562 pArgs[nIndex2], rParam2.pTypeRef, 0 ); in invoke()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextbreakuphelper.cxx95 … const sal_uInt32 nIndex2(static_cast< sal_uInt32 >(nIndex - mrSource.getTextPosition())); in breakupPortion() local
96 fOffset = mrSource.getDXArray()[nIndex2 - 1]; in breakupPortion()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx1524 …void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert() argument
1535 if(0 == nIndex2 && nCount == rPoly.count()) in insert()
1541 OSL_ENSURE(nIndex2 + nCount <= rPoly.mpPolygon->count(), "B2DPolygon Insert outside range (!)"); in insert()
1542 ImplB2DPolygon aTempPoly(*rPoly.mpPolygon, nIndex2, nCount); in insert()
H A Db3dpolygon.cxx1712 …void B3DPolygon::insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert() argument
1723 if(0L == nIndex2 && nCount == rPoly.count()) in insert()
1729 OSL_ENSURE(nIndex2 + nCount <= rPoly.mpPolygon->count(), "B3DPolygon Insert outside range (!)"); in insert()
1730 ImplB3DPolygon aTempPoly(*rPoly.mpPolygon, nIndex2, nCount); in insert()
H A Db2dpolygontools.cxx990 sal_uInt32 nIndex1, sal_uInt32 nIndex2, in findCut() argument
997 if(nIndex1 < nPointCount && nIndex2 < nPointCount && nIndex1 != nIndex2) in findCut()
1000 sal_uInt32 nEnd2(getIndexOfSuccessor(nIndex2, rCandidate)); in findCut()
1006 const B2DPoint aStart2(rCandidate.getB2DPoint(nIndex2)); in findCut()
1020 const B2DPolygon& rCandidate2, sal_uInt32 nIndex2, in findCut() argument
1028 if(nIndex1 < nPointCount1 && nIndex2 < nPointCount2) in findCut()
1031 sal_uInt32 nEnd2(getIndexOfSuccessor(nIndex2, rCandidate2)); in findCut()
1037 const B2DPoint aStart2(rCandidate2.getB2DPoint(nIndex2)); in findCut()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx165 sal_uInt32 nIndex1, sal_uInt32 nIndex2,
173 const B2DPolygon& rCandidate2, sal_uInt32 nIndex2,

Completed in 133 milliseconds

12