Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dparser9x.h179 … m_text( text ), m_position( position ), m_startFC( startFC ), m_isUnicode( isUnicode ) {} in Chunk()
183 U32 m_startFC; member
H A Dparser9x.cpp811 U32 fc = ( *it ).m_startFC + index * ( ( *it ).m_isUnicode ? 2 : 1 ); in processParagraph()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dparser9x.h189 … m_text( text ), m_position( position ), m_startFC( startFC ), m_isUnicode( isUnicode ) {} in Chunk()
193 U32 m_startFC; member
H A Dparser9x.cpp636 …U32 length = m_properties->fullSavedChp( ( *it ).m_startFC + index * ( ( *it ).m_isUnicode ? 2 : 1… in processParagraph()