Searched refs:maSep (Results 1 – 5 of 5) sorted by relevance
173 switch (maSep.wTextFlow) in SetDirection()200 sal_uInt8 nRTLPgn = maSep.fBiDi; in SetDirection()237 switch (rSection.maSep.clm) in SetDocumentGrid()273 const sal_Int32 nLinePitch = rSection.maSep.dyaLinePitch; in SetDocumentGrid()290 if (rSection.maSep.dxtCharSpace) in SetDocumentGrid()292 sal_uInt32 nCharSpace = rSection.maSep.dxtCharSpace; in SetDocumentGrid()361 if (rSection.maSep.fLBetween) in SetCols()373 if (!rSection.maSep.fEvenlySpaced) in SetCols()380 sal_Int32 nLeft = rSection.maSep.rgdxaColumnWidthSpacing[nIdx-1]/2; in SetCols()381 sal_Int32 nRight = rSection.maSep.rgdxaColumnWidthSpacing[nIdx+1]/2; in SetCols()[all …]
720 SEPr maSep; member in wwSection738 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous()740 bool IsNotProtected() const { return maSep.fUnlocked != 0; } in IsNotProtected()742 sal_Int16 NoCols() const { return maSep.ccolM1 + 1; } in NoCols()743 sal_Int32 StandardColSeperation() const { return maSep.dxaColumns; } in StandardColSeperation()744 bool HasTitlePage() const { return maSep.fTitlePage ? true : false; } in HasTitlePage()745 sal_uInt16 PageStartAt() const { return maSep.pgnStart; } in PageStartAt()746 bool PageRestartNo() const { return maSep.fPgnRestart ? true : false; } in PageRestartNo()747 bool IsBiDi() const { return maSep.fBiDi ? true : false; } in IsBiDi()751 sal_uInt32 GetPageHeight() const { return maSep.yaPage; } in GetPageHeight()[all …]
2139 rSection.maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST); in Read_HdFt()2149 sal_uInt8 grpfIhdt = rSection.maSep.grpfIhdt; in Read_HdFt()2235 if (!rSection.maSep.grpfIhdt) in SetHdFt()2256 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()
2966 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
339 return !maSegments.empty() ? maSegments.back().maSep.dyaTop : 0; in GetWWPageTopMargin()