Searched refs:cchLeadingPunct (Results 1 – 5 of 5) sorted by relevance
312 short cchLeadingPunct; // length of rgxchLPunct member
6459 cchLeadingPunct = Get_Short(pData); in ReadFromMem()6468 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()6482 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()
627 rTypo.cchLeadingPunct = msword_cast<sal_Int16> in ExportDopTypography()629 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()630 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()636 (rTypo.cchLeadingPunct+1)*2); in ExportDopTypography()
338 sal_Int16 cchLeadingPunct; // length of rgxchLPunct member in WW8DopTypography
7344 cchLeadingPunct = Get_Short(pData); in ReadFromMem()7357 if (cchLeadingPunct >= 0 && cchLeadingPunct < nMaxLeading) in ReadFromMem()7358 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()7375 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()