Home
last modified time | relevance | path

Searched refs:m_aCurrentCharPropStarts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx548 m_rExport.m_aCurrentCharPropStarts.push( nSwPos ); in OutAttr()
553 m_rExport.m_aCurrentCharPropStarts.pop(); in OutAttr()
665 xub_StrLen nTmpSwPos = m_rExport.m_aCurrentCharPropStarts.size() ? in HasTextItem()
666 m_rExport.m_aCurrentCharPropStarts.top() : 0; in HasTextItem()
1179 m_rExport.m_aCurrentCharPropStarts.push( nPos ); in OutAttrWithRange()
1230 m_rExport.m_aCurrentCharPropStarts.pop(); // HasTextItem nur in dem obigen Bereich erlaubt in OutAttrWithRange()
1466 m_rExport.m_aCurrentCharPropStarts.push( nAktPos ); in GetSnippet()
1505 m_rExport.m_aCurrentCharPropStarts.pop(); in GetSnippet()
1828 m_aCurrentCharPropStarts.push( 0 ); in OutputTextNode()
2001 m_aCurrentCharPropStarts.pop(); in OutputTextNode()
[all …]
H A Dwrtww8.hxx476 std::stack< xub_StrLen > m_aCurrentCharPropStarts; ///< To remember the position in a run. member in MSWordExportBase

Completed in 27 milliseconds