Home
last modified time | relevance | path

Searched refs:iJustification (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx301 short iJustification : 2; // Kinsoku method of justification: member
H A Dww8scan.cxx6453 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()
6475 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx313 sal_uInt16 iJustification : 2; // Kinsoku method of justification: member in WW8DopTypography
H A Dww8scan.cxx7338 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()
7368 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
H A Dwrtww8.cxx643 rTypo.iJustification = pDoc->getCharacterCompressionType(); in ExportDopTypography()
H A Dww8par.cxx1842 rDoc.setCharacterCompressionType(static_cast<SwCharCompressType>(rTypo.iJustification)); in ImportDopTypography()

Completed in 172 milliseconds