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.cxx6452 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()
6474 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx312 sal_uInt16 iJustification : 2; // Kinsoku method of justification: member in WW8DopTypography
H A Dww8scan.cxx7337 iJustification = (a16Bit & 0x0006) >> 1; in ReadFromMem()
7367 a16Bit |= (iJustification << 1) & 0x0006; in WriteToMem()
H A Dwrtww8.cxx642 rTypo.iJustification = pDoc->getCharacterCompressionType(); in ExportDopTypography()
H A Dww8par.cxx1841 rDoc.setCharacterCompressionType(static_cast<SwCharCompressType>(rTypo.iJustification)); in ImportDopTypography()