Home
last modified time | relevance | path

Searched refs:rCoreBox (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx546 const SvxBoxItem& rCoreBox = (const SvxBoxItem&) in Execute() local
553 aBox.SetDistance( Max(rCoreBox.GetDistance(),sal_uInt16(55)) ); in Execute()
555 aBox.SetDistance( Max(rCoreBox.GetDistance(),(sal_uInt16)MIN_BORDER_DIST) ); in Execute()
577 if ((pBorderLine = rCoreBox.GetTop()) != NULL) in Execute()
579 if ((pBorderLine = rCoreBox.GetBottom()) != NULL) in Execute()
581 if ((pBorderLine = rCoreBox.GetLeft()) != NULL) in Execute()
583 if ((pBorderLine = rCoreBox.GetRight()) != NULL) in Execute()

Completed in 18 milliseconds