Searched refs:pTLBRItem (Results 1 – 2 of 2) sorted by relevance
3023 const SfxPoolItem* pTLBRItem = 0; in SetSelectionFrameLines() local3024 …emState eTLBRState = rSelItemSet.GetItemState( ATTR_BORDER_TLBR, sal_True, &pTLBRItem ); in SetSelectionFrameLines()3069 if( pTLBRItem && ((const SvxLineItem*)pTLBRItem)->GetLine() ) in SetSelectionFrameLines()3071 SvxLineItem aTLBRItem( *(const SvxLineItem*)pTLBRItem ); in SetSelectionFrameLines()3074 pOldSet->Put( *pTLBRItem ); in SetSelectionFrameLines()
620 const SfxPoolItem* pTLBRItem = 0; in ApplyLineStyleArea() local621 …fxItemState eTLBRState = rOldSet.GetItemState( ATTR_BORDER_TLBR, sal_True, &pTLBRItem ); in ApplyLineStyleArea()633 SvxLineItem* pNewTLBRItem = pTLBRItem ? (SvxLineItem*)pTLBRItem->Clone() : 0; in ApplyLineStyleArea()
Completed in 24 milliseconds