Searched refs:ScHasPriority (Results 1 – 6 of 6) sorted by relevance
/aoo41x/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 | 4423 if ( ScHasPriority( pOther, pLeftLine ) ) in GetBorderLines() 4430 if ( ScHasPriority( pOther, pTopLine ) ) in GetBorderLines() 4437 if ( ScHasPriority( pOther, pRightLine ) ) in GetBorderLines() 4444 if ( ScHasPriority( pOther, pBottomLine ) ) in GetBorderLines()
|
/aoo41x/main/sc/inc/ |
H A D | attrib.hxx | 53 sal_Bool SC_DLLPUBLIC ScHasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1298 if ( ScHasPriority( pThisBottom, pNextTop ) ) in lcl_FindHorLine()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1598 if( ::ScHasPriority( rTLBRItem.GetLine(), rBLTRItem.GetLine() ) ) in FillFromItemSet()
|
Completed in 93 milliseconds