Home
last modified time | relevance | path

Searched refs:pPd (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx999 const SwPageDesc* pPd = rInfo.pPageDesc; in NumberOfColumns() local
1000 if ( !pPd ) in NumberOfColumns()
1001 pPd = &rDoc.GetPageDesc( 0 ); in NumberOfColumns()
1003 if ( !pPd ) in NumberOfColumns()
1005 ASSERT( pPd, "totally impossible" ); in NumberOfColumns()
1009 const SfxItemSet &rSet = pPd->GetMaster().GetAttrSet(); in NumberOfColumns()
1030 void MSWordSections::AppendSection( const SwPageDesc* pPd, in AppendSection() argument
1036 aSects.Insert( WW8_SepInfo( pPd, pSectionFmt, nLnNumRestartNo ), in AppendSection()
1041 void WW8_WrPlcSepx::AppendSep( WW8_CP nStartCp, const SwPageDesc* pPd, in AppendSep() argument
1049 AppendSection( pPd, pSectionFmt, nLnNumRestartNo ); in AppendSep()
[all …]
H A Dwrtww8.hxx203 void AppendSection( const SwPageDesc* pPd,
251 const SwPageDesc* pPd,
/AOO41X/main/sw/source/core/layout/
H A Dpagedesc.cxx338 const SwPageDesc* pPd = bCheckForThisPgDc ? this : in GetPageFmtOfNode() local
340 pRet = &pPd->GetMaster(); in GetPageFmtOfNode()
341 … ASSERT( ((SwPageFrm*)pChkFrm)->GetPageDesc() == pPd, "Wrong node for detection of page format!" ); in GetPageFmtOfNode()
345 pRet = &pPd->GetLeft(); in GetPageFmtOfNode()