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()
2110 SwFmtPageDesc* pNewDesc = 0; in lcl_SetStyleProperty() local2114 pNewDesc = new SwFmtPageDesc(*((SwFmtPageDesc*)pItem)); in lcl_SetStyleProperty()2116 if(!pNewDesc) in lcl_SetStyleProperty()2117 pNewDesc = new SwFmtPageDesc(); in lcl_SetStyleProperty()2122 if(!pNewDesc->GetPageDesc() || pNewDesc->GetPageDesc()->GetName() != sDescName) in lcl_SetStyleProperty()2131 pNewDesc->RegisterToPageDesc( *pPageDesc ); in lcl_SetStyleProperty()2145 rStyleSet.Put(*pNewDesc); in lcl_SetStyleProperty()2148 delete pNewDesc; in lcl_SetStyleProperty()
941 const SwPageDesc *pNewDesc= ( pNewFlow && !pNewFlow->IsFollow() ) in WrongPageDesc() local946 ( pNewDesc && pNewDesc == pDesc ) ); in WrongPageDesc()
Completed in 45 milliseconds