Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx263 sal_uInt16 stcp = 0; in ReadNames() local
266 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadNames()
268 stcp++; in ReadNames()
281 sal_uInt16 stcp = 0; in ReadChpx() local
284 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadChpx()
286 stcp++; in ReadChpx()
299 sal_uInt16 stcp = 0; in ReadPapx() local
302 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadPapx()
304 stcp++; in ReadPapx()
316 for (sal_uInt16 stcp=0;stcp<iMac;stcp++) in ReadEstcp() local
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4509 sal_uInt16 stcp=0; in ImportOldFormatStyles() local
4547 stcp++; in ImportOldFormatStyles()
4550 sal_uInt16 nStyles=stcp; in ImportOldFormatStyles()
4556 stcp=0; in ImportOldFormatStyles()
4582 stcp++; in ImportOldFormatStyles()
4583 if (stcp == nStyles) in ImportOldFormatStyles()
4594 stcp=0; in ImportOldFormatStyles()
4618 stcp++; in ImportOldFormatStyles()
4620 if (stcp == nStyles) in ImportOldFormatStyles()
4632 for (stcp = 0; stcp < iMac; ++stcp) in ImportOldFormatStyles()
[all …]

Completed in 44 milliseconds