Home
last modified time | relevance | path

Searched refs:ParagraphBulletProperties (Results 1 – 10 of 10) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlUtils.cpp1182 Utils::ParagraphBulletProperties::ParagraphBulletProperties() in ParagraphBulletProperties() function in Utils::ParagraphBulletProperties
1187 void Utils::ParagraphBulletProperties::clear() in clear()
1190 m_type = ParagraphBulletProperties::DefaultType; in clear()
1208 bool Utils::ParagraphBulletProperties::isEmpty() const in isEmpty()
1224 m_type = ParagraphBulletProperties::BulletType; in setBulletChar()
1255 m_type = ParagraphBulletProperties::NumberType; in setNumFormat()
1261 m_type = ParagraphBulletProperties::PictureType; in setPicturePath()
1345 QString Utils::ParagraphBulletProperties::margin() const in margin()
1350 QString Utils::ParagraphBulletProperties::indent() const in indent()
1380 void Utils::ParagraphBulletProperties::addInheritedValues(const ParagraphBulletProperties& properti… in addInheritedValues()
[all …]
H A DMsooXmlCommonReader.h69 MSOOXML::Utils::ParagraphBulletProperties m_currentBulletProperties;
71 QMap<int, MSOOXML::Utils::ParagraphBulletProperties> m_currentCombinedBulletProperties;
H A DMsooXmlUtils.h70 class KOMSOOXML_EXPORT ParagraphBulletProperties
74 ParagraphBulletProperties();
136 void addInheritedValues(const ParagraphBulletProperties& properties);
H A DMsooXmlCommonReaderDrawingMLImpl.h2297 …QMutableMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(m_currentCombinedBulletPrope… in read_DrawingML_p()
2475 if (m_currentBulletProperties.m_type != MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_DrawingML_p()
2484 if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_DrawingML_p()
2537 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_DrawingML_p()
2578 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_DrawingML_p()
2591 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_DrawingML_p()
/dports/editors/calligra/calligra-3.2.1/filters/stage/pptx/
H A DPptxXmlSlideReader.h74 QMap<QString, QMap<int,MSOOXML::Utils::ParagraphBulletProperties> > listStyles;
116 QMap<QString, QMap<int,MSOOXML::Utils::ParagraphBulletProperties> > listStyles;
344 …<KoGenStyle>& _defaultTextStyles, const QVector<MSOOXML::Utils::ParagraphBulletProperties>& _defau…
351 QVector<MSOOXML::Utils::ParagraphBulletProperties> defaultListStyles;
H A DPptxXmlDocumentReader.h88 QVector<MSOOXML::Utils::ParagraphBulletProperties> defaultListStyles;
H A DPptxXmlSlideReader.cpp154 const QVector<MSOOXML::Utils::ParagraphBulletProperties>& _defaultListStyles, in initializeContext()
2321 QMap<QString, QMap<int,MSOOXML::Utils::ParagraphBulletProperties> >* map = 0; in inheritListStyles()
2339 QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(map->value(type)); in inheritListStyles()
2351 QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(map->value(id)); in inheritListStyles()
2367 … QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(map->value(slideIdentifier)); in inheritListStyles()
2391 …QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(m_context->slideMasterProperties->l… in inheritListStyles()
2411 …QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(m_context->slideMasterProperties->l… in inheritListStyles()
2433 …QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(m_context->slideLayoutProperties->l… in inheritListStyles()
2455 …QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(m_context->slideLayoutProperties->l… in inheritListStyles()
2479 … QMapIterator<int, MSOOXML::Utils::ParagraphBulletProperties> i(map->value(slideIdentifier)); in inheritListStyles()
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/import/
H A DDocxXmlNumberingReader.h65 QMap<QString, QList<MSOOXML::Utils::ParagraphBulletProperties> > m_abstractListStyles;
H A DDocxXmlDocumentReader.h282 QList<MSOOXML::Utils::ParagraphBulletProperties> m_currentBulletList;
438 QMap<QString, QList<MSOOXML::Utils::ParagraphBulletProperties> > m_bulletStyles;
H A DDocxXmlDocumentReader.cpp2303 … if (m_currentBulletProperties.m_type != MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_p()
2310 … if (m_currentBulletProperties.m_type != MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_p()
2391 MSOOXML::Utils::ParagraphBulletProperties::PictureType) && in read_p()
2413 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_p()
2473 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_p()
2498 … if (m_currentBulletProperties.m_type == MSOOXML::Utils::ParagraphBulletProperties::NumberType) { in read_p()