Searched refs:GetFormMax (Results 1 – 7 of 7) sorted by relevance
391 inline sal_uInt16 GetFormMax() const;709 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetTemplate()715 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetTemplate()724 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 for(sal_uInt16 nLevel = 1; nLevel < GetFormMax(); nLevel++) in AdjustTabStops()945 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetPattern()951 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetPattern()959 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in GetPattern()
2983 sal_uInt16 nRet = rForm.GetFormMax()-1; in lcl_GetMaxValidWordTOCLevel()3062 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3188 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3242 nEnd = aOrigForm.GetFormMax()-1; in Read_F_Tox()3246 if (aForm.GetFormMax() <= nEnd) in Read_F_Tox()3247 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3306 sal_uInt16 nEnd = aForm.GetFormMax()-1; in Read_F_Tox()3407 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 77 milliseconds