Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/table/
H A Dswtable.cxx406 const SwFmtFrmSize* pNewSize = 0, *pOldSize = 0; in Modify() local
411 RES_FRM_SIZE, sal_False, (const SfxPoolItem**)&pNewSize )) in Modify()
417 pNewSize = (const SwFmtFrmSize*)pNew; in Modify()
422 if( pOldSize || pNewSize ) in Modify()
427 pNewSize && pNewSize->Which() == RES_FRM_SIZE, in Modify()
429 AdjustWidths( pOldSize->GetWidth(), pNewSize->GetWidth() ); in Modify()