/trunk/main/sc/inc/ |
H A D | scmatrix.hxx | 102 void CreateMatrix( SCSIZE nC, SCSIZE nR); 188 void Resize( SCSIZE nC, SCSIZE nR); 222 void GetDimensions( SCSIZE& rC, SCSIZE& rR) const in GetDimensions() 228 inline SCSIZE CalcOffset( SCSIZE nC, SCSIZE nR) const in CalcOffset() 275 void PutEmpty( SCSIZE nC, SCSIZE nR); 278 void PutEmptyPath( SCSIZE nC, SCSIZE nR); 288 SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 ); 307 double GetDouble( SCSIZE nC, SCSIZE nR) const; 342 sal_Bool IsString( SCSIZE nC, SCSIZE nR ) const in IsString() 353 sal_Bool IsEmpty( SCSIZE nC, SCSIZE nR ) const in IsEmpty() [all …]
|
H A D | column.hxx | 100 SCSIZE nCount; 101 SCSIZE nLimit; 134 void DeleteAtIndex( SCSIZE nIndex ); 136 void Resize( SCSIZE nSize ); 184 sal_Bool TestInsertRow( SCSIZE nSize ) const; 187 void DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDelFlag ); 407 SCSIZE GetPatternCount( ); 419 SCSIZE nPos; 427 SCSIZE GetIndex() const; 434 SCSIZE nPos; [all …]
|
H A D | olinetab.hxx | 40 SCSIZE nSize; 52 SCSIZE GetSize() const { return nSize; } in GetSize() 58 void SetSize( SCSIZE nNewSize ); 59 void SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize ); 119 void InsertSpace( SCCOLROW nStartPos, SCSIZE nSize ); 120 sal_Bool DeleteSpace( SCCOLROW nStartPos, SCSIZE nSize ); 143 sal_Bool TestInsertCol( SCSIZE nSize ); 144 void InsertCol( SCCOL nStartCol, SCSIZE nSize ); 146 sal_Bool TestInsertRow( SCSIZE nSize ); 147 void InsertRow( SCROW nStartRow, SCSIZE nSize ); [all …]
|
H A D | consoli.hxx | 47 SCSIZE nCount; 48 SCSIZE nFullSize; // inkl. Fuell-Eintraege 55 SCSIZE GetCount() { return nCount; } in GetCount() 56 const ScReferenceEntry& GetEntry( SCSIZE nPos ) { return pData[nPos]; } in GetEntry() 57 void SetFullSize( SCSIZE nNew ) { nFullSize = nNew; } in SetFullSize() 87 SCSIZE nColCount; 88 SCSIZE nRowCount; 96 SCSIZE nDataCount; 97 SCSIZE nTitleCount; 99 SCSIZE** ppTitlePos;
|
H A D | attarray.hxx | 85 SCSIZE nCount; 86 SCSIZE nLimit; 111 sal_Bool Concat(SCSIZE nPos); 179 sal_Bool TestInsertRow( SCSIZE nSize ) const; 180 void InsertRow( SCROW nStartRow, SCSIZE nSize ); 181 void DeleteRow( SCROW nStartRow, SCSIZE nSize ); 182 void DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex ); 193 bool Reserve( SCSIZE nCount ); 194 SCSIZE Count() const{ return nCount; } in Count() 195 SCSIZE Count( SCROW nRw1, SCROW nRw2 ); [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 303 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat() 1043 inline SCSIZE lcl_GetMinExtent( SCSIZE n1, SCSIZE n2 ) in lcl_GetMinExtent() 1874 double lcl_GetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnEuclideanNorm() 1884 double lcl_TGetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnEuclideanNorm() 1895 double lcl_GetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnMaximumNorm() 1906 double lcl_TGetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnMaximumNorm() 1919 SCSIZE nCb, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnSumProduct() 1930 ScMatrixRef pMatB, SCSIZE nRb, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnSumProduct() 2171 SCSIZE nC, SCSIZE nR) in lcl_CalculateRowMeans() 2193 SCSIZE nC, SCSIZE nR) in lcl_CalculateRowsDelta() [all …]
|
H A D | scmatrix.cxx | 42 void ScMatrix::CreateMatrix(SCSIZE nC, SCSIZE nR) // nur fuer ctor in CreateMatrix() 85 void ScMatrix::Resize( SCSIZE nC, SCSIZE nR) in Resize() 129 SCSIZE nReadCount = (SCSIZE) nC * nR; in ScMatrix() 254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble() 318 void ScMatrix::PutEmpty(SCSIZE nC, SCSIZE nR) in PutEmpty() 345 void ScMatrix::PutEmptyPath(SCSIZE nC, SCSIZE nR) in PutEmptyPath() 372 void ScMatrix::PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) in PutBoolean() 397 sal_uInt16 ScMatrix::GetError( SCSIZE nC, SCSIZE nR) const in GetError() 408 double ScMatrix::GetDouble(SCSIZE nC, SCSIZE nR) const in GetDouble() 419 const String& ScMatrix::GetString(SCSIZE nC, SCSIZE nR) const in GetString() [all …]
|
H A D | rangeseq.cxx | 101 SCSIZE nColCount; in FillLongArray() 102 SCSIZE nRowCount; in FillLongArray() 107 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillLongArray() 157 SCSIZE nColCount; in FillDoubleArray() 158 SCSIZE nRowCount; in FillDoubleArray() 220 SCSIZE nColCount; in FillStringArray() 221 SCSIZE nRowCount; in FillStringArray() 323 SCSIZE nColCount; in FillMixedArray() 324 SCSIZE nRowCount; in FillMixedArray() 418 SCSIZE nCols, nRows; in CreateMixedMatrix() [all …]
|
H A D | consoli.cxx | 172 for (SCSIZE i=0; i<nColCount; i++) in DeleteData() 214 for (SCSIZE i=0; i<nColCount; i++) in InitData() 331 SCSIZE nArrX; in AddName() 332 SCSIZE nArrY; in AddName() 342 SCSIZE nMax = 0; in AddName() 668 SCSIZE nArrX; in GetInsertCount() 669 SCSIZE nArrY; in GetInsertCount() 674 SCSIZE nNeeded = 0; in GetInsertCount() 692 SCSIZE nArrX; in OutputToDocument() 693 SCSIZE nArrY; in OutputToDocument() [all …]
|
H A D | interpr1.cxx | 361 SCSIZE nC, nR; in JumpMatrix() 914 SCSIZE nC0, nC1; in CompareMat() 915 SCSIZE nR0, nR1; in CompareMat() 956 SCSIZE nC, nR; in CompareMat() 5590 SCSIZE nC, nR; in IterateParametersIfs() 5736 SCSIZE nC, nR; in ScLookup() 5876 SCSIZE nC, nR; in ScLookup() 6344 SCSIZE nX = static_cast<SCSIZE>(nSpIndex); in CalculateLookup() 7360 SCSIZE nElement = ::std::max( static_cast<SCSIZE>(nCol), in ScIndex() 7382 SCSIZE nRowMinus1 = static_cast<SCSIZE>(nRow - 1); in ScIndex() [all …]
|
H A D | interpr3.cxx | 2381 … ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2 in CalculateTest() 2393 SCSIZE i,j; in CalculateTest() 2472 SCSIZE nC1, nC2; in ScTTest() 2473 SCSIZE nR1, nR2; in ScTTest() 2474 SCSIZE i, j; in ScTTest() 2543 SCSIZE nC1, nC2; in ScFTest() 2544 SCSIZE nR1, nR2; in ScFTest() 2545 SCSIZE i, j; in ScFTest() 2622 SCSIZE nC1, nC2; in ScChiTest() 3233 SCSIZE i; in ScModalValue() [all …]
|
H A D | queryparam.cxx | 53 SCSIZE ScQueryParamBase::GetEntryCount() const in GetEntryCount() 58 ScQueryEntry& ScQueryParamBase::GetEntry(SCSIZE n) const in GetEntry() 63 void ScQueryParamBase::Resize(SCSIZE nNew) in Resize() 69 SCSIZE nCopy = ::std::min(maEntries.size(), nNew); in Resize() 70 for (SCSIZE i=0; i<nCopy; i++) in Resize() 76 void ScQueryParamBase::DeleteQuery( SCSIZE nPos ) in DeleteQuery() 260 SCSIZE nUsed = 0; in operator ==() 261 SCSIZE nOtherUsed = 0; in operator ==() 262 SCSIZE nEntryCount = GetEntryCount(); in operator ==() 263 SCSIZE nOtherEntryCount = rOther.GetEntryCount(); in operator ==() [all …]
|
H A D | doubleref.cxx | 67 SCSIZE nIndex = 0; in lcl_createStarQuery() 70 SCSIZE nNewEntries = static_cast<SCSIZE>(nRows); in lcl_createStarQuery() 186 SCSIZE nNewEntries = nVisible; in lcl_createExcelQuery() 189 SCSIZE nIndex = 0; in lcl_createExcelQuery() 225 SCSIZE nCount = pParam->GetEntryCount(); in lcl_fillQueryEntries() 226 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries() 239 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries() 245 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries() 314 SCSIZE ScDBInternalRange::getVisibleDataCellCount() const in getVisibleDataCellCount() 420 SCSIZE nC, nR; in ScDBExternalRange() [all …]
|
H A D | chartarr.cxx | 144 SCSIZE nCol; in CreateMemChartSingle() 145 SCSIZE nRow; in CreateMemChartSingle() 188 SCSIZE nTotalCols = ( nCol1 <= nCol2 ? nCol2 - nCol1 + 1 : 0 ); in CreateMemChartSingle() 191 for (SCSIZE i=0; i<nTotalCols; i++) in CreateMemChartSingle() 197 SCSIZE nColCount = aCols.size(); in CreateMemChartSingle() 199 SCSIZE nTotalRows = ( nRow1 <= nRow2 ? nRow2 - nRow1 + 1 : 0 ); in CreateMemChartSingle() 215 SCSIZE nRowCount = aRows.size(); in CreateMemChartSingle() 375 SCSIZE nColCount = GetPositionMap()->GetColCount(); in CreateMemChartMulti() 376 SCSIZE nRowCount = GetPositionMap()->GetRowCount(); in CreateMemChartMulti() 378 SCSIZE nCol = 0; in CreateMemChartMulti() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 95 static SCSIZE initSlotDistribution( ScSlotDistribution & rSD, SCSIZE & rBSR ) in initSlotDistribution() 97 SCSIZE nSlots = 0; in initSlotDistribution() 100 SCSIZE nSlice = 128; in initSlotDistribution() 117 static SCSIZE nBcaSlotsRow; 552 SCSIZE& rStart, SCSIZE& rEnd, SCSIZE& rRowBreak ) const in ComputeAreaPoints() 562 inline void ComputeNextSlot( SCSIZE & nOff, SCSIZE & nBreak, ScBroadcastAreaSlot** & pp, in ComputeNextSlot() 563 SCSIZE & nStart, ScBroadcastAreaSlot** const & ppSlots, SCSIZE const & nRowBreak ) in ComputeNextSlot() 603 SCSIZE nOff = nStart; in StartListeningArea() 723 SCSIZE nOff = nStart; in AreaBroadcastInRange() 747 SCSIZE nOff = nStart; in DelBroadcastAreasInRange() [all …]
|
H A D | attarray.cxx | 267 SCSIZE i; in GetPattern() 278 SCSIZE nIndex; in GetPatternRange() 506 SCSIZE nPos; in ApplyStyleArea() 606 SCSIZE nPos; in ApplyLineStyleArea() 736 SCSIZE nPos; in ApplyCacheArea() 865 SCSIZE nPos; in MergePatternArea() 1431 SCSIZE nIndex; in RemoveAreaMerge() 1500 SCSIZE nIndex; in SetPatternAreaSafe() 1555 SCSIZE nIndex; in ApplyFlags() 2142 SCSIZE i; in InsertRow() [all …]
|
H A D | column.cxx | 109 SCSIZE nIndex; in GetBlockMatrixEdges() 127 SCSIZE nIndex; in GetBlockMatrixEdges() 176 SCSIZE nIndex; in HasSelectionMatrixFragment() 781 SCSIZE nIndex; in GetCell() 1127 SCSIZE i; in InsertRow() 1230 SCSIZE i; in CopyToClip() 1316 SCSIZE i; in CopyToColumn() 1487 SCSIZE nTemp; in SwapCol() 1509 SCSIZE i; in SwapCol() 1535 SCSIZE i; in MoveTo() [all …]
|
H A D | column3.cxx | 84 SCSIZE nIndex; in Insert() 207 SCSIZE nIndex; in Delete() 285 SCSIZE i; in DeleteRow() 993 SCSIZE nIndex; in MixData() 1434 SCSIZE i; in SetString() 1495 SCSIZE nIndex; in GetFilterEntries() 1654 SCSIZE nIndex; in RemoveProtected() 1715 SCSIZE nIndex; in GetString() 1801 SCSIZE nIndex; in GetInputString() 1820 SCSIZE nIndex; in GetValue() [all …]
|
H A D | column2.cxx | 189 SCSIZE nIndex; in GetNeededSize() 666 SCSIZE nIndex; in GetOptimalColWidth() 940 SCSIZE nIndex; in GetNextSpellingCell() 1038 SCSIZE i; in RemoveEditAttribs() 1240 SCSIZE i; in IsEmptyVisData() 1256 SCSIZE nIndex; in VisibleCount() 1275 SCSIZE i; in GetLastVisDataPos() 1296 SCSIZE i; in GetFirstVisDataPos() 1313 SCSIZE nIndex; in HasVisibleDataAt() 1339 SCSIZE nIndex; in IsEmptyBlock() [all …]
|
H A D | dociter.cxx | 223 SCSIZE nPos; in lcl_IterGetNumberFormat() 530 SCSIZE nColRow; in SearchColEntryIndex() 548 SCSIZE i; in DataAccessInternal() 691 SCSIZE nC, nR; in DataAccessMatrix() 809 SCSIZE nField = static_cast<SCSIZE>(rEntry.nField); in isValidQuery() 1129 SCSIZE i; in ScQueryCellIterator() 1301 SCSIZE nColRowSave; in FindEqualOrSortedLastInRange() 1417 SCSIZE nHi, nLo; in BinarySearch() 1496 SCSIZE i = nMid; in BinarySearch() 1713 SCSIZE nIndex; in SetTab() [all …]
|
H A D | markarr.cxx | 73 sal_Bool ScMarkArray::Search( SCROW nRow, SCSIZE& nIndex ) const in Search() 104 nIndex=(SCSIZE)i; in Search() 112 SCSIZE i; in GetMark() 135 SCSIZE nNeeded = nCount + 2; in SetMarkArea() 147 SCSIZE ni; // number of entries in beginning in SetMarkArea() 154 SCSIZE nIndex; in SetMarkArea() 185 SCSIZE nj = ni; // stop position of range to replace in SetMarkArea() 257 SCSIZE nStartIndex; in IsAllMarked() 258 SCSIZE nEndIndex; in IsAllMarked() 330 SCSIZE nIndex; in GetNextMarked() [all …]
|
H A D | table3.cxx | 83 SCSIZE nCount; 114 SCSIZE n1 = static_cast<SCSIZE>(nInd1 - nStart); in Swap() 115 SCSIZE n2 = static_cast<SCSIZE>(nInd2 - nStart); in Swap() 212 SCSIZE nPos; in SortReorder() 940 SCSIZE i = 0; in ValidQuery() 1285 SCSIZE nCount = static_cast<SCSIZE>(rParam.nRow2 - nRow1 + 1); in TopTenQuery() 1481 SCSIZE nCount = 0; in Query() 1688 SCSIZE nIndex = 0; in CreateExcelQuery() 1737 SCSIZE nIndex = 0; in CreateStarQuery() 1744 SCSIZE nNewEntries = static_cast<SCSIZE>(nRow2-nRow1+1); in CreateStarQuery() [all …]
|
H A D | olinetab.cxx | 77 void ScOutlineEntry::SetSize( SCSIZE nNewSize ) in SetSize() 87 void ScOutlineEntry::SetPosSize( SCCOLROW nNewPos, SCSIZE nNewSize ) in SetPosSize() 572 void ScOutlineArray::InsertSpace( SCCOLROW nStartPos, SCSIZE nSize ) in InsertSpace() 587 SCSIZE nEntrySize = pEntry->GetSize(); in InsertSpace() 607 SCSIZE nEntrySize = pEntry->GetSize(); in DeleteSpace() 690 sal_Bool ScOutlineTable::TestInsertCol( SCSIZE nSize ) in TestInsertCol() 695 void ScOutlineTable::InsertCol( SCCOL nStartCol, SCSIZE nSize ) in InsertCol() 700 sal_Bool ScOutlineTable::DeleteCol( SCCOL nStartCol, SCSIZE nSize ) in DeleteCol() 705 sal_Bool ScOutlineTable::TestInsertRow( SCSIZE nSize ) in TestInsertRow() 710 void ScOutlineTable::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow() [all …]
|
/trunk/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 65 SCSIZE nCols; 66 SCSIZE nRows; 67 SCSIZE nCurCol; 78 ScJumpMatrix( SCSIZE nColsP, SCSIZE nRowsP ) in ScJumpMatrix() 112 void GetDimensions( SCSIZE& rCols, SCSIZE& rRows ) const in GetDimensions() 117 void SetJump( SCSIZE nCol, SCSIZE nRow, double fBool, in SetJump() 124 void GetJump( SCSIZE nCol, SCSIZE nRow, double& rBool, in GetJump() 161 void GetPos( SCSIZE& rCol, SCSIZE& rRow ) const in GetPos() 166 bool Next( SCSIZE& rCol, SCSIZE& rRow ) in Next() 184 void GetResMatDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResMatDimensions() [all …]
|
H A D | interpre.hxx | 174 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR); 699 void MEMat(ScMatrix* mM, SCSIZE n); 717 ,const SCSIZE nC1, const SCSIZE nC2,const SCSIZE nR1,const SCSIZE nR2 726 void CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR); 727 …ool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
|