Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dviewfunc.cxx1080 const SvxBoxInfoItem* pNewInner = (const SvxBoxInfoItem*) &pDialogSet->Get( ATTR_BORDER_INNER ); in ApplyAttributes() local
1085 pNewPool->Put( *pNewInner ); in ApplyAttributes()
1099 if ( pNewOuter==pOldOuter && pNewInner==pOldInner ) in ApplyAttributes()
1104 if ( bFrame && pNewOuter && pNewInner ) in ApplyAttributes()
1105 if ( *pNewOuter == *pOldOuter && *pNewInner == *pOldInner ) in ApplyAttributes()
1108 if ( pNewInner ) in ApplyAttributes()
1111 && ( pNewInner->IsValid(VALID_LEFT) in ApplyAttributes()
1112 || pNewInner->IsValid(VALID_RIGHT) in ApplyAttributes()
1113 || pNewInner->IsValid(VALID_TOP) in ApplyAttributes()
1114 || pNewInner->IsValid(VALID_BOTTOM) in ApplyAttributes()
[all …]
/AOO41X/main/sc/source/ui/undo/
H A Dundoblk3.cxx437 const SvxBoxItem* pNewOuter, const SvxBoxInfoItem* pNewInner ) in ScUndoSelectionAttr() argument
449 pLineInner = pNewInner ? (SvxBoxInfoItem*) &pPool->Put( *pNewInner ) : NULL; in ScUndoSelectionAttr()
/AOO41X/main/sc/source/ui/inc/
H A Dviewfunc.hxx178 … const SvxBoxInfoItem* pNewInner, sal_Bool bRecord = sal_True );
H A Dundoblk.hxx340 const SvxBoxInfoItem* pNewInner = NULL );