Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/ !
H A Dww8struc.hxx309 short f2on1 : 1; // 2-page-on-1 feature is turned on. member
H A Dww8scan.cxx6454 f2on1 = (a16Bit & 0x0020) >> 5; in ReadFromMem()
6476 a16Bit |= (f2on1 << 5) & 0x002; in WriteToMem()
/trunk/main/sw/source/filter/ww8/ !
H A Dww8struc.hxx320 sal_uInt16 f2on1 : 1; // 2-page-on-1 feature is turned on. member in WW8DopTypography
H A Dww8scan.cxx7339 f2on1 = (a16Bit & 0x0020) >> 5; in ReadFromMem()
7369 a16Bit |= (f2on1 << 5) & 0x002; in WriteToMem()
H A Dww8par6.cxx1042 if(mrReader.pWDop->doptypography.f2on1 && in CreateSep()
H A Dww8par.cxx3884 mrReader.pWDop->doptypography.f2on1; in SetUseOn()