Searched refs:fKerningPunct (Results 1 – 6 of 6) sorted by relevance
300 short fKerningPunct : 1; // true if we're kerning punctuation member
6451 fKerningPunct = (a16Bit & 0x0001); in ReadFromMem()6473 sal_uInt16 a16Bit = fKerningPunct; in WriteToMem()
311 sal_uInt16 fKerningPunct : 1; // true if we're kerning punctuation member in WW8DopTypography
7336 fKerningPunct = (a16Bit & 0x0001); in ReadFromMem()7366 sal_uInt16 a16Bit = fKerningPunct; in WriteToMem()
641 …rTypo.fKerningPunct = pIDocumentSettingAccess->get(IDocumentSettingAccess::KERN_ASIAN_PUNCTUATION); in ExportDopTypography()
1840 rDoc.set(IDocumentSettingAccess::KERN_ASIAN_PUNCTUATION, rTypo.fKerningPunct); in ImportDopTypography()