Searched refs:TableSequence_t (Results 1 – 2 of 2) sorted by relevance
40 typedef ::com::sun::star::uno::Sequence< RowSequence_t> TableSequence_t; typedef41 typedef boost::shared_ptr<TableSequence_t> TableSequencePointer_t;
100 m_pTableSeq = TableSequencePointer_t(new TableSequence_t(nRows)); in startTable()