Home
last modified time | relevance | path

Searched refs:setBulletPictureName (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dparagraphproperties.cpp60 void ParagraphProperties::setBulletPictureName(const QString& name) in setBulletPictureName() function in ParagraphProperties
62 m_listInfo->setBulletPictureName(name); in setBulletPictureName()
H A Dparagraphproperties.h58 void setBulletPictureName(const QString& name);
H A Dlists.h179 void setBulletPictureName(const QString& name ) { m_picName = name; }; in setBulletPictureName() function
H A Dparser9x.cpp779 props->setBulletPictureName(name); in processParagraph()