Home
last modified time | relevance | path

Searched refs:pageNumberFillChar (Results 1 – 5 of 5) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpagestructs.h54 QChar pageNumberFillChar; //Prefix to be placed before page number member
75 if (pageNumberFillChar != other.pageNumberFillChar)
H A Dscribusdoc.cpp6772 newSection.pageNumberFillChar = QChar(); in addSection()
6788 newSection.pageNumberFillChar = fillChar; in addSection()
6881 retVal = m_docPrefsData.docSectionMap[key].pageNumberFillChar; in getSectionPageNumberFillCharForPageIndex()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_documentsections.cpp101 QTableWidgetItem *item8 = new QTableWidgetItem(QString(it->pageNumberFillChar)); in updateTable()
166 m_localSections[row].pageNumberFillChar = ch.at(0); in tableItemChanged()
168 m_localSections[row].pageNumberFillChar = QChar(); in tableItemChanged()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus150format/
H A Dscribus150format_save.cpp1444 docu.writeAttribute("FillChar", (*it).pageNumberFillChar.unicode()); in writeSections()
H A Dscribus150format.cpp3993 newSection.pageNumberFillChar = QChar(attrs.valueAsInt("FillChar")); in readSections()
3995 newSection.pageNumberFillChar = QChar(); in readSections()