Searched refs:pNewDesc (Results 1 – 3 of 3) sorted by relevance
367 ::std::auto_ptr<SwFmtPageDesc> pNewDesc; in SetPageDesc()371 pNewDesc.reset(new SwFmtPageDesc( in SetPageDesc()374 if (!pNewDesc.get()) in SetPageDesc()376 pNewDesc.reset(new SwFmtPageDesc()); in SetPageDesc()381 if (!pNewDesc->GetPageDesc() || in SetPageDesc()382 (pNewDesc->GetPageDesc()->GetName() != sDescName)) in SetPageDesc()393 pNewDesc.get()->RegisterToPageDesc( *pPageDesc ); in SetPageDesc()403 rSet.Put(*pNewDesc); in SetPageDesc()
2094 SwFmtPageDesc* pNewDesc = 0; in lcl_SetStyleProperty() local2098 pNewDesc = new SwFmtPageDesc(*((SwFmtPageDesc*)pItem)); in lcl_SetStyleProperty()2100 if(!pNewDesc) in lcl_SetStyleProperty()2101 pNewDesc = new SwFmtPageDesc(); in lcl_SetStyleProperty()2106 if(!pNewDesc->GetPageDesc() || pNewDesc->GetPageDesc()->GetName() != sDescName) in lcl_SetStyleProperty()2115 pNewDesc->RegisterToPageDesc( *pPageDesc ); in lcl_SetStyleProperty()2129 rStyleSet.Put(*pNewDesc); in lcl_SetStyleProperty()2132 delete pNewDesc; in lcl_SetStyleProperty()
941 const SwPageDesc *pNewDesc= ( pNewFlow && !pNewFlow->IsFollow() ) in WrongPageDesc() local946 ( pNewDesc && pNewDesc == pDesc ) ); in WrongPageDesc()