Searched refs:m_aCurrentCharPropStarts (Results 1 – 2 of 2) sorted by relevance
547 m_rExport.m_aCurrentCharPropStarts.push( nSwPos ); in OutAttr()552 m_rExport.m_aCurrentCharPropStarts.pop(); in OutAttr()664 xub_StrLen nTmpSwPos = m_rExport.m_aCurrentCharPropStarts.size() ? in HasTextItem()665 m_rExport.m_aCurrentCharPropStarts.top() : 0; in HasTextItem()1178 m_rExport.m_aCurrentCharPropStarts.push( nPos ); in OutAttrWithRange()1229 m_rExport.m_aCurrentCharPropStarts.pop(); // HasTextItem nur in dem obigen Bereich erlaubt in OutAttrWithRange()1465 m_rExport.m_aCurrentCharPropStarts.push( nAktPos ); in GetSnippet()1504 m_rExport.m_aCurrentCharPropStarts.pop(); in GetSnippet()1827 m_aCurrentCharPropStarts.push( 0 ); in OutputTextNode()2000 m_aCurrentCharPropStarts.pop(); in OutputTextNode()[all …]
475 std::stack< xub_StrLen > m_aCurrentCharPropStarts; ///< To remember the position in a run. member in MSWordExportBase