Home
last modified time | relevance | path

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

/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx77 Cell *currentCell; member in MyHandler
83 currentCell=NULL; in startDocument()
115 if (currentCell==NULL) in startElement()
116 currentCell=new Cell(name, *currentRow); in startElement()
118 currentCell->append(*new Cell(name, *currentRow)); in startElement()
141 currentCell->append(*currentRow); in endElement()
142 currentCell=NULL; in endElement()

Completed in 12 milliseconds