Searched refs:pTheBox (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | table4.cxx | 1800 const SvxBoxItem* pTheBox = (SvxBoxItem*)GetAttr(nCol, nRow, ATTR_BORDER); in GetAutoFormatFrame() local 1811 if (ScHasPriority(pTheBox->GetLeft(), pLeftBox->GetRight())) in GetAutoFormatFrame() 1812 aBox.SetLine(pTheBox->GetLeft(), BOX_LINE_LEFT); in GetAutoFormatFrame() 1817 aBox.SetLine(pTheBox->GetLeft(), BOX_LINE_LEFT); in GetAutoFormatFrame() 1823 if (ScHasPriority(pTheBox->GetTop(), pTopBox->GetBottom())) in GetAutoFormatFrame() 1824 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame() 1829 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame() 1835 if (ScHasPriority(pTheBox->GetRight(), pRightBox->GetLeft())) in GetAutoFormatFrame() 1836 aBox.SetLine(pTheBox->GetRight(), BOX_LINE_RIGHT); in GetAutoFormatFrame() 1841 aBox.SetLine(pTheBox->GetRight(), BOX_LINE_RIGHT); in GetAutoFormatFrame() [all …]
|