Home
last modified time | relevance | path

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

/aoo41x/main/writerperfect/source/filter/
H A DTextRunStyle.cxx42 mpPropList(pPropList), in ParagraphStyle()
50 delete mpPropList; in ~ParagraphStyle()
60 propList.insert("style:parent-style-name", (*mpPropList)["style:parent-style-name"]->getStr()); in write()
61 if ((*mpPropList)["style:master-page-name"]) in write()
62 propList.insert("style:master-page-name", (*mpPropList)["style:master-page-name"]->getStr()); in write()
66 WPXPropertyList::Iter k((*mpPropList)); in write()
H A DTextRunStyle.hxx54 WPXPropertyList *mpPropList; member in ParagraphStyle

Completed in 13 milliseconds