Searched refs:tempPropList (Results 1 – 1 of 1) sorted by relevance
100 WPXPropertyList tempPropList = mxPropList; in writePageMaster() local101 if (!tempPropList["style:writing-mode"]) in writePageMaster()102 tempPropList.insert("style:writing-mode", WPXString("lr-tb")); in writePageMaster()103 if (!tempPropList["style:footnote-max-height"]) in writePageMaster()104 tempPropList.insert("style:footnote-max-height", WPXString("0inch")); in writePageMaster()105 pHandler->startElement("style:properties", tempPropList); in writePageMaster()
Completed in 7 milliseconds