Home
last modified time | relevance | path

Searched refs:m_f2on1 (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8struc.hxx383 sal_uInt16 m_f2on1 : 1; // 2-page-on-1 feature is turned on. member in WW8DopTypography
H A Dww8scan.cxx8299 m_f2on1 = (a16Bit & 0x0020) >> 5; in ReadFromMem()
8329 a16Bit |= (int(m_f2on1) << 5) & 0x0020; in WriteToMem()
H A Dww8par6.cxx1097 if(mrReader.m_xWDop->doptypography.m_f2on1 && in CreateSep()
H A Dww8par.cxx4443 mrReader.m_xWDop->doptypography.m_f2on1; in SetUseOn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8struc.hxx383 sal_uInt16 m_f2on1 : 1; // 2-page-on-1 feature is turned on. member in WW8DopTypography
H A Dww8scan.cxx8268 m_f2on1 = (a16Bit & 0x0020) >> 5; in ReadFromMem()
8298 a16Bit |= (int(m_f2on1) << 5) & 0x0020; in WriteToMem()
H A Dww8par.cxx4429 mrReader.m_xWDop->doptypography.m_f2on1; in SetUseOn()
H A Dww8par6.cxx1079 if(mrReader.m_xWDop->doptypography.m_f2on1 && in CreateSep()