Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx175 for ( n = 0; n < m_nUsedSlots; n++ ) in GetSlot()
203 nRet = m_nUsedSlots++; in BuildGetSlot()
282 m_nUsedSlots = WW8_RESERVED_SLOTS; // reserved slots for standard, headingX, and others in BuildStylesTable()
286 for( size_t n = 1; n < rArr.size() && m_nUsedSlots < MSWORD_MAX_STYLES_LIMIT; n++ ) in BuildStylesTable()
294 for( size_t n = 1; n < rArr2.size() && m_nUsedSlots < MSWORD_MAX_STYLES_LIMIT; n++ ) in BuildStylesTable()
311 for (size_t i = 0; i < rNumRuleTable.size() && m_nUsedSlots < MSWORD_MAX_STYLES_LIMIT; ++i) in BuildStylesTable()
348 for (sal_uInt16 n = 1; n < m_nUsedSlots; ++n) in BuildStyleIds()
615 for ( sal_uInt16 n = 1; n < m_nUsedSlots; ++n ) in OutputStyle()
699 m_nUsedSlots = std::min(nLimit, m_nUsedSlots); in OutputStylesTable()
701 for ( n = 0; n < m_nUsedSlots; n++ ) in OutputStylesTable()
[all …]
H A Dwrtww8.hxx1575 sal_uInt16 m_nUsedSlots; member in MSWordStyles
1590 sal_uInt16 BuildGetSlot( const SwNumRule& /*rNumRule*/ ) { return m_nUsedSlots++;} in BuildGetSlot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx175 for ( n = 0; n < m_nUsedSlots; n++ ) in GetSlot()
203 nRet = m_nUsedSlots++; in BuildGetSlot()
281 m_nUsedSlots = WW8_RESERVED_SLOTS; // reserved slots for standard, headingX, and others in BuildStylesTable()
347 for (sal_uInt16 n = 1; n < m_nUsedSlots; ++n) in BuildStyleIds()
614 for ( sal_uInt16 n = 1; n < m_nUsedSlots; ++n ) in OutputStyle()
698 m_nUsedSlots = std::min(nLimit, m_nUsedSlots); in OutputStylesTable()
700 for ( n = 0; n < m_nUsedSlots; n++ ) in OutputStylesTable()
708 m_rExport.AttrOutput().EndStyles( m_nUsedSlots ); in OutputStylesTable()
H A Dwrtww8.hxx1580 sal_uInt16 m_nUsedSlots; member in MSWordStyles
1595 sal_uInt16 BuildGetSlot( const SwNumRule& /*rNumRule*/ ) { return m_nUsedSlots++;} in BuildGetSlot()