Searched refs:EXC_OUTLINE_MAX (Results 1 – 3 of 3) sorted by relevance
33 const sal_uInt8 EXC_OUTLINE_MAX = 7; variable34 const sal_uInt8 EXC_OUTLINE_COUNT = EXC_OUTLINE_MAX + 1;
634 inline sal_uInt8 GetLevel() const { return ::std::min( mnCurrLevel, EXC_OUTLINE_MAX ); } in GetLevel()
1463 mnColLevels = ulimit_cast< sal_uInt16 >( pColArray->GetDepth(), EXC_OUTLINE_MAX ); in XclExpGuts()1472 mnRowLevels = ulimit_cast< sal_uInt16 >( pRowArray->GetDepth(), EXC_OUTLINE_MAX ); in XclExpGuts()
Completed in 57 milliseconds