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.cxx2849 const sal_uInt16* pSprmIds = 0; in Redline() local
2853 pSprmIds = aSprmIds; in Redline()
2857 pSprmIds = aSprmIds + (2 * 3); in Redline()
2875 if ( pSprmIds ) in Redline()
2878 pSprmIds += 3; in Redline()
2881 m_rWW8Export.InsUInt16( pSprmIds[0] ); in Redline()
2883 … m_rWW8Export.pO->Insert( msword_cast<sal_uInt8>(pSprmIds[0]), m_rWW8Export.pO->Count() ); in Redline()
2887 m_rWW8Export.InsUInt16( pSprmIds[1] ); in Redline()
2889 … m_rWW8Export.pO->Insert( msword_cast<sal_uInt8>(pSprmIds[1]), m_rWW8Export.pO->Count() ); in Redline()
2893 m_rWW8Export.InsUInt16( pSprmIds[2] ); in Redline()
[all …]

Completed in 31 milliseconds