Searched refs:pNewDesc (Results 1 – 3 of 3) sorted by relevance
370 ::std::auto_ptr<SwFmtPageDesc> pNewDesc; in SetPageDesc()374 pNewDesc.reset(new SwFmtPageDesc( in SetPageDesc()377 if (!pNewDesc.get()) in SetPageDesc()379 pNewDesc.reset(new SwFmtPageDesc()); in SetPageDesc()384 if (!pNewDesc->GetPageDesc() || in SetPageDesc()385 (pNewDesc->GetPageDesc()->GetName() != sDescName)) in SetPageDesc()396 pNewDesc.get()->RegisterToPageDesc( *pPageDesc ); in SetPageDesc()406 rSet.Put(*pNewDesc); in SetPageDesc()
1976 SwFmtPageDesc* pNewDesc = 0; in lcl_SetStyleProperty() local1980 pNewDesc = new SwFmtPageDesc(*((SwFmtPageDesc*)pItem)); in lcl_SetStyleProperty()1982 if(!pNewDesc) in lcl_SetStyleProperty()1983 pNewDesc = new SwFmtPageDesc(); in lcl_SetStyleProperty()1988 if(!pNewDesc->GetPageDesc() || pNewDesc->GetPageDesc()->GetName() != sDescName) in lcl_SetStyleProperty()1997 pNewDesc->RegisterToPageDesc( *pPageDesc ); in lcl_SetStyleProperty()2011 rStyleSet.Put(*pNewDesc); in lcl_SetStyleProperty()2013 delete pNewDesc; in lcl_SetStyleProperty()
941 const SwPageDesc *pNewDesc= ( pNewFlow && !pNewFlow->IsFollow() ) in WrongPageDesc() local946 ( pNewDesc && pNewDesc == pDesc ) ); in WrongPageDesc()
Completed in 95 milliseconds