Lines Matching refs:pBoxInfoItem
436 const SvxBoxInfoItem* pBoxInfoItem; in Reset() local
444 pBoxInfoItem = (const SvxBoxInfoItem*)GetItem( rSet, SID_ATTR_BORDER_INNER, sal_False ); in Reset()
448 if ( pBoxItem && pBoxInfoItem ) // -> Don't Care in Reset()
450 …ResetFrameLine_Impl( svx::FRAMEBORDER_LEFT, pBoxItem->GetLeft(), pBoxInfoItem->IsValid( VALI… in Reset()
451 …ResetFrameLine_Impl( svx::FRAMEBORDER_RIGHT, pBoxItem->GetRight(), pBoxInfoItem->IsValid( VALI… in Reset()
452 …ResetFrameLine_Impl( svx::FRAMEBORDER_TOP, pBoxItem->GetTop(), pBoxInfoItem->IsValid( VALI… in Reset()
453 …ResetFrameLine_Impl( svx::FRAMEBORDER_BOTTOM, pBoxItem->GetBottom(), pBoxInfoItem->IsValid( VALI… in Reset()
454 …ResetFrameLine_Impl( svx::FRAMEBORDER_VER, pBoxInfoItem->GetVert(), pBoxInfoItem->IsValid( VALI… in Reset()
455 …ResetFrameLine_Impl( svx::FRAMEBORDER_HOR, pBoxInfoItem->GetHori(), pBoxInfoItem->IsValid( VALI… in Reset()
464 SetMetricValue( aLeftMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
465 SetMetricValue( aRightMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
466 SetMetricValue( aTopMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
467 SetMetricValue( aBottomMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
471 if ( pBoxInfoItem->IsMinDist() ) in Reset()
479 if ( pBoxInfoItem->IsDist() ) in Reset()
484 if( !bIsAnyBorderVisible || !pBoxInfoItem->IsMinDist() ) in Reset()
511 const long nDefDist = bIsAnyBorderVisible ? pBoxInfoItem->GetDefDist() : 0; in Reset()