Home
last modified time | relevance | path

Searched refs:nOtherSize (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dattrib.cxx83 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in ScHasPriority() local
85 if (nThisSize > nOtherSize) in ScHasPriority()
87 else if (nThisSize < nOtherSize) in ScHasPriority()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx927 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in HasPriority() local
929 if (nThisSize > nOtherSize) in HasPriority()
932 else if (nThisSize < nOtherSize) in HasPriority()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1716 …const sal_uInt16 nOtherSize = rOtherLine.GetOutWidth() + rOtherLine.GetDistance() + rOtherLine.Get… in HasPriority() local
1718 if (nThisSize > nOtherSize) in HasPriority()
1722 else if (nThisSize < nOtherSize) in HasPriority()

Completed in 51 milliseconds