Home
last modified time | relevance | path

Searched refs:aNewSection (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx864 wwSection aNewSection(*mrReader.pPaM->GetPoint()); in CreateSep() local
907 aNewSection.maSep.bkc = *pSprmBkc; in CreateSep()
911 aNewSection.maSep.fTitlePage = in CreateSep()
915 aNewSection.maSep.nfcPgn = ReadBSprm( pSep, pIds[2], 0 ); in CreateSep()
916 if (aNewSection.maSep.nfcPgn > 4) in CreateSep()
917 aNewSection.maSep.nfcPgn = 0; in CreateSep()
919aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006),… in CreateSep()
922 aNewSection.maSep.fBiDi = eVer >= ww::eWW8 ? ReadBSprm(pSep, 0x3228, 0) : 0; in CreateSep()
926 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep()
927 if ( aNewSection.maSep.ccolM1 >= MAX_NO_OF_SEP_COLUMNS ) in CreateSep()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2868 SectPageInformation aNewSection(maSegments.back().maPageInfo); in ReadSectControls() local
2886 SwPageDesc* oldPageDesc=aNewSection.mpPageHdFt; in ReadSectControls()
2887 aNewSection = SectPageInformation(maPageDefaults); in ReadSectControls()
2888 aNewSection.mpPageHdFt=oldPageDesc; in ReadSectControls()
2894 aNewSection.mnPgwsxn = nTokenValue; in ReadSectControls()
2898 aNewSection.mnPghsxn = nTokenValue; in ReadSectControls()
2902 aNewSection.mnMarglsxn = nTokenValue; in ReadSectControls()
2906 aNewSection.mnMargrsxn = nTokenValue; in ReadSectControls()
2910 aNewSection.mnMargtsxn = nTokenValue; in ReadSectControls()
2914 aNewSection.mnMargbsxn = nTokenValue; in ReadSectControls()
[all …]