Searched refs:WW8TableDataHandler (Results 1 – 2 of 2) sorted by relevance
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8ResourceModelImpl.cxx | 42 class WW8TableDataHandler : public TableDataHandler<string, class 46 typedef boost::shared_ptr<WW8TableDataHandler> Pointer_t; 60 void WW8TableDataHandler::startTable(unsigned int nRows, unsigned int nDepth, in startTable() 76 void WW8TableDataHandler::endTable( in endTable() 82 void WW8TableDataHandler::startRow in startRow() 94 void WW8TableDataHandler::endRow() in endRow() 99 void WW8TableDataHandler::startCell(const string & start, in startCell() 107 void WW8TableDataHandler::endCell(const string & end) in endCell() 130 TableDataHandler<string, TablePropsPointer_t>::Pointer_t pHandler(new WW8TableDataHandler()); in WW8TableManager()
|
/trunk/main/writerfilter/source/resourcemodel/ |
H A D | resourcemodel.cxx | 99 class WW8TableDataHandler : public TableDataHandler<string, class 103 typedef boost::shared_ptr<WW8TableDataHandler> Pointer_t; 115 void WW8TableDataHandler::startTable(unsigned int nRows, unsigned int nDepth, in startTable() 131 void WW8TableDataHandler::endTable( in endTable() 137 void WW8TableDataHandler::startRow in startRow() 149 void WW8TableDataHandler::endRow() in endRow() 154 void WW8TableDataHandler::startCell(const string & start, in startCell() 162 void WW8TableDataHandler::endCell(const string & end) in endCell() 185 TableDataHandler<string, TablePropsRef_t>::Pointer_t pHandler(new WW8TableDataHandler()); in WW8TableManager()
|
Completed in 8 milliseconds