Home
last modified time | relevance | path

Searched refs:maSep (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par6.cxx174 switch (maSep.wTextFlow) in SetDirection()
201 sal_uInt8 nRTLPgn = maSep.fBiDi; in SetDirection()
238 switch (rSection.maSep.clm) in SetDocumentGrid()
274 const sal_Int32 nLinePitch = rSection.maSep.dyaLinePitch; in SetDocumentGrid()
291 if (rSection.maSep.dxtCharSpace) in SetDocumentGrid()
293 sal_uInt32 nCharSpace = rSection.maSep.dxtCharSpace; in SetDocumentGrid()
362 if (rSection.maSep.fLBetween) in SetCols()
374 if (!rSection.maSep.fEvenlySpaced) in SetCols()
381 sal_Int32 nLeft = rSection.maSep.rgdxaColumnWidthSpacing[nIdx-1]/2; in SetCols()
382 sal_Int32 nRight = rSection.maSep.rgdxaColumnWidthSpacing[nIdx+1]/2; in SetCols()
[all …]
H A Dww8par.hxx721 SEPr maSep; member in wwSection
739 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous()
741 bool IsNotProtected() const { return maSep.fUnlocked != 0; } in IsNotProtected()
743 sal_Int16 NoCols() const { return maSep.ccolM1 + 1; } in NoCols()
744 sal_Int32 StandardColSeperation() const { return maSep.dxaColumns; } in StandardColSeperation()
745 bool HasTitlePage() const { return maSep.fTitlePage ? true : false; } in HasTitlePage()
746 sal_uInt16 PageStartAt() const { return maSep.pgnStart; } in PageStartAt()
747 bool PageRestartNo() const { return maSep.fPgnRestart ? true : false; } in PageRestartNo()
748 bool IsBiDi() const { return maSep.fBiDi ? true : false; } in IsBiDi()
752 sal_uInt32 GetPageHeight() const { return maSep.yaPage; } in GetPageHeight()
[all …]
H A Dww8par.cxx2140 rSection.maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST); in Read_HdFt()
2150 sal_uInt8 grpfIhdt = rSection.maSep.grpfIhdt; in Read_HdFt()
2236 if (!rSection.maSep.grpfIhdt) in SetHdFt()
2257 mrReader.pHdFt->UpdateIndex(rSection.maSep.grpfIhdt); in SetHdFt()
3859 switch (rSection.maSep.pgbApplyTo) in SetSegmentToPageDesc()
3880 bool bEven = (rSection.maSep.grpfIhdt & (WW8_HEADER_EVEN|WW8_FOOTER_EVEN)) ? in SetUseOn()
4138 aIter->maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST), in InsertSegments()
4139 aIter->maSep.grpfIhdt, std::distance(aStart, aIter) in InsertSegments()
H A Dww8par5.cxx2960 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
H A Dww8par2.cxx340 return !maSegments.empty() ? maSegments.back().maSep.dyaTop : 0; in GetWWPageTopMargin()