Searched refs:nOtherSize (Results 1 – 3 of 3) sorted by relevance
83 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in ScHasPriority() local85 if (nThisSize > nOtherSize) in ScHasPriority()87 else if (nThisSize < nOtherSize) in ScHasPriority()
927 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in HasPriority() local929 if (nThisSize > nOtherSize) in HasPriority()932 else if (nThisSize < nOtherSize) in HasPriority()
1716 …const sal_uInt16 nOtherSize = rOtherLine.GetOutWidth() + rOtherLine.GetDistance() + rOtherLine.Get… in HasPriority() local1718 if (nThisSize > nOtherSize) in HasPriority()1722 else if (nThisSize < nOtherSize) in HasPriority()
Completed in 42 milliseconds