Searched refs:iJustification (Results 1 – 6 of 6) sorted by relevance
301 short iJustification : 2; // Kinsoku method of justification: member
6452 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()6474 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
312 sal_uInt16 iJustification : 2; // Kinsoku method of justification: member in WW8DopTypography
7337 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()7367 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
642 rTypo.iJustification = pDoc->getCharacterCompressionType(); in ExportDopTypography()
1841 rDoc.setCharacterCompressionType(static_cast<SwCharCompressType>(rTypo.iJustification)); in ImportDopTypography()