Home
last modified time | relevance | path

Searched refs:pageEvenLeftMargin (Results 1 – 9 of 9) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dpagesettings.cpp194 evenPageLeftMargin->setValue(score->styleD(Sid::pageEvenLeftMargin) * f); in updateValues()
195 evenPageRightMargin->setValue((w - pw - score->styleD(Sid::pageEvenLeftMargin)) * f); in updateValues()
334 s->undoChangeStyleVal(Sid::pageEvenLeftMargin, evenPageLeftMargin->value() * f); in applyToScore()
413 …set(Sid::pagePrintableWidth, s->styleD(Sid::pageWidth) - s->styleD(Sid::pageEvenLeftMargin) - val); in olmChanged()
431 s->style().set(Sid::pageEvenLeftMargin, val); in ormChanged()
482 s->style().set(Sid::pageEvenLeftMargin, val); in elmChanged()
502 …set(Sid::pagePrintableWidth, s->styleD(Sid::pageWidth) - s->styleD(Sid::pageEvenLeftMargin) - val); in ermChanged()
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dimportpdf.cpp253 score->style().set(Sid::pageEvenLeftMargin, 5.0 * DPMM / DPI); in importPdf()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dpage.cpp494 … ? score()->styleD(Sid::pageOddLeftMargin) : score()->styleD(Sid::pageEvenLeftMargin)) * DPI; in lm()
H A Dstyle.h57 pageEvenLeftMargin, enumerator
H A Dread206.cpp98 style->set(Sid::pageEvenLeftMargin, pf.evenLeftMargin()); in setPageFormat()
119 pf->setEvenLeftMargin(style->value(Sid::pageEvenLeftMargin).toReal()); in initPageFormat()
H A Dstyle.cpp69 { Sid::pageEvenLeftMargin, "pageEvenLeftMargin", 15.0/INCH },
2639 Sid::pageEvenLeftMargin, in pageStyles()
H A Dscore.cpp282 Sid::pageEvenLeftMargin,
/dports/audio/musescore/MuseScore-3.6.1/importexport/musicxml/
H A Dexportxml.cpp1169 xml.tag("left-margin", s->styleD(Sid::pageEvenLeftMargin) * conversion); in writePageFormat()
1178 xml.tag("right-margin", s->styleD(Sid::pageEvenLeftMargin) * conversion); in writePageFormat()
1312 const double rm = expMxml->getTenthsFromInches(s->styleD(Sid::pageEvenLeftMargin)); in textAsCreditWords()
H A Dimportmxmlpass1.cpp1422 score->style().set(Sid::pageEvenLeftMargin, pf.evenLeftMargin); in setPageFormat()