Home
last modified time | relevance | path

Searched refs:nIndex1 (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx210 sal_uInt32 nIndex1; in NewAttr() local
228 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
235 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
242 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
249 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
256 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
263 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
270 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
274 nIndex1 = 0; in NewAttr()
360 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()
[all …]
/trunk/main/sc/source/core/tool/
H A Duserlist.cxx128 sal_uInt16 nIndex1; in Compare() local
130 sal_Bool bFound1 = GetSubIndex(rSubStr1, nIndex1); in Compare()
136 if (nIndex1 < nIndex2) in Compare()
138 else if (nIndex1 > nIndex2) in Compare()
154 sal_uInt16 nIndex1; in ICompare() local
156 sal_Bool bFound1 = GetSubIndex(rSubStr1, nIndex1); in ICompare()
162 if (nIndex1 < nIndex2) in ICompare()
164 else if (nIndex1 > nIndex2) in ICompare()
H A Dautoform.cxx621 sal_Bool ScAutoFormatData::IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const in IsEqualData() argument
624 const ScAutoFormatDataField& rField1 = GetField( nIndex1 ); in IsEqualData()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx174 sal_Int32 nIndex1 = m_aAcceptString.indexOf( (sal_Unicode) ';' ); in initialize() local
175 if (nIndex1 < 0) throw IllegalArgumentException( in initialize()
177 m_aConnectString = m_aAcceptString.copy( 0 , nIndex1 ).trim(); in initialize()
178 nIndex1++; in initialize()
179 sal_Int32 nIndex2 = m_aAcceptString.indexOf( (sal_Unicode) ';' , nIndex1 ); in initialize()
181 m_aProtocol = m_aAcceptString.copy( nIndex1, nIndex2 - nIndex1 ); in initialize()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx721 size_t nIndex1 = this->Search( nStart); in SumCoupledArrayForCondition() local
725 if ((this->pData[nIndex1].aValue & rBitMask) == rMaskedCompare) in SumCoupledArrayForCondition()
731 ::std::min( this->pData[nIndex1].nEnd, nEnd), nIndex2); in SumCoupledArrayForCondition()
736 nS = this->pData[nIndex1].nEnd + 1; in SumCoupledArrayForCondition()
737 ++nIndex1; in SumCoupledArrayForCondition()
738 } while (nIndex1 < this->nCount && nS <= nEnd); in SumCoupledArrayForCondition()
755 size_t nIndex1 = this->Search( nStart); in SumScaledCoupledArrayForCondition() local
759 if ((this->pData[nIndex1].aValue & rBitMask) == rMaskedCompare) in SumScaledCoupledArrayForCondition()
770 nS = this->pData[nIndex1].nEnd + 1; in SumScaledCoupledArrayForCondition()
771 ++nIndex1; in SumScaledCoupledArrayForCondition()
[all …]
H A Dcolumn.cxx846 SCSIZE nIndex1; in SwapRow() local
847 if ( Search( nRow1, nIndex1 ) ) in SwapRow()
848 pCell1 = pItems[nIndex1].pCell; in SwapRow()
888 pItems[nIndex1].pCell = pCell2; in SwapRow()
901 pItems[nIndex1].pCell = pDummyCell; in SwapRow()
907 memmove( &pItems[nIndex1], &pItems[nIndex1 + 1], (nCount - nIndex1) * sizeof(ColEntry) ); in SwapRow()
1000 SCSIZE nIndex1; in SwapCell() local
1001 if ( Search( nRow, nIndex1 ) ) in SwapCell()
1002 pCell1 = pItems[nIndex1].pCell; in SwapCell()
1025 pItems[nIndex1].pCell = pCell2; in SwapCell()
[all …]
H A Dtable3.cxx342 short ScTable::Compare( ScSortInfoArray* pArray, SCCOLROW nIndex1, SCCOLROW nIndex2 ) in Compare() argument
348 ScSortInfo* pInfo1 = pArray->Get( nSort, nIndex1 ); in Compare()
361 ScSortInfo* pInfo1 = pArray->Get( 0, nIndex1 ); in Compare()
468 short ScTable::Compare(SCCOLROW nIndex1, SCCOLROW nIndex2) in Compare() argument
477 ScBaseCell* pCell1 = aCol[nCol].GetCell( nIndex1 ); in Compare()
479 nRes = CompareCell( nSort, pCell1, nCol, nIndex1, pCell2, nCol, nIndex2 ); in Compare()
487 ScBaseCell* pCell1 = aCol[nIndex1].GetCell( nRow ); in Compare()
489 nRes = CompareCell( nSort, pCell1, static_cast<SCCOL>(nIndex1), in Compare()
H A Ddptabres.cxx144 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
161 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
226 sal_Bool ScDPRowMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()() argument
228 const ScDPResultMember* pMember1 = rDimension.GetMember(nIndex1); in operator ()()
243 sal_Bool ScDPColMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()() argument
245 ScDPDataMember* pDataMember1 = rDimension.GetMember(nIndex1); in operator ()()
H A Ddptabsrc.cxx2095 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
2098 sal_Bool ScDPGlobalMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()() argument
2102 if( nIndex1 != nIndex2 ) in operator ()()
2105 ScDPMember* pMember1 = pMembers->getByIndex(nIndex1); in operator ()()
/trunk/main/chart2/source/tools/
H A DInternalData.cxx246 size_t nIndex1 = nColIdx + nRowIndex*m_nColumnCount; in swapRowWithNext() local
247 size_t nIndex2 = nIndex1 + m_nColumnCount; in swapRowWithNext()
248 double fTemp = m_aData[nIndex1]; in swapRowWithNext()
249 m_aData[nIndex1] = m_aData[nIndex2]; in swapRowWithNext()
266 size_t nIndex1 = nColumnIndex + nRowIdx*m_nColumnCount; in swapColumnWithNext() local
267 size_t nIndex2 = nIndex1 + 1; in swapColumnWithNext()
268 double fTemp = m_aData[nIndex1]; in swapColumnWithNext()
269 m_aData[nIndex1] = m_aData[nIndex2]; in swapColumnWithNext()
/trunk/main/sal/textenc/
H A Dconvertiso2022jp.c414 sal_uInt32 nIndex1 = nChar >> 8; in ImplConvertUnicodeToIso2022Jp() local
415 if (nIndex1 < 0x100) in ImplConvertUnicodeToIso2022Jp()
418 sal_uInt32 nFirst = pJisX0208Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Jp()
420 && nIndex2 <= pJisX0208Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToIso2022Jp()
422 nBytes = pJisX0208Data[nIndex1]. in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c390 sal_uInt32 nIndex1 = nChar >> 8; in ImplConvertUnicodeToIso2022Kr() local
391 if (nIndex1 < 0x100) in ImplConvertUnicodeToIso2022Kr()
394 sal_uInt32 nFirst = pKsX1001Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Kr()
396 && nIndex2 <= pKsX1001Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToIso2022Kr()
397 nBytes = pKsX1001Data[nIndex1]. in ImplConvertUnicodeToIso2022Kr()
H A Dconvertbig5hkscs.c360 sal_uInt32 nIndex1 = nChar >> 8; in ImplConvertUnicodeToBig5Hkscs() local
361 if (nIndex1 < 0x100) in ImplConvertUnicodeToBig5Hkscs()
364 sal_uInt32 nFirst = pBig5Data[nIndex1].mnLowStart; in ImplConvertUnicodeToBig5Hkscs()
366 && nIndex2 <= pBig5Data[nIndex1].mnLowEnd) in ImplConvertUnicodeToBig5Hkscs()
367 nBytes = pBig5Data[nIndex1]. in ImplConvertUnicodeToBig5Hkscs()
H A Dconvertiso2022cn.c444 sal_uInt32 nIndex1 = nChar >> 8; in ImplIso2022CnTranslateTo2312() local
445 if (nIndex1 < 0x100) in ImplIso2022CnTranslateTo2312()
448 sal_uInt32 nFirst = pGb2312Data[nIndex1].mnLowStart; in ImplIso2022CnTranslateTo2312()
449 if (nIndex2 >= nFirst && nIndex2 <= pGb2312Data[nIndex1].mnLowEnd) in ImplIso2022CnTranslateTo2312()
450 return pGb2312Data[nIndex1].mpToUniTrailTab[nIndex2 - nFirst] in ImplIso2022CnTranslateTo2312()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx277 const sal_uInt32 nIndex1 (nIndex0 + 1); in operator ()() local
278 const double nX1 (nIndex1 / double(maY.size()-1)); in operator ()()
282 else if (sal_uInt32(nIndex0)>=maY.size() || nIndex1>=maY.size()) in operator ()()
286 return maY[nIndex0]*nU + maY[nIndex1]*(1-nU); in operator ()()
/trunk/main/desktop/source/migration/
H A Dwizard.cxx91 sal_Int32 nIndex1 = 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/cppu/source/uno/
H A Dcascade_mapping.cxx186 sal_Int32 nIndex1 = 0; in getPrefix() local
195 token1 = str1.getToken(0, ':', nIndex1); in getPrefix()
201 while(nIndex1 == nIndex2 && nIndex1 >= 0 && token1.equals(token2)); in getPrefix()
H A DEnvStack.cxx139 sal_Int32 nIndex1 = 0; in s_getPrefix() local
148 token1 = str1.getToken(0, ':', nIndex1); in s_getPrefix()
154 while(nIndex1 == nIndex2 && nIndex1 >= 0 && token1.equals(token2)); in s_getPrefix()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1692 for( sal_Int32 nIndex1 = 0; nIndex1 < aAnySeq.getLength(); nIndex1++ ) in InsertHolidayList() local
1694 const uno::Sequence< uno::Any >& rSubSeq = pSeqArray[ nIndex1 ]; in InsertHolidayList()
1723 for( sal_Int32 nIndex1 = 0; nIndex1 < rValueSeq.getLength(); nIndex1++ ) in Append() local
1725 const uno::Sequence< double >& rSubSeq = pSeqArray[ nIndex1 ]; in Append()
1737 for( sal_Int32 nIndex1 = 0; nIndex1 < rValueSeq.getLength(); nIndex1++ ) in Append() local
1739 const uno::Sequence< sal_Int32 >& rSubSeq = pSeqArray[ nIndex1 ]; in Append()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx140 sal_Int32 nIndex1 = 0; in construct() local
141 OUString hostandport = token.getToken(0,':', nIndex1); in construct()
144 hostandport = token.getToken(0, ':', nIndex1); in construct()
145 if (hostandport.getLength() && nIndex1) { in construct()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx990 sal_uInt32 nIndex1, sal_uInt32 nIndex2, in findCut() argument
997 if(nIndex1 < nPointCount && nIndex2 < nPointCount && nIndex1 != nIndex2) in findCut()
999 sal_uInt32 nEnd1(getIndexOfSuccessor(nIndex1, rCandidate)); in findCut()
1002 const B2DPoint aStart1(rCandidate.getB2DPoint(nIndex1)); in findCut()
1019 const B2DPolygon& rCandidate1, sal_uInt32 nIndex1, in findCut() argument
1028 if(nIndex1 < nPointCount1 && nIndex2 < nPointCount2) in findCut()
1030 sal_uInt32 nEnd1(getIndexOfSuccessor(nIndex1, rCandidate1)); in findCut()
1033 const B2DPoint aStart1(rCandidate1.getB2DPoint(nIndex1)); in findCut()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx165 sal_uInt32 nIndex1, sal_uInt32 nIndex2,
172 const B2DPolygon& rCandidate1, sal_uInt32 nIndex1,
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx436 sal_uInt32 nIndex1, nIndex2; in GetMixedColors() local
438 sal_Int32 nFirstDist = GetNearPaletteColors( nIndex1, nIndex2, aForeColor ); in GetMixedColors()
439 if( (nIndex1 >= maPalette.size()) || (nIndex2 >= maPalette.size()) ) in GetMixedColors()
443 aColorArr[ 0 ] = maPalette[ nIndex1 ].maColor; in GetMixedColors()
460 rnXclForeIx = GetXclIndex( nIndex1 ); in GetMixedColors()
/trunk/main/sc/inc/
H A Dautoform.hxx245 sal_Bool IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const;
H A Dtable.hxx850 short Compare(SCCOLROW nIndex1, SCCOLROW nIndex2);
851 short Compare( ScSortInfoArray*, SCCOLROW nIndex1, SCCOLROW nIndex2);

Completed in 181 milliseconds

12