Searched refs:cchFollowingPunct (Results 1 – 5 of 5) sorted by relevance
311 short cchFollowingPunct; // length of rgxchFPunct member
6458 cchFollowingPunct = Get_Short(pData); in ReadFromMem()6467 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()6481 Set_UInt16(pData,cchFollowingPunct); in WriteToMem()
622 rTypo.cchFollowingPunct = msword_cast<sal_Int16> in ExportDopTypography()624 if (rTypo.cchFollowingPunct > WW8DopTypography::nMaxFollowing - 1) in ExportDopTypography()625 rTypo.cchFollowingPunct = WW8DopTypography::nMaxFollowing - 1; in ExportDopTypography()633 (rTypo.cchFollowingPunct+1)*2); in ExportDopTypography()
337 sal_Int16 cchFollowingPunct; // length of rgxchFPunct member in WW8DopTypography
7343 cchFollowingPunct = Get_Short(pData); in ReadFromMem()7352 if (cchFollowingPunct >= 0 && cchFollowingPunct < nMaxFollowing) in ReadFromMem()7353 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()7374 Set_UInt16(pData,cchFollowingPunct); in WriteToMem()