Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DParagraphGeneral.cpp62 m_paragraphBulletsNumbers = new ParagraphBulletsNumbers(this); in ParagraphGeneral()
63 widget.tabs->addTab(m_paragraphBulletsNumbers, i18n("Bullets/Numbers")); in ParagraphGeneral()
65 connect(m_paragraphBulletsNumbers, SIGNAL(parStyleChanged()), this, SIGNAL(styleChanged())); in ParagraphGeneral()
144 m_paragraphBulletsNumbers->setDisplay(style, level); in setStyle()
177 m_paragraphBulletsNumbers->save(savingStyle); in save()
208 m_paragraphBulletsNumbers->setImageCollection(imageCollection); in setImageCollection()
H A DParagraphGeneral.h76 ParagraphBulletsNumbers *m_paragraphBulletsNumbers; variable
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DParagraphGeneral.cpp62 m_paragraphBulletsNumbers = new ParagraphBulletsNumbers(this); in ParagraphGeneral()
63 widget.tabs->addTab(m_paragraphBulletsNumbers, i18n("Bullets/Numbers")); in ParagraphGeneral()
65 connect(m_paragraphBulletsNumbers, SIGNAL(parStyleChanged()), this, SIGNAL(styleChanged())); in ParagraphGeneral()
142 m_paragraphBulletsNumbers->setDisplay(style, level, directFormattingMode); in setStyle()
174 m_paragraphBulletsNumbers->save(savingStyle); in save()
205 m_paragraphBulletsNumbers->setImageCollection(imageCollection); in setImageCollection()
H A DParagraphGeneral.h76 ParagraphBulletsNumbers *m_paragraphBulletsNumbers; variable