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;
492 sal_uInt16 nLevel; // consider outline levels member
566 const String& GetStyleNames(sal_uInt16 nLevel) const in GetStyleNames()
568 DBG_ASSERT( nLevel < MAXLEVEL, "Which level?"); in GetStyleNames()
569 return aStyleNames[nLevel]; in GetStyleNames()
571 void SetStyleNames(const String& rSet, sal_uInt16 nLevel) in SetStyleNames() argument
573 DBG_ASSERT( nLevel < MAXLEVEL, "Which level?"); in SetStyleNames()
574 aStyleNames[nLevel] = rSet; in SetStyleNames()
635 nLevel = nLvl; in SetLevel()
671 return nLevel; in GetLevel()
707 inline void SwForm::SetTemplate(sal_uInt16 nLevel, const String& rTemplate) in SetTemplate() argument
709 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetTemplate()
710 aTemplate[nLevel] = rTemplate; in SetTemplate()
713 inline const String& SwForm::GetTemplate(sal_uInt16 nLevel) const in GetTemplate()
715 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetTemplate()
716 return aTemplate[nLevel]; in GetTemplate()
774 aData.nLevel = nLev; in SetLevel()
780 return aData.nLevel; in GetLevel()