Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx38 typedef uno::Sequence< Handle_t> CellSequence_t; typedef
39 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);
H A DDomainMapperTableHandler.cxx55 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 46 milliseconds