Searched refs:ScHasPriority (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | table4.cxx | 1811 if (ScHasPriority(pTheBox->GetLeft(), pLeftBox->GetRight())) in GetAutoFormatFrame() 1823 if (ScHasPriority(pTheBox->GetTop(), pTopBox->GetBottom())) in GetAutoFormatFrame() 1835 if (ScHasPriority(pTheBox->GetRight(), pRightBox->GetLeft())) in GetAutoFormatFrame() 1847 if (ScHasPriority(pTheBox->GetBottom(), pBottomBox->GetTop())) in GetAutoFormatFrame()
|
| H A D | attrib.cxx | 73 sal_Bool ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ) in ScHasPriority() function
|
| H A D | document.cxx | 4412 if ( ScHasPriority( pOther, pLeftLine ) ) in GetBorderLines() 4419 if ( ScHasPriority( pOther, pTopLine ) ) in GetBorderLines() 4426 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines() 4433 if ( ScHasPriority( pOther, pBottomLine ) ) in GetBorderLines()
|
| /trunk/main/sc/inc/ |
| H A D | attrib.hxx | 53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
|
| /trunk/main/sc/source/ui/view/ |
| H A D | output.cxx | 1298 if ( ScHasPriority( pThisBottom, pNextTop ) ) in lcl_FindHorLine()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xestyle.cxx | 1598 if( ::ScHasPriority( rTLBRItem.GetLine(), rBLTRItem.GetLine() ) ) in FillFromItemSet()
|