/aoo41x/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.cxx | 104 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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | userlist.cxx | 129 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()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 143 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 722 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 D | column.cxx | 851 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 D | table3.cxx | 342 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()
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalData.cxx | 247 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()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 253 for (sal_Int32 nIndex2=0; nIndex2<nSampleCount; ++nIndex2) in AnimationParametricFunction() local 255 const double nX (nIndex2 / double(nSampleCount-1)); in AnimationParametricFunction()
|
/aoo41x/main/desktop/source/offacc/ |
H A D | acceptor.cxx | 178 sal_Int32 nIndex2 = m_aAcceptString.indexOf( (sal_Unicode) ';' , nIndex1 ); in initialize() local 179 if (nIndex2 < 0) nIndex2 = m_aAcceptString.getLength(); in initialize() 180 m_aProtocol = m_aAcceptString.copy( nIndex1, nIndex2 - nIndex1 ); in initialize()
|
/aoo41x/main/sal/textenc/ |
H A D | convertiso2022jp.c | 417 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 D | convertiso2022kr.c | 393 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 D | convertbig5hkscs.c | 363 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 D | convertiso2022cn.c | 447 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()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fntcap.cxx | 595 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()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 114 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()
|
/aoo41x/main/desktop/source/migration/ |
H A D | wizard.cxx | 92 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()
|
/aoo41x/main/cppu/source/uno/ |
H A D | cascade_mapping.cxx | 187 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 D | EnvStack.cxx | 140 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()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1697 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()
|
/aoo41x/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 555 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()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textbreakuphelper.cxx | 95 … const sal_uInt32 nIndex2(static_cast< sal_uInt32 >(nIndex - mrSource.getTextPosition())); in breakupPortion() local 96 fOffset = mrSource.getDXArray()[nIndex2 - 1]; in breakupPortion()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 164 sal_uInt32 nIndex1, sal_uInt32 nIndex2, 172 const B2DPolygon& rCandidate2, sal_uInt32 nIndex2,
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 1524 …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 D | b3dpolygon.cxx | 1712 …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 D | b2dpolygontools.cxx | 990 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()
|