Searched refs:RowSequence_t (Results 1 – 2 of 2) sorted by relevance
40 typedef uno::Sequence< CellSequence_t > RowSequence_t; typedef41 typedef boost::shared_ptr<RowSequence_t> RowSequencePointer_t;42 typedef uno::Sequence< RowSequence_t> TableSequence_t;57 void rowSequenceToTag(XMLTag::Pointer_t pTag, RowSequence_t & pRowSequence);
67 void rowSequenceToTags(XMLTag::Pointer_t pTag, RowSequence_t & rRowSequence) in rowSequenceToTags()89 RowSequence_t & rRowSequence = rTableSequence[n]; in tableSequenceToTag()850 m_pRowSeq = RowSequencePointer_t(new RowSequence_t(nCells)); in startRow()
Completed in 24 milliseconds