Searched refs:CellSequence_t (Results 1 – 2 of 2) sorted by relevance
38 typedef uno::Sequence< Handle_t> CellSequence_t; typedef39 typedef boost::shared_ptr<CellSequence_t> CellSequencePointer_t;40 typedef uno::Sequence< CellSequence_t > RowSequence_t;56 void cellSequenceToTag(XMLTag::Pointer_t pTag, CellSequence_t & pCellSequence);
55 void cellSequenceToTags(XMLTag::Pointer_t pTag, CellSequence_t & rCellSequence) in cellSequenceToTags()74 CellSequence_t & rCells = rRowSequence[n]; in rowSequenceToTags()890 m_pCellSeq = CellSequencePointer_t(new CellSequence_t(2)); in startCell()
Completed in 19 milliseconds