Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1077 const SvxBoxItem* pOldOuter = (const SvxBoxItem*) &pOldSet->Get( ATTR_BORDER ); in ApplyAttributes() local
1099 if ( pNewOuter==pOldOuter && pNewInner==pOldInner ) in ApplyAttributes()
1105 if ( *pNewOuter == *pOldOuter && *pNewInner == *pOldInner ) in ApplyAttributes()
1132 bDefNewOuter ? pOldOuter : pNewOuter, in ApplyAttributes()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx2267 const SvxBoxItem* pOldOuter = (const SvxBoxItem*) &rSet.Get( SDRATTR_TABLE_BORDER ); in ApplyBorderAttr() local
2269 SvxBoxItem aNewFrame( *pOldOuter ); in ApplyBorderAttr()
2286 if (aNewFrame != *pOldOuter) in ApplyBorderAttr()

Completed in 38 milliseconds