Searched refs:pPd (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 998 const SwPageDesc* pPd = rInfo.pPageDesc; in NumberOfColumns() local 999 if ( !pPd ) in NumberOfColumns() 1000 pPd = &rDoc.GetPageDesc( 0 ); in NumberOfColumns() 1002 if ( !pPd ) in NumberOfColumns() 1004 ASSERT( pPd, "totally impossible" ); in NumberOfColumns() 1008 const SfxItemSet &rSet = pPd->GetMaster().GetAttrSet(); in NumberOfColumns() 1029 void MSWordSections::AppendSection( const SwPageDesc* pPd, in AppendSection() argument 1035 aSects.Insert( WW8_SepInfo( pPd, pSectionFmt, nLnNumRestartNo ), in AppendSection() 1040 void WW8_WrPlcSepx::AppendSep( WW8_CP nStartCp, const SwPageDesc* pPd, in AppendSep() argument 1048 AppendSection( pPd, pSectionFmt, nLnNumRestartNo ); in AppendSep() [all …]
|
| H A D | wrtww8.hxx | 202 void AppendSection( const SwPageDesc* pPd, 250 const SwPageDesc* pPd,
|
| /AOO42X/main/sw/source/core/layout/ |
| H A D | pagedesc.cxx | 338 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()
|