Home
last modified time | relevance | path

Searched refs:RowSequence_t (Results 1 – 2 of 2) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx40 typedef uno::Sequence< CellSequence_t > RowSequence_t; typedef
41 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);
H A DDomainMapperTableHandler.cxx67 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