Searched refs:aNewFrame (Results 1 – 3 of 3) sorted by relevance
/trunk/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 542 Any aNewFrame ( &xNewFrame, ::getCppuType((const Reference< XFrame >*)0) ) ; in impl_createFrame() local 545 fire ( &nFrameId, &aNewFrame, &aOldFrame, 1, sal_False ) ; in impl_createFrame() 571 Any aNewFrame( &xNullFrame, ::getCppuType((const Reference< XFrame >*)0) ); in impl_deleteFrame() local 573 fire( &nFrameId, &aNewFrame, &aOldFrame, 1, sal_False ); in impl_deleteFrame()
|
/trunk/main/sc/source/core/data/ |
H A D | attarray.cxx | 1068 SvxBoxItem aNewFrame( *pOldFrame ); in ApplyFrame() local 1071 aNewFrame.SetLine( bLeft ? pBoxItem->GetLeft() : pBoxInfoItem->GetVert(), in ApplyFrame() 1074 aNewFrame.SetLine( (nDistRight==0) ? pBoxItem->GetRight() : pBoxInfoItem->GetVert(), in ApplyFrame() 1077 aNewFrame.SetLine( bTop ? pBoxItem->GetTop() : pBoxInfoItem->GetHori(), in ApplyFrame() 1080 aNewFrame.SetLine( (nDistBottom==0) ? pBoxItem->GetBottom() : pBoxInfoItem->GetHori(), in ApplyFrame() 1083 if (aNewFrame == *pOldFrame) in ApplyFrame() 1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame()
|
/trunk/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2269 SvxBoxItem aNewFrame( *pOldOuter ); in ApplyBorderAttr() local 2278 ImplApplyBoxItem( nCellFlags, pBoxItem, pBoxInfoItem, aNewFrame ); in ApplyBorderAttr() 2281 ImplApplyLineColorItem( nCellFlags, pLineColorItem, aNewFrame ); in ApplyBorderAttr() 2284 ImplApplyBorderLineItem( nCellFlags, pBorderLineItem, aNewFrame ); in ApplyBorderAttr() 2286 if (aNewFrame != *pOldOuter) in ApplyBorderAttr() 2289 aAttr.Put(aNewFrame); in ApplyBorderAttr()
|
Completed in 24 milliseconds