Lines Matching refs:GetLevel
336 if(GetLevel() != rCmp.GetLevel() || nKeyLevel != rCmp.nKeyLevel) in operator ==()
379 sal_Bool bRet = GetLevel() == rCmp.GetLevel() && in operator <()
458 sal_uInt16 SwTOXIndex::GetLevel() const in GetLevel() function in SwTOXIndex
499 return GetLevel() == rCmpBase.GetLevel() && in operator ==()
515 return GetLevel() <= rCmpBase.GetLevel() && in operator <()
521 sal_uInt16 SwTOXCustom::GetLevel() const in GetLevel() function in SwTOXCustom
585 sal_uInt16 SwTOXContent::GetLevel() const in GetLevel() function in SwTOXContent
587 return pTxtMark->GetTOXMark().GetLevel(); in GetLevel()
683 sal_uInt16 SwTOXPara::GetLevel() const in GetLevel() function in SwTOXPara
812 sal_uInt16 SwTOXTable::GetLevel() const in GetLevel() function in SwTOXTable
846 sal_uInt16 SwTOXAuthority::GetLevel() const in GetLevel() function in SwTOXAuthority
895 sal_uInt16 nLevel = GetLevel(); in FillText()