Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx742 bool m_bEndCharSdt; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx1357 if (m_bEndCharSdt) in EndRun()
1367 m_bEndCharSdt = false; in EndRun()
2691 return "SdtEndBefore" == rProp.Name && m_bStartedCharSdt && !m_bEndCharSdt; }); in GetSdtEndBefore()
2693 pProp->Value >>= m_bEndCharSdt; in GetSdtEndBefore()
9193 m_bEndCharSdt = true; in CharGrabBag()
9269 m_bEndCharSdt(false), in DocxAttributeOutput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx755 bool m_bEndCharSdt; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx1433 if (m_bEndCharSdt) in EndRun()
1443 m_bEndCharSdt = false; in EndRun()
2824 return "SdtEndBefore" == rProp.Name && m_bStartedCharSdt && !m_bEndCharSdt; }); in GetSdtEndBefore()
2826 pProp->Value >>= m_bEndCharSdt; in GetSdtEndBefore()
10021 m_bEndCharSdt = true; in CharGrabBag()
10110 m_bEndCharSdt(false), in DocxAttributeOutput()