Home
last modified time | relevance | path

Searched refs:pTheBox (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/core/data/
H A Dtable4.cxx1811 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()
1848 aBox.SetLine(pTheBox->GetBottom(), BOX_LINE_BOTTOM); in GetAutoFormatFrame()
[all …]

Completed in 15 milliseconds