Searched refs:pSectionOpenElement (Results 1 – 1 of 1) sorted by relevance
437 TagOpenElement *pSectionOpenElement = new TagOpenElement("text:section"); in openSection() local438 pSectionOpenElement->addAttribute("text:style-name", pSectionStyle->getName()); in openSection()439 pSectionOpenElement->addAttribute("text:name", pSectionStyle->getName()); in openSection()440 mpCurrentContentElements->push_back(static_cast<DocumentElement *>(pSectionOpenElement)); in openSection()
Completed in 13 milliseconds