Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx305 short iLevelOfKinsoku: 2; // Level of Kinsoku: member
H A Dww8scan.cxx6453 iLevelOfKinsoku = (a16Bit & 0x0018) >> 3; in ReadFromMem()
6475 a16Bit |= (iLevelOfKinsoku << 3) & 0x0018; in WriteToMem()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx316 sal_uInt16 iLevelOfKinsoku : 2; // Level of Kinsoku: member in WW8DopTypography
H A Dwrtww8.cxx611 rTypo.iLevelOfKinsoku = 2; in ExportDopTypography()
620 if (rTypo.iLevelOfKinsoku) in ExportDopTypography()
H A Dww8scan.cxx7338 iLevelOfKinsoku = (a16Bit & 0x0018) >> 3; in ReadFromMem()
7368 a16Bit |= (iLevelOfKinsoku << 3) & 0x0018; in WriteToMem()
H A Dww8par.cxx1809 switch (rTypo.iLevelOfKinsoku) in ImportDopTypography()