Home
last modified time | relevance | path

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

/trunk/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()
362 if (rSection.maSep.fLBetween) in SetCols()
374 if (!rSection.maSep.fEvenlySpaced) in SetCols()
408 if (rSection.maSep.fRTLGutter) in SetLeftRight()
553 rSection.maSep.fRTLGutter) in GetPageULData()
912 aNewSection.maSep.fTitlePage = in CreateSep()
917 if (aNewSection.maSep.nfcPgn > 4) in CreateSep()
945 if ( aNewSection.maSep.ccolM1 > 0 && !aNewSection.maSep.fEvenlySpaced ) in CreateSep()
[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()
748 bool IsBiDi() const { return maSep.fBiDi ? true : false; } in IsBiDi()
752 sal_uInt32 GetPageHeight() const { return maSep.yaPage; } in GetPageHeight()
756 bool IsFixedHeightHeader() const { return maSep.dyaTop < 0; } in IsFixedHeightHeader()
[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()
3860 switch (rSection.maSep.pgbApplyTo) in SetSegmentToPageDesc()
3881 bool bEven = (rSection.maSep.grpfIhdt & (WW8_HEADER_EVEN|WW8_FOOTER_EVEN)) ? in SetUseOn()
4139 aIter->maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST), in InsertSegments()
4140 aIter->maSep.grpfIhdt, std::distance(aStart, aIter) in InsertSegments()
H A Dww8par5.cxx2967 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
H A Dww8par2.cxx340 return !maSegments.empty() ? maSegments.back().maSep.dyaTop : 0; in GetWWPageTopMargin()

Completed in 108 milliseconds