Searched refs:iJustification (Results 1 – 6 of 6) sorted by relevance
301 short iJustification : 2; // Kinsoku method of justification: member
6453 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()6475 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
313 sal_uInt16 iJustification : 2; // Kinsoku method of justification: member in WW8DopTypography
7339 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()7369 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
657 rTypo.iJustification = pDoc->getCharacterCompressionType(); in ExportDopTypography()
1842 rDoc.setCharacterCompressionType(static_cast<SwCharCompressType>(rTypo.iJustification)); in ImportDopTypography()
Completed in 91 milliseconds