Searched refs:BoxStructure (Results 1 – 1 of 1) sorted by relevance
73 typedef std::vector< BoxSpanInfo > BoxStructure; typedef74 typedef std::vector< BoxStructure > LineStructure;242 BoxStructure::iterator pC = maLines[0].begin(); in TableStructure()243 BoxStructure::iterator pEnd = maLines[0].end(); in TableStructure()306 BoxStructure::iterator pSel = maLines[rLine].end(); in addLine()396 BoxStructure::iterator pEnd = maLines[nLine].end(); in incColSpan()427 BoxStructure::const_iterator pTmpBox = pLastBox; in assignBoxes()446 BoxStructure &rBox = maLines[nLine]; in assignBoxes()447 BoxStructure::size_type nBoxCount = rBox.size(); in assignBoxes()494 const BoxStructure &rBox = maLines[nLine]; in copyBoxes()[all …]
Completed in 11 milliseconds