Lines Matching refs:nLevel
81 sal_uInt16 nLevel; member in SwTOXMark
118 inline void SetLevel(sal_uInt16 nLevel);
377 inline void SetTemplate(sal_uInt16 nLevel, const String& rName);
378 inline const String& GetTemplate(sal_uInt16 nLevel) const;
381 void SetPattern(sal_uInt16 nLevel, const SwFormTokens& rName);
382 void SetPattern(sal_uInt16 nLevel, const String& rStr);
383 const SwFormTokens& GetPattern(sal_uInt16 nLevel) const;
490 sal_uInt16 nLevel; // consider outline levels member
564 const String& GetStyleNames(sal_uInt16 nLevel) const in GetStyleNames()
566 DBG_ASSERT( nLevel < MAXLEVEL, "Which level?"); in GetStyleNames()
567 return aStyleNames[nLevel]; in GetStyleNames()
569 void SetStyleNames(const String& rSet, sal_uInt16 nLevel) in SetStyleNames() argument
571 DBG_ASSERT( nLevel < MAXLEVEL, "Which level?"); in SetStyleNames()
572 aStyleNames[nLevel] = rSet; in SetStyleNames()
638 nLevel = nLvl; in SetLevel()
674 return nLevel; in GetLevel()
710 inline void SwForm::SetTemplate(sal_uInt16 nLevel, const String& rTemplate) in SetTemplate() argument
712 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetTemplate()
713 aTemplate[nLevel] = rTemplate; in SetTemplate()
716 inline const String& SwForm::GetTemplate(sal_uInt16 nLevel) const in GetTemplate()
718 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetTemplate()
719 return aTemplate[nLevel]; in GetTemplate()
772 aData.nLevel = nLev; in SetLevel()
778 return aData.nLevel; in GetLevel()