Home
last modified time | relevance | path

Searched refs:KoCell (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libodf2/
H A DKoCell.cpp26 KoCell::KoCell() in KoCell() function in KoCell
36 KoCell::~KoCell() in ~KoCell()
70 KoCellValue* KoCell::value() const in value()
81 KoCellStyle::Ptr KoCell::style() const in style()
107 int KoCell::columnSpan() const in columnSpan()
112 void KoCell::setColumnSpan(int span) in setColumnSpan()
117 int KoCell::rowSpan() const in rowSpan()
122 void KoCell::setRowSpan(int span) in setRowSpan()
127 bool KoCell::isProtected() const in isProtected()
132 bool KoCell::isCovered() const in isCovered()
[all …]
H A DKoCell.h38 class KOODF2_EXPORT KoCell
42 KoCell();
43 KoCell& operator=(KoCell&);
46 ~KoCell();
H A DKoTable.cpp46 KoCell* KoTable::cellAt(int row, int column) in cellAt()
49 KoCell* cell = m_cells.value(key); in cellAt()
52 cell = new KoCell(); in cellAt()
141 KoCell defaultCell; in saveOdf()
143 KoCell* cell = m_cells.value(QPair<int,int>(r,c)); in saveOdf()
157 KoCell defaultCell; in saveOdf()
159 KoCell* cell = m_cells.value(QPair<int,int>(r,c)); in saveOdf()
H A DKoTable.h24 class KoCell; variable
64 KoCell* cellAt(int row, int column);
96 QMap<QPair<int,int>, KoCell*> m_cells;
H A DKoCellChild.h22 class KoCell; variable
36 friend class KoCell; variable
H A DREADME40 - KoCell
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlDrawingReaderTableImpl.h258 KoCell* cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_tc()
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/import/
H A DDocxXmlDocumentReader.cpp6069 KoCell* cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_tc()
6090 KoCell* cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_tc()
6136 KoCell* const cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_tc()
6142KoCell* coveredCell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_tc()
6299 KoCell* cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_vMerge()
6303 KoCell* cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_vMerge()
6307 KoCell* previousRowCell = m_table->cellAt(previousRow, m_currentTableColumnNumber); in read_vMerge()
6414 KoCell* const cell = m_table->cellAt(m_currentTableRowNumber, m_currentTableColumnNumber); in read_gridSpan()