Home
last modified time | relevance | path

Searched refs:pAktPageDesc (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx648 pAktPageDesc = &rPageDesc; in ExportDocument_Impl()
1182 const SwPageDesc *pSave = pAktPageDesc; in OutPageDescription()
1184 pAktPageDesc = &rPgDsc; in OutPageDescription()
1185 if( bCheckForFirstPage && pAktPageDesc->GetFollow() && in OutPageDescription()
1186 pAktPageDesc->GetFollow() != pAktPageDesc ) in OutPageDescription()
1187 pAktPageDesc = pAktPageDesc->GetFollow(); in OutPageDescription()
1197 if( pAktPageDesc->GetLandscape() ) in OutPageDescription()
1200 const SwFmt *pFmt = &pAktPageDesc->GetMaster(); //GetLeft(); in OutPageDescription()
1207 if( pAktPageDesc->GetLeft().GetAttrSet().GetItemState( RES_HEADER, sal_False, in OutPageDescription()
1210 if( pAktPageDesc->GetLeft().GetAttrSet().GetItemState( RES_FOOTER, sal_False, in OutPageDescription()
[all …]
H A Dww8atr.cxx392 ASSERT(pCurrent && pAktPageDesc, "Not possible surely"); in SetAktPageDescFromNode()
393 if (pAktPageDesc && pCurrent) in SetAktPageDescFromNode()
395 if (pCurrent != pAktPageDesc) in SetAktPageDescFromNode()
397 if (pAktPageDesc->GetFollow() != pCurrent) in SetAktPageDescFromNode()
401 const SwFrmFmt& rTitleFmt = pAktPageDesc->GetMaster(); in SetAktPageDescFromNode()
407 pAktPageDesc = pCurrent; in SetAktPageDescFromNode()
444 if ((!Sections().HeaderFooterWritten()) && (pAktPageDesc != pPageDesc)) in OutputSectionBreaks()
448 pAktPageDesc = pPageDesc; in OutputSectionBreaks()
459 pAktPageDesc = pPgDesc->GetPageDesc(); in OutputSectionBreaks()
489 ASSERT(pAktPageDesc, "should not be possible"); in OutputSectionBreaks()
[all …]
H A Dwrtw8nds.cxx1318 const SwFrmFmt &rFmt = pAktPageDesc in GetCurrentPageDirection()
1319 ? pAktPageDesc->GetMaster() in GetCurrentPageDirection()
1387 const SwFrmFmt &rFmt = pAktPageDesc in GetCurrentPageBgBrush()
1388 ? pAktPageDesc->GetMaster() in GetCurrentPageBgBrush()
2615 pCurrent = pAktPageDesc; in OutputSectionNode()
H A Dwrtw8sty.cxx913 rExport.pAktPageDesc = &const_cast<const SwDoc *>(rExport.pDoc)->GetPageDesc( 0 ); in MSWordSections()
954 AppendSection( rExport.pAktPageDesc, pFmt, nRstLnNum ); in MSWordSections()
1498 pAktPageDesc = pPd; in SectionProperties()
1615 pAktPageDesc = pPd = pFollow; in SectionProperties()
H A Dwrtww8.cxx1867 aData.pOldPageDesc = pAktPageDesc; in SaveData()
1913 pAktPageDesc = rData.pOldPageDesc; in RestoreData()
2635 pAktPageDesc = pTemp; in WriteText()
2693 AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in WriteText()
3552 mnHdFtIndex(0), pAktPageDesc(0), pPapPlc(0), pChpPlc(0), pChpIter(0), in MSWordExportBase()
H A Ddocxexport.cxx342 m_pSections->AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in OutputEndNode()
H A Dwrtww8.hxx499 const SwPageDesc *pAktPageDesc; member in MSWordExportBase
H A Ddocxattributeoutput.cxx2989 if ( m_rExport.pAktPageDesc->GetLandscape( ) ) in FormatFrameSize()
H A Drtfattributeoutput.cxx1667 …m_aSectionHeaders.getOStringBuffer().append((sal_Int32)m_rExport.pAktPageDesc->GetMaster().GetULSp… in WriteHeaderFooter_Impl()