Searched refs:stcp (Results 1 – 2 of 2) sorted by relevance
263 sal_uInt16 stcp = 0; in ReadNames() local266 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadNames()268 stcp++; in ReadNames()281 sal_uInt16 stcp = 0; in ReadChpx() local284 sal_uInt16 stc = (stcp - cstcStd) & 255; in ReadChpx()286 stcp++; in ReadChpx()299 sal_uInt16 stcp = 0; in ReadPapx() local302 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 …]
4508 sal_uInt16 stcp=0; in ImportOldFormatStyles() local4515 sal_uInt8 stc = static_cast< sal_uInt8 >((stcp - cstcStd) & 255); in ImportOldFormatStyles()4546 stcp++; in ImportOldFormatStyles()4549 sal_uInt16 nStyles=stcp; in ImportOldFormatStyles()4551 std::vector<pxoffset> aCHPXOffsets(stcp); in ImportOldFormatStyles()4555 stcp=0; in ImportOldFormatStyles()4563 aCHPXOffsets.at(stcp).mnSize = 0; in ImportOldFormatStyles()4569 aCHPXOffsets.at(stcp).mnOffset = rSt.Tell(); in ImportOldFormatStyles()4570 aCHPXOffsets.at(stcp).mnSize = nRemainder; in ImportOldFormatStyles()4572 Word2CHPX aChpx = ReadWord2Chpx(rSt, aCHPXOffsets.at(stcp).mnOffset, in ImportOldFormatStyles()[all …]