Home
last modified time | relevance | path

Searched refs:m_nDropCap (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMap.hxx396 sal_Int32 m_nDropCap; // drop, margin ST_DropCap member in writerfilter::dmapper::ParagraphProperties
436 sal_Int32 GetDropCap() const { return m_nDropCap; } in GetDropCap()
437 void SetDropCap( sal_Int32 nSet ) { m_nDropCap = nSet; } in SetDropCap()
H A DPropertyMap.cxx1875 , m_nDropCap( NS_ooxml::LN_Value_doc_ST_DropCap_none ) in ParagraphProperties()
1898 m_nDropCap == rCompare.m_nDropCap && in operator ==()
1919 m_nDropCap = NS_ooxml::LN_Value_doc_ST_DropCap_none; in ResetFrameProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMap.hxx417 sal_Int32 m_nDropCap; // drop, margin ST_DropCap member in writerfilter::dmapper::ParagraphProperties
458 sal_Int32 GetDropCap() const { return m_nDropCap; } in GetDropCap()
459 void SetDropCap( sal_Int32 nSet ) { m_nDropCap = nSet; } in SetDropCap()
H A DPropertyMap.cxx2062 , m_nDropCap( NS_ooxml::LN_Value_doc_ST_DropCap_none ) in ParagraphProperties()
2085 m_nDropCap == rCompare.m_nDropCap && in operator ==()
2106 m_nDropCap = NS_ooxml::LN_Value_doc_ST_DropCap_none; in ResetFrameProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.hxx1372 sal_Int32 m_nDropCap; member in SwWW8ImplReader
H A Dww8par.cxx4192 OUString sPrefix = "WW8Dropcap" + OUString::number(m_nDropCap++); in ReadText()
4353 , m_nDropCap(0) in SwWW8ImplReader()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.hxx1356 sal_Int32 m_nDropCap; member in SwWW8ImplReader
H A Dww8par.cxx4178 OUString sPrefix = "WW8Dropcap" + OUString::number(m_nDropCap++); in ReadText()
4339 , m_nDropCap(0) in SwWW8ImplReader()