Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx827 std::vector<css::beans::PropertyValue> m_aTextEffectsGrabBag; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx2623 for (const beans::PropertyValue & i : m_aTextEffectsGrabBag) in WriteCollectedRunProperties()
2633 m_aTextEffectsGrabBag.clear(); in WriteCollectedRunProperties()
9188 m_aTextEffectsGrabBag.push_back(aPropertyValue); in CharGrabBag()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx852 std::vector<css::beans::PropertyValue> m_aTextEffectsGrabBag; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx2736 if (m_nCharTransparence != 0 && m_pColorAttrList && m_aTextEffectsGrabBag.empty()) in WriteCollectedRunProperties()
2754 for (const beans::PropertyValue & i : m_aTextEffectsGrabBag) in WriteCollectedRunProperties()
2764 m_aTextEffectsGrabBag.clear(); in WriteCollectedRunProperties()
10016 m_aTextEffectsGrabBag.push_back(aPropertyValue); in CharGrabBag()