Searched refs:cchLeadingPunct (Results 1 – 5 of 5) sorted by relevance
312 short cchLeadingPunct; // length of rgxchLPunct member
6460 cchLeadingPunct = Get_Short(pData); in ReadFromMem()6469 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()6483 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()
339 sal_Int16 cchLeadingPunct; // length of rgxchLPunct member in WW8DopTypography
642 rTypo.cchLeadingPunct = msword_cast<sal_Int16> in ExportDopTypography()644 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()645 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()651 (rTypo.cchLeadingPunct+1)*2); in ExportDopTypography()
7346 cchLeadingPunct = Get_Short(pData); in ReadFromMem()7359 if (cchLeadingPunct >= 0 && cchLeadingPunct < nMaxLeading) in ReadFromMem()7360 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()7377 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()
Completed in 77 milliseconds