Searched refs:DOCUMENT_SERIALIZE_GRAPH_BEFORE (Results 1 – 6 of 6) sorted by relevance
42 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE)) { in CmdGuidelineRemoveXT()48 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE)); in CmdGuidelineRemoveXT()52 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineRemoveXT()83 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
42 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE)) { in CmdGuidelineRemoveYR()48 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE)); in CmdGuidelineRemoveYR()52 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineRemoveYR()83 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
44 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE) || in CmdGuidelineMoveXT()51 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE) in CmdGuidelineMoveXT()57 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineMoveXT()91 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
44 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE) || in CmdGuidelineMoveYR()51 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE) in CmdGuidelineMoveYR()57 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineMoveYR()91 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
153 extern const QString DOCUMENT_SERIALIZE_GRAPH_BEFORE;
150 const QString DOCUMENT_SERIALIZE_GRAPH_BEFORE ("GraphBefore"); variable