Searched refs:GetDefDist (Results 1 – 3 of 3) sorted by relevance
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()511 const long nDefDist = bIsAnyBorderVisible ? pBoxInfoItem->GetDefDist() : 0; in Reset()778 aBoxInfoItem.SetDefDist( rOldBoxInfo.GetDefDist() ); in FillItemSet()
2575 nDefDist = rCpy.GetDefDist(); in SvxBoxInfoItem()2599 nDefDist = rCpy.GetDefDist(); in operator =()2616 && nDefDist == rBoxInfo.GetDefDist() in operator ==()2711 << (sal_uInt16) GetDefDist(); in Store()2817 …:star::uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(GetDefDist()) : GetDefDist()) ); in QueryValue()2847 rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(GetDefDist()) : GetDefDist()); in QueryValue()
211 sal_uInt16 GetDefDist() const { return nDefDist; } in GetDefDist() function in SvxBoxInfoItem