Home
last modified time | relevance | path

Searched refs:maCellTextAttrs (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcellvalues.cxx35 CellTextAttrStoreType maCellTextAttrs; member
55 mpImpl->maCellTextAttrs.resize(nLen); in transferFrom()
57 rCol.maCellTextAttrs.transfer(nRow, nRow+nLen-1, mpImpl->maCellTextAttrs, 0); in transferFrom()
87 … rCol.maCellTextAttrs.swap(rBlock.mnStart, rBlock.mnEnd, mpImpl->maCellTextAttrs, rBlock.mnStart); in swapNonEmpty()
98 mpImpl->maCellTextAttrs.resize(rVals.size()); in assign()
117 mpImpl->maCellTextAttrs.resize(rVals.size()); in assign()
131 mpImpl->maCellTextAttrs.clear(); in reset()
132 mpImpl->maCellTextAttrs.resize(nSize); in reset()
135 mpImpl->miAttrPos = mpImpl->maCellTextAttrs.begin(); in reset()
238 CellTextAttrStoreType& rDest = rCol.maCellTextAttrs; in copyCellTextAttrsTo()
[all …]
H A Ddocumentstreamaccess.cxx55 CellTextAttrStoreType& rAttrs = pTab->aCol[rPos.Col()].maCellTextAttrs; in setNumericCell()
80 CellTextAttrStoreType& rAttrs = pTab->aCol[rPos.Col()].maCellTextAttrs; in setStringCell()
111 CellTextAttrStoreType& rAttrs = pTab->aCol[nCol].maCellTextAttrs; in shiftRangeUp()
139 CellTextAttrStoreType& rAttrs = pTab->aCol[nCol].maCellTextAttrs; in shiftRangeDown()
H A Dcolumniterator.cxx21 miBlockCur = rCol.maCellTextAttrs.begin(); in ScColumnTextWidthIterator()
22 miBlockEnd = rCol.maCellTextAttrs.end(); in ScColumnTextWidthIterator()
30 auto & rCellTextAttrs = rDoc.maTabs[rStartPos.Tab()]->aCol[rStartPos.Col()].maCellTextAttrs; in ScColumnTextWidthIterator()
H A Dcolumn3.cxx149 maCellTextAttrs.set_empty(nRow, nRow); in Delete()
162 maCellTextAttrs.clear(); in FreeAll()
163 maCellTextAttrs.resize(maxRowCount); in FreeAll()
264 maCellTextAttrs.erase(nStartRow, nEndRow); in DeleteRow()
1443 …sc::ParseBlock(rColumn.maCellTextAttrs.begin(), rColumn.maCellTextAttrs, aFunc, nRow1-nDy, nRow2-n… in CopyFromClip()
1463 …sc::ParseBlock(rColumn.maCellTextAttrs.begin(), rColumn.maCellTextAttrs, aFunc, nRow1-nDy, nRow2-n… in CopyFromClip()
2226 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetEditText()
2293 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetFormula()
2311 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetFormula()
2328 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetFormulaCell()
[all …]
H A Dcolumn2.cxx1622 if (maCellTextAttrs.size() != MAXROWCOUNT1) in CellStorageModified()
1640 auto itAttr = std::find_if(maCellTextAttrs.begin(), maCellTextAttrs.end(), lIsEmptyType); in CellStorageModified()
1650 maCellTextAttrs.dump_blocks(cout); in CellStorageModified()
1660 itAttr = std::find_if(itAttr, maCellTextAttrs.end(), lIsEmptyType); in CellStorageModified()
1794 …sc::CellTextAttrStoreType::const_iterator itBlk = maCellTextAttrs.begin(), itBlkEnd = maCellTextAt… in CopyCellTextAttrsToDocument()
2051 return maCellTextAttrs.get<sc::CellTextAttr>(nRow).mnTextWidth; in GetTextWidth()
2056 sc::CellTextAttrStoreType::position_type aPos = maCellTextAttrs.position(nRow); in SetTextWidth()
2067 if (!GetDoc().ValidRow(nRow) || maCellTextAttrs.is_empty(nRow)) in GetScriptType()
2070 return maCellTextAttrs.get<sc::CellTextAttr>(nRow).mnScriptType; in GetScriptType()
2081 maCellTextAttrs.position(itPos, nRow1); in GetRangeScriptType()
[all …]
H A Dcolumn.cxx81 maCellTextAttrs(rSheetLimits.GetMaxRowCount()), in ScColumn()
797 aBlockPos.miCellTextAttrPos = maCellTextAttrs.begin(); in GetCellTextAttr()
804 if (aPos.first == maCellTextAttrs.end()) in GetCellTextAttr()
877 maCellTextAttrs.insert_empty(nStartRow, nSize); in InsertRow()
1056 sc::ParseBlock(maCellTextAttrs.begin(), maCellTextAttrs, aFunc, nRow1, nRow2); in CopyToClip()
1231 rDestCol.maCellTextAttrs.set(nDestRow, maCellTextAttrs.get<sc::CellTextAttr>(nSrcRow)); in CopyCellToDocument()
1968 maCellTextAttrs.swap(rCol.maCellTextAttrs); in SwapCol()
2023 maCellTextAttrs.transfer(nStartRow, nEndRow, rCol.maCellTextAttrs, nStartRow); in MoveTo()
3154 InsertTabUpdater aFunc(rCxt, maCellTextAttrs, nTab); in UpdateInsertTabOnlyCells()
3168 DeleteTabUpdater aFunc(rCxt, maCellTextAttrs, nTab); in UpdateDeleteTab()
[all …]
H A Dcolumn4.cxx240maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
257maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
271maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
327 maCellTextAttrs.set(nRow, aDefaults.begin(), aDefaults.end()); in SetValues()
545 sc::CellTextAttrStoreType::iterator itAttrPos = maCellTextAttrs.begin(); in CloneFormulaCell()
614 itAttrPos = maCellTextAttrs.set(itAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CloneFormulaCell()
1117 maCellTextAttrs.swap(nRow1, nRow2, rOther.maCellTextAttrs, nRow1); in Swap()
H A Dtable3.cxx553 sc::CellTextAttrStoreType maCellTextAttrs; member
566 maCellTextAttrs(nTopEmptyRows), in SortedColumn()
787 sc::CellTextAttrStoreType& rAttrStore = aSortedCols.at(j)->maCellTextAttrs; in fillSortedColumnArray()
1170 sc::CellTextAttrStoreType& rDest = aCol[nThisCol].maCellTextAttrs; in SortReorderByRow()
1171 sc::CellTextAttrStoreType& rSrc = aSortedCols[i]->maCellTextAttrs; in SortReorderByRow()
1360 sc::CellTextAttrStoreType& rDest = aCol[nThisCol].maCellTextAttrs; in SortReorderByRowRefUpdate()
1361 sc::CellTextAttrStoreType& rSrc = aSortedCols[i]->maCellTextAttrs; in SortReorderByRowRefUpdate()
H A Ddocumentimport.cxx774 aFunc.swap(rCol.maCellTextAttrs); in initColumn()
H A Dtable2.cxx560 rDestCol.maCellTextAttrs.set_empty(nRow1, nRow2); in CopyStaticToDocument()
587 rDestCol.maCellTextAttrs.set_empty(nDestRow, nDestRow); in CopyCellToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcellvalues.cxx35 CellTextAttrStoreType maCellTextAttrs; member
55 mpImpl->maCellTextAttrs.resize(nLen); in transferFrom()
57 rCol.maCellTextAttrs.transfer(nRow, nRow+nLen-1, mpImpl->maCellTextAttrs, 0); in transferFrom()
87 … rCol.maCellTextAttrs.swap(rBlock.mnStart, rBlock.mnEnd, mpImpl->maCellTextAttrs, rBlock.mnStart); in swapNonEmpty()
98 mpImpl->maCellTextAttrs.resize(rVals.size()); in assign()
117 mpImpl->maCellTextAttrs.resize(rVals.size()); in assign()
131 mpImpl->maCellTextAttrs.clear(); in reset()
132 mpImpl->maCellTextAttrs.resize(nSize); in reset()
135 mpImpl->miAttrPos = mpImpl->maCellTextAttrs.begin(); in reset()
238 CellTextAttrStoreType& rDest = rCol.maCellTextAttrs; in copyCellTextAttrsTo()
[all …]
H A Ddocumentstreamaccess.cxx55 CellTextAttrStoreType& rAttrs = pTab->aCol[rPos.Col()].maCellTextAttrs; in setNumericCell()
80 CellTextAttrStoreType& rAttrs = pTab->aCol[rPos.Col()].maCellTextAttrs; in setStringCell()
111 CellTextAttrStoreType& rAttrs = pTab->aCol[nCol].maCellTextAttrs; in shiftRangeUp()
139 CellTextAttrStoreType& rAttrs = pTab->aCol[nCol].maCellTextAttrs; in shiftRangeDown()
H A Dcolumniterator.cxx21 miBlockCur = rCol.maCellTextAttrs.begin(); in ScColumnTextWidthIterator()
22 miBlockEnd = rCol.maCellTextAttrs.end(); in ScColumnTextWidthIterator()
30 auto & rCellTextAttrs = rDoc.maTabs[rStartPos.Tab()]->aCol[rStartPos.Col()].maCellTextAttrs; in ScColumnTextWidthIterator()
H A Dcolumn3.cxx139 maCellTextAttrs.set_empty(nRow, nRow); in Delete()
151 maCellTextAttrs.clear(); in FreeAll()
152 maCellTextAttrs.resize(MAXROWCOUNT); in FreeAll()
253 maCellTextAttrs.erase(nStartRow, nEndRow); in DeleteRow()
254 maCellTextAttrs.resize(MAXROWCOUNT); in DeleteRow()
1427 …sc::ParseBlock(rColumn.maCellTextAttrs.begin(), rColumn.maCellTextAttrs, aFunc, nRow1-nDy, nRow2-n… in CopyFromClip()
1447 …sc::ParseBlock(rColumn.maCellTextAttrs.begin(), rColumn.maCellTextAttrs, aFunc, nRow1-nDy, nRow2-n… in CopyFromClip()
2203 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetEditText()
2270 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetFormula()
2288 maCellTextAttrs.set(nRow, sc::CellTextAttr()); in SetFormula()
[all …]
H A Dcolumn.cxx80 maCellTextAttrs(MAXROWCOUNT), in ScColumn()
791 aBlockPos.miCellTextAttrPos = maCellTextAttrs.begin(); in GetCellTextAttr()
798 if (aPos.first == maCellTextAttrs.end()) in GetCellTextAttr()
871 maCellTextAttrs.insert_empty(nStartRow, nSize); in InsertRow()
872 maCellTextAttrs.resize(MAXROWCOUNT); in InsertRow()
1050 sc::ParseBlock(maCellTextAttrs.begin(), maCellTextAttrs, aFunc, nRow1, nRow2); in CopyToClip()
1225 rDestCol.maCellTextAttrs.set(nDestRow, maCellTextAttrs.get<sc::CellTextAttr>(nSrcRow)); in CopyCellToDocument()
1958 maCellTextAttrs.swap(rCol.maCellTextAttrs); in SwapCol()
2013 maCellTextAttrs.transfer(nStartRow, nEndRow, rCol.maCellTextAttrs, nStartRow); in MoveTo()
3141 InsertTabUpdater aFunc(rCxt, maCellTextAttrs, nTab); in UpdateInsertTabOnlyCells()
[all …]
H A Dcolumn2.cxx1568 if (maCellTextAttrs.size() != MAXROWCOUNT) in CellStorageModified()
1586 auto itAttr = std::find_if(maCellTextAttrs.begin(), maCellTextAttrs.end(), lIsEmptyType); in CellStorageModified()
1596 maCellTextAttrs.dump_blocks(cout); in CellStorageModified()
1606 itAttr = std::find_if(itAttr, maCellTextAttrs.end(), lIsEmptyType); in CellStorageModified()
1740 …sc::CellTextAttrStoreType::const_iterator itBlk = maCellTextAttrs.begin(), itBlkEnd = maCellTextAt… in CopyCellTextAttrsToDocument()
1997 return maCellTextAttrs.get<sc::CellTextAttr>(nRow).mnTextWidth; in GetTextWidth()
2002 sc::CellTextAttrStoreType::position_type aPos = maCellTextAttrs.position(nRow); in SetTextWidth()
2013 if (!ValidRow(nRow) || maCellTextAttrs.is_empty(nRow)) in GetScriptType()
2016 return maCellTextAttrs.get<sc::CellTextAttr>(nRow).mnScriptType; in GetScriptType()
2027 maCellTextAttrs.position(itPos, nRow1); in GetRangeScriptType()
[all …]
H A Dcolumn4.cxx239maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
256maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
270maCellTextAttrs.set(pBlockPos->miCellTextAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CopyOneCellFromClip()
326 maCellTextAttrs.set(nRow, aDefaults.begin(), aDefaults.end()); in SetValues()
544 sc::CellTextAttrStoreType::iterator itAttrPos = maCellTextAttrs.begin(); in CloneFormulaCell()
609 itAttrPos = maCellTextAttrs.set(itAttrPos, nRow1, aTextAttrs.begin(), aTextAttrs.end()); in CloneFormulaCell()
1080 maCellTextAttrs.swap(nRow1, nRow2, rOther.maCellTextAttrs, nRow1); in Swap()
H A Dtable3.cxx532 sc::CellTextAttrStoreType maCellTextAttrs; member
545 maCellTextAttrs(nTopEmptyRows), in SortedColumn()
753 sc::CellTextAttrStoreType& rAttrStore = aSortedCols.at(j)->maCellTextAttrs; in fillSortedColumnArray()
1078 sc::CellTextAttrStoreType& rDest = aCol[nThisCol].maCellTextAttrs; in SortReorderByRow()
1079 sc::CellTextAttrStoreType& rSrc = aSortedCols[i]->maCellTextAttrs; in SortReorderByRow()
1264 sc::CellTextAttrStoreType& rDest = aCol[nThisCol].maCellTextAttrs; in SortReorderByRowRefUpdate()
1265 sc::CellTextAttrStoreType& rSrc = aSortedCols[i]->maCellTextAttrs; in SortReorderByRowRefUpdate()
H A Ddocumentimport.cxx756 aFunc.swap(rCol.maCellTextAttrs); in initColumn()
H A Dtable2.cxx556 rDestCol.maCellTextAttrs.set_empty(nRow1, nRow2); in CopyStaticToDocument()
583 rDestCol.maCellTextAttrs.set_empty(nDestRow, nDestRow); in CopyCellToDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumn.hxx117 sc::CellTextAttrStoreType maCellTextAttrs; member in ScColumn
189 sc::CellTextAttrStoreType& GetCellAttrStore() { return maCellTextAttrs; } in GetCellAttrStore()
190 const sc::CellTextAttrStoreType& GetCellAttrStore() const { return maCellTextAttrs; } in GetCellAttrStore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumn.hxx118 sc::CellTextAttrStoreType maCellTextAttrs; member in ScColumn
187 sc::CellTextAttrStoreType& GetCellAttrStore() { return maCellTextAttrs; } in GetCellAttrStore()
188 const sc::CellTextAttrStoreType& GetCellAttrStore() const { return maCellTextAttrs; } in GetCellAttrStore()