Searched refs:pPersistPropList (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/writerperfect/source/filter/ |
| H A D | DocumentCollector.cxx | 470 WPXPropertyList *pPersistPropList = new WPXPropertyList(propList); in openParagraph() local 480 pPersistPropList->insert("style:parent-style-name", "Standard"); in openParagraph() 485 pPersistPropList->insert("style:master-page-name", "Page Style 1"); in openParagraph() 486 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 495 pPersistPropList->insert("style:parent-style-name", "Table Heading"); in openParagraph() 497 pPersistPropList->insert("style:parent-style-name", "Table Contents"); in openParagraph() 500 pPersistPropList->insert("style:parent-style-name", "Standard"); in openParagraph() 502 WPXString sKey = getParagraphStyleKey(*pPersistPropList, tabStops); in openParagraph() 508 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 515 delete pPersistPropList; in openParagraph() [all …]
|