Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2848 const sal_uInt16* pSprmIds = 0; in Redline() local
2852 pSprmIds = aSprmIds; in Redline()
2856 pSprmIds = aSprmIds + (2 * 3); in Redline()
2874 if ( pSprmIds ) in Redline()
2877 pSprmIds += 3; in Redline()
2880 m_rWW8Export.InsUInt16( pSprmIds[0] ); in Redline()
2882 … m_rWW8Export.pO->Insert( msword_cast<sal_uInt8>(pSprmIds[0]), m_rWW8Export.pO->Count() ); in Redline()
2886 m_rWW8Export.InsUInt16( pSprmIds[1] ); in Redline()
2888 … m_rWW8Export.pO->Insert( msword_cast<sal_uInt8>(pSprmIds[1]), m_rWW8Export.pO->Count() ); in Redline()
2892 m_rWW8Export.InsUInt16( pSprmIds[2] ); in Redline()
[all …]