Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par6.cxx865 wwSection aNewSection(*mrReader.pPaM->GetPoint()); in CreateSep() local
908 aNewSection.maSep.bkc = *pSprmBkc; in CreateSep()
912 aNewSection.maSep.fTitlePage = in CreateSep()
916 aNewSection.maSep.nfcPgn = ReadBSprm( pSep, pIds[2], 0 ); in CreateSep()
917 if (aNewSection.maSep.nfcPgn > 4) in CreateSep()
918 aNewSection.maSep.nfcPgn = 0; in CreateSep()
920aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006),… in CreateSep()
923 aNewSection.maSep.fBiDi = eVer >= ww::eWW8 ? ReadBSprm(pSep, 0x3228, 0) : 0; in CreateSep()
927 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep()
928 if ( aNewSection.maSep.ccolM1 >= MAX_NO_OF_SEP_COLUMNS ) in CreateSep()
[all …]
/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx2878 SectPageInformation aNewSection(maSegments.back().maPageInfo); in ReadSectControls() local
2896 SwPageDesc* oldPageDesc=aNewSection.mpPageHdFt; in ReadSectControls()
2897 aNewSection = SectPageInformation(maPageDefaults); in ReadSectControls()
2898 aNewSection.mpPageHdFt=oldPageDesc; in ReadSectControls()
2904 aNewSection.mnPgwsxn = nTokenValue; in ReadSectControls()
2908 aNewSection.mnPghsxn = nTokenValue; in ReadSectControls()
2912 aNewSection.mnMarglsxn = nTokenValue; in ReadSectControls()
2916 aNewSection.mnMargrsxn = nTokenValue; in ReadSectControls()
2920 aNewSection.mnMargtsxn = nTokenValue; in ReadSectControls()
2924 aNewSection.mnMargbsxn = nTokenValue; in ReadSectControls()
[all …]