Searched refs:pRowSpans (Results 1 – 3 of 3) sorted by relevance
1140 RowSpansPtr pRowSpans(new RowSpans); in addShadowCells() local1176 pRowSpans->push_back(nRowSpan); in addShadowCells()1178 pRowSpans->push_back(-nRowSpan); in addShadowCells()1194 pRow->setRowSpans(pRowSpans); in addShadowCells()1363 RowSpansPtr pRowSpans = pRow->getRowSpans(); in toString() local1364 if (pRowSpans.get() != NULL) in toString()1368 RowSpans::const_iterator aItEnd = pRowSpans->end(); in toString()1369 for (RowSpans::const_iterator aIt = pRowSpans->begin(); in toString()1373 if (aIt != pRowSpans->begin()) in toString()1480 void WW8TableCellGridRow::setRowSpans(RowSpansPtr pRowSpans) in setRowSpans() argument[all …]
252 void setRowSpans(RowSpansPtr pRowSpans);
2360 ww8::RowSpansPtr pRowSpans = pTableTextNodeInfoInner->getRowSpansOfRow(); in TableDefinition() local2361 ww8::RowSpans::const_iterator aItRowSpans = pRowSpans->begin(); in TableDefinition()2366 size_t nRowSpans = pRowSpans->size(); in TableDefinition()
Completed in 45 milliseconds