Home
last modified time | relevance | path

Searched refs:m_nBreakType (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_ucd.h124 m_nBreakType(0), in CFX_Char()
132 m_nBreakType(0), in CFX_Char()
141 uint8_t m_nBreakType; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/include/
H A Dfx_ucd.h123 m_nBreakType(0), in CFX_Char()
132 m_nBreakType(0), in CFX_Char()
143 uint8_t m_nBreakType; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMap.cxx412 , m_nBreakType( -1 ) in SectionPropertyMap()
1346 if ( m_nBreakType == -1 ) in CloseSectionGroup()
1347 m_nBreakType = NS_ooxml::LN_Value_ST_SectionMark_nextPage; in CloseSectionGroup()
1348 else if ( m_nBreakType == NS_ooxml::LN_Value_ST_SectionMark_nextColumn ) in CloseSectionGroup()
1359 m_nBreakType = NS_ooxml::LN_Value_ST_SectionMark_nextPage; in CloseSectionGroup()
1362 else if ( m_nBreakType == NS_ooxml::LN_Value_ST_SectionMark_continuous ) in CloseSectionGroup()
1378 m_nBreakType = NS_ooxml::LN_Value_ST_SectionMark_nextPage; in CloseSectionGroup()
1386 rInfo.m_nBreakType = m_nBreakType; in CloseSectionGroup()
1536 if (m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_continuous) in CloseSectionGroup()
1642 else if (m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_nextColumn) in CloseSectionGroup()
[all …]
H A DPropertyMap.hxx252 sal_Int32 m_nBreakType; member in writerfilter::dmapper::SectionPropertyMap
376 void SetBreakType( sal_Int32 nSet ) { m_nBreakType = nSet; } in SetBreakType()
378 sal_Int32 GetBreakType() const { return m_nBreakType; } in GetBreakType()
H A DDomainMapper_Impl.hxx399 sal_Int32 m_nBreakType = -1; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMap.cxx384 , m_nBreakType( -1 ) in SectionPropertyMap()
1307 if ( m_nBreakType == -1 ) in CloseSectionGroup()
1308 m_nBreakType = NS_ooxml::LN_Value_ST_SectionMark_nextPage; in CloseSectionGroup()
1310 else if ( m_nBreakType == NS_ooxml::LN_Value_ST_SectionMark_continuous ) in CloseSectionGroup()
1326 m_nBreakType = NS_ooxml::LN_Value_ST_SectionMark_nextPage; in CloseSectionGroup()
1335 rInfo.m_nBreakType = m_nBreakType; in CloseSectionGroup()
1391 if (m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_continuous) in CloseSectionGroup()
1474 else if (m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_nextColumn) in CloseSectionGroup()
1640 …if ( m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_evenPage) || m_nBrea… in CloseSectionGroup()
1670 … if ( m_nBreakType == static_cast<sal_Int32>(NS_ooxml::LN_Value_ST_SectionMark_evenPage) ) in CloseSectionGroup()
[all …]
H A DPropertyMap.hxx237 sal_Int32 m_nBreakType; member in writerfilter::dmapper::SectionPropertyMap
356 void SetBreakType( sal_Int32 nSet ) { m_nBreakType = nSet; } in SetBreakType()
358 sal_Int32 GetBreakType() const { return m_nBreakType; } in GetBreakType()
H A DDomainMapper_Impl.hxx382 sal_Int32 m_nBreakType = -1; member
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp861 if (tc.m_nBreakType == FX_LBT_DIRECT_BRK) { in EndBreak_Alignment()
905 if (tc.m_nBreakType != FX_LBT_DIRECT_BRK || tc.m_iCharWidth < 0) { in EndBreak_Alignment()
972 pCur->m_nBreakType = FX_LBT_UNKNOWN; in GetBreakPos()
1010 pCur->m_nBreakType = eType; in GetBreakPos()
1078 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
1092 curChars.GetDataPtr(iCharPos - 1)->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
H A Dfgas_textbreak.cpp840 if (pTC->m_nBreakType == FX_LBT_DIRECT_BRK) { in EndBreak_Alignment()
883 if (pTC->m_nBreakType != FX_LBT_DIRECT_BRK || pTC->m_iCharWidth < 0) { in EndBreak_Alignment()
999 pCur->m_nBreakType = FX_LBT_UNKNOWN; in GetBreakPos()
1027 pCur->m_nBreakType = (uint8_t)eType; in GetBreakPos()
1090 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
1103 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1251496 fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zero
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1513545 fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zero