Searched refs:GetFormMax (Results 1 – 7 of 7) sorted by relevance
389 inline sal_uInt16 GetFormMax() const;712 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetTemplate()718 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetTemplate()727 inline sal_uInt16 SwForm::GetFormMax() const in GetFormMax() function in SwForm
366 for( sal_uInt16 i = 1; i < GetFormMax(); ++i, ++nPoolId ) // Nr 0 ist der Titel in SwForm()433 const sal_uInt16 nFormMaxLevel = GetFormMax(); in AdjustTabStops()921 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetPattern()927 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetPattern()935 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetPattern()
2990 sal_uInt16 nRet = rForm.GetFormMax()-1; in lcl_GetMaxValidWordTOCLevel()3078 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3204 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3258 nEnd = aOrigForm.GetFormMax()-1; in Read_F_Tox()3262 if (aForm.GetFormMax() <= nEnd) in Read_F_Tox()3263 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3322 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3425 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()
338 if(nCurrentLevel < pForm->GetFormMax()) in CreateOrUpdateExample()343 nEndLevel = pForm->GetFormMax() - 1; in CreateOrUpdateExample()
2365 for(sal_uInt16 i = 1; i < m_pCurrentForm->GetFormMax(); i++) in ActivatePage()2751 for(sal_uInt16 i = 1; i < m_pCurrentForm->GetFormMax(); i++) in IMPL_LINK()4130 sal_uInt16 i, nSize = m_pCurrentForm->GetFormMax(); in ActivatePage()4178 for( i = 0; i < m_pCurrentForm->GetFormMax(); ++i ) in ActivatePage()
397 sal_Int32 GetFormMax() const in GetFormMax() function in SwXDocumentIndex::Impl402 : rSection.GetTOXForm().GetFormMax(); in GetFormMax()2982 if ((nIndex < 0) || (nIndex > rTOXBase.GetTOXForm().GetFormMax())) in replaceByIndex()3174 const sal_Int32 nRet = m_xParent->m_pImpl->GetFormMax(); in getCount()3190 if ((nIndex < 0) || (nIndex > rTOXBase.GetTOXForm().GetFormMax())) in getByIndex()
996 sal_uInt16 nCnt = 0, nFormMax = GetTOXForm().GetFormMax(); in Update()1662 ASSERT( nLvl < GetTOXForm().GetFormMax(), "ungueltiges FORM_LEVEL"); in GenerateText()
Completed in 108 milliseconds