Searched refs:pAktPageDesc (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | rtfexport.cxx | 648 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 D | ww8atr.cxx | 392 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 D | wrtw8nds.cxx | 1318 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 D | wrtw8sty.cxx | 913 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 D | wrtww8.cxx | 1867 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 D | docxexport.cxx | 342 m_pSections->AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in OutputEndNode()
|
| H A D | wrtww8.hxx | 499 const SwPageDesc *pAktPageDesc; member in MSWordExportBase
|
| H A D | docxattributeoutput.cxx | 2989 if ( m_rExport.pAktPageDesc->GetLandscape( ) ) in FormatFrameSize()
|
| H A D | rtfattributeoutput.cxx | 1667 …m_aSectionHeaders.getOStringBuffer().append((sal_Int32)m_rExport.pAktPageDesc->GetMaster().GetULSp… in WriteHeaderFooter_Impl()
|