Home
last modified time | relevance | path

Searched refs:maCells (Results 1 – 25 of 36) sorted by relevance

12

/core/svx/source/table/
H A Dtablerow.cxx56 maCells.reserve( 20 ); in TableRow()
60 maCells.resize( nColumns ); in TableRow()
75 if( !maCells.empty() ) in dispose()
77 for( auto& rpCell : maCells ) in dispose()
79 CellVector().swap(maCells); in dispose()
113 maCells.insert( maCells.begin() + nIndex, *pIter, (*pIter) + nCount ); in insertColumns()
116 maCells.reserve( std::max<size_t>(maCells.size() + nCount, maCells.size() * 2) ); in insertColumns()
118 maCells.insert( maCells.begin() + nIndex + i, mxTableModel->createCell() ); in insertColumns()
139 maCells.erase( aBegin, aEnd ); in removeColumns()
143 maCells.erase( aBegin ); in removeColumns()
[all …]
H A Dtableundo.cxx258 maCells.swap( aCells ); in InsertColUndo()
267 Dispose( maCells ); in ~InsertColUndo()
286 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Redo()
302 maCells.swap( aCells ); in RemoveColUndo()
311 Dispose( maCells ); in ~RemoveColUndo()
320 mxTable->UndoRemoveColumns( mnIndex, maColumns, maCells ); in Undo()
H A Dtableundo.hxx137 CellVector maCells; member in sdr::table::InsertColUndo
155 CellVector maCells; member in sdr::table::RemoveColUndo
H A Dtablerow.hxx71 CellVector maCells; member in sdr::table::TableRow
/core/sc/source/core/data/
H A Dcellvalues.cxx35 CellStoreType maCells; member
55 mpImpl->maCells.resize(nLen); in transferFrom()
57 rCol.maCells.transfer(nRow, nRow+nLen-1, mpImpl->maCells, 0); in transferFrom()
73 for (const auto& rCell : mpImpl->maCells) in swapNonEmpty()
87 rCol.maCells.swap(rBlock.mnStart, rBlock.mnEnd, mpImpl->maCells, rBlock.mnStart); in swapNonEmpty()
94 mpImpl->maCells.resize(rVals.size()); in assign()
113 mpImpl->maCells.resize(aCopyVals.size()); in assign()
125 return mpImpl->maCells.size(); in size()
130 mpImpl->maCells.clear(); in reset()
131 mpImpl->maCells.resize(nSize); in reset()
[all …]
H A Dcolumn.cxx883 sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in CopyToClip()
1573 sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in CopyToColumn()
1585 sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in CopyToColumn()
1824 maCells.swap(rCol.maCells); in SwapCol()
1830 maCells.event_handler().swap(rCol.maCells.event_handler()); in SwapCol()
1883 maCells.transfer(nStartRow, nEndRow, rCol.maCells, nStartRow); in MoveTo()
2409 std::for_each(maCells.begin(), maCells.end(), FormulaGroupPicker(aGroups)); in GetFormulaGroupEntries()
3074 sc::ParseFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in FindRangeNamesInUse()
3120 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aHdl, aHdl); in SetDirtyFromClip()
3204 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aHdl, aHdl); in SetTableOpDirty()
[all …]
H A Dcolumn2.cxx732 if (maCells.block_size() == 1 && maCells.begin()->type == sc::element_type_empty) in GetOptimalColWidth()
1316 sc::ParseBlock(maCells.begin(), maCells, aFunc, nStartRow, nEndRow); in VisibleCount()
1324 if (it == maCells.end()) in HasVisibleDataAt()
1334 if (maCells.block_size() == 1 && maCells.begin()->type == sc::element_type_empty) in IsEmptyData()
1339 if (it == maCells.end()) in IsEmptyData()
1708 auto itCell = std::find_if(maCells.begin(), maCells.end(), lIsEmptyType); in CellStorageModified()
1854 std::for_each(maCells.begin(), maCells.end(), ColumnStorageDumper(GetDoc())); in DumpColumnStorage()
2500 sc::ParseAllNonEmpty(maCells.begin(), maCells, nRow1, nRow2, aFunc); in ResolveStaticReference()
2698 sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in FillMatrix()
3457 sc::ParseBlock(maCells.begin(), maCells, aFunc, nStartRow, nEndRow); in FindUsed()
[all …]
H A Dcolumn4.cxx546 sc::ParseFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in ConvertFormulaToValue()
620 itPos = maCells.begin(); in SwapNonEmpty()
1215 sc::ParseAllNonEmpty(maCells.begin(), maCells, nRow1, nRow2, aFunc); in UpdateScriptTypes()
1222 maCells.swap(nRow1, nRow2, rOther.maCells, nRow1); in Swap()
1301 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in ResetFormulaCellPositions()
1348 maCells.begin(), maCells, rBoundRange.aStart.Row(), rBoundRange.aEnd.Row(), aFunc); in SplitFormulaGroupByRelativeRef()
1398 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in CollectFormulaCells()
1433 return aRet.first != maCells.end(); in HasFormulaCell()
1616 sc::ProcessBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in StartListeningFormulaCells()
1627 sc::ProcessBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2); in EndListeningFormulaCells()
[all …]
H A Dcolumn3.cxx189 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in InterpretDirtyCells()
198 sc::ProcessFormula(maCells.begin(), maCells, nRow1, nRow2, aFunc); in InterpretCellsIfNeeded()
206 if (it == maCells.end()) in DeleteContent()
242 maCells.clear(); in FreeAll()
2090 std::for_each(maCells.begin(), maCells.end(), StartListenersHandler(rCxt, bAll)); in StartListeners()
3152 if (it == maCells.end()) in GetValueCell()
3192 if (it == maCells.end()) in GetEditText()
3278 aFunc = std::for_each(maCells.begin(), maCells.end(), aFunc); in GetCellCount()
3446 sc::ParseAllNonEmpty(maCells.begin(), maCells, nRowStart, nRowEnd, aFunc); in GetMaxStringLen()
3609 sc::ParseFormulaNumeric(maCells.begin(), maCells, nRowStart, nRowEnd, aFunc); in GetMaxNumberStringLen()
[all …]
H A Ddocumentstreamaccess.cxx51 CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setNumericCell()
76 CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setStringCell()
106 CellStoreType& rCells = pTab->aCol[nCol].maCells; in shiftRangeUp()
134 CellStoreType& rCells = pTab->aCol[nCol].maCells; in shiftRangeDown()
H A Dedittextiterator.cxx34 mpCells = &mrTable.aCol[mnCol].maCells; in init()
53 mpCells = &mrTable.aCol[mnCol].maCells; in seek()
H A Ddocumentimport.cxx222 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setAutoInput()
258 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setNumericCell()
277 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setStringCell()
293 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setEditCell()
321 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setFormulaCell()
347 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setFormulaCell()
368 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setFormulaCell()
387 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in setFormulaCell()
577 sc::CellStoreType& rCells = pTab->aCol[rPos.Col()].maCells; in fillDownCells()
783 std::for_each(rCol.maCells.begin(), rCol.maCells.end(), aFunc); in initColumn()
[all …]
H A Dqueryiter.cxx512 startPos = pCol->maCells.position(nRow); in BinarySearch()
564 if (startPos.first == pCol->maCells.end()) in BinarySearch()
838 maCurPos.first = pCol->maCells.end(); in BinarySearch()
858 maCurPos.first = pCol->maCells.end(); in BinarySearch()
1104 maCurPos = rCol.maCells.position(nRow); in InitPos()
1145 if (maCurPos.first != rCol.maCells.begin()) in DecBlock()
1156 maCurPos.first = rCol.maCells.end(); in DecBlock()
1396 maCurPos.first = pColumn->maCells.end(); in InitPosFinish()
1421 maCurPos.first = pColumn->maCells.end(); in InitPosColFinish()
1457 maCurPos.first = pColumn->maCells.end(); in IncPosImpl()
[all …]
H A Dcolumnspanset.cxx140 const CellStoreType& rSrcCells = pTab->aCol[nCol].maCells; in scan()
253 const CellStoreType& rCells = rColumn.maCells; in scan()
269 const CellStoreType& rCells = rColumn.maCells; in scan()
279 const CellStoreType& rCells = rColumn.maCells; in scan()
H A Ddociter.cxx173 mpCells = &pCol->maCells; in GetThis()
288 mpCells = &pTab->aCol[nCol].maCells; in GetFirst()
317 return &pTab->aCol[nCol].maCells; in GetColumnCellStore()
853 maCurColPos = getColumn()->maCells.position(maCurColPos.first, nPos); in setPos()
900 bool bNextColumn = maCurColPos.first == pCol->maCells.end(); in getCurrent()
929 maCurColPos = pCol->maCells.position(maCurPos.Row()); in getCurrent()
1020 maCurColPos = pCol->maCells.position(maCurPos.Row()); in first()
1074 aParam.maPos = pCol->maCells.position(nStartRow).first; in SetTab()
1075 aParam.maEnd = pCol->maCells.end(); in SetTab()
H A Dtable3.cxx257 ScSortInfoArray::Cell& rCell = rRow.maCells[nCol-nCol1]; in initDataRows()
373 sc::CellStoreType maCells; member
386 maCells(nTopEmptyRows), in SortedColumn()
538 for (size_t j = 0; j < rRow.maCells.size(); ++j) in fillSortedColumnArray()
540 ScSortInfoArray::Cell& rCell = rRow.maCells[j]; in fillSortedColumnArray()
903 sc::CellStoreType& rCells = aCol[nCol].maCells; in SortReorderByColumn()
1032 sc::CellStoreType& rDest = aCol[nThisCol].maCells; in SortReorderByRow()
1227 sc::CellStoreType& rDest = aCol[nThisCol].maCells; in SortReorderByRowRefUpdate()
1228 sc::CellStoreType& rSrc = aSortedCols[i]->maCells; in SortReorderByRowRefUpdate()
1872 const sc::CellStoreType& rCells = aCol[nCol].maCells; in TestRemoveSubTotals()
[all …]
/core/sc/source/ui/docshell/
H A Dmacromgr.cxx47 ModuleCellMap::iterator itr = maCells.find(rModuleName); in addCell()
48 if (itr == maCells.end()) in addCell()
50 pair<ModuleCellMap::iterator, bool> r = maCells.emplace( in addCell()
64 for (auto& rEntry : maCells) in removeCell()
72 ModuleCellMap::iterator itr = maCells.find(rModuleName); in getCellsByModule()
73 if (itr == maCells.end()) in getCellsByModule()
90 ModuleCellMap maCells; member in ScUserMacroDepTracker
H A Ddatastream.cxx86 mrLine.maCells.push_back(aCell); in cell()
197 rLine.maCells.clear(); in execute()
474 if (aLine.maCells.empty() && mbRefreshOnEmptyLine) in Text2Doc()
487 for (const Cell& rCell : aLine.maCells) in Text2Doc()
/core/sc/source/core/tool/
H A Dgrouparealistener.cxx44 std::vector<ScFormulaCell*> maCells; member in sc::__anon7ed332cc0111::CollectCellAction
61 mrAreaListener.collectFormulaCells(maPos.Tab(), maPos.Col(), nRow1, nRow2, maCells); in execute()
68 …std::sort(maCells.begin(), maCells.end(), [](const ScFormulaCell* cell1, const ScFormulaCell* cell… in swapCells()
74 std::vector<ScFormulaCell*>::iterator it = std::unique(maCells.begin(), maCells.end()); in swapCells()
75 maCells.erase(it, maCells.end()); in swapCells()
77 rCells.swap(maCells); in swapCells()
H A Dcompare.cxx56 const Compare::Cell& rCell1 = rComp.maCells[0]; in CompareFunc()
57 const Compare::Cell& rCell2 = rComp.maCells[1]; in CompareFunc()
/core/sc/source/filter/oox/
H A Dscenariobuffer.cxx81 maCells.push_back( aModel ); in importInputCells()
103 maCells.push_back( aModel ); in importInputCells()
110 for( const auto& rCell : maCells ) in finalizeImport()
131 for( const auto& rCell : maCells ) in finalizeImport()
/core/sc/inc/
H A Dcompare.hxx43 Cell maCells[2]; member
H A Dsortparam.hxx180 std::vector<Cell> maCells; member
185 … explicit Row( size_t nColSize ) : maCells(nColSize, Cell()), mbHidden(false), mbFiltered(false) {} in Row()
/core/sc/source/filter/inc/
H A Dscenariobuffer.hxx72 std::vector< ScenarioCellModel > maCells; /// Scenario cells. member in oox::xls::Scenario
/core/sc/source/ui/inc/
H A Ddatastream.hxx60 std::vector<Cell> maCells; member

12