Home
last modified time | relevance | path

Searched refs:GetFormMax (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sw/inc/
H A Dtox.hxx391 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
/aoo4110/main/sw/source/core/tox/
H A Dtox.cxx366 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()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par5.cxx2983 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()
/aoo4110/main/sw/source/ui/index/
H A Dcntex.cxx338 if(nCurrentLevel < pForm->GetFormMax()) in CreateOrUpdateExample()
343 nEndLevel = pForm->GetFormMax() - 1; in CreateOrUpdateExample()
H A Dcnttab.cxx2365 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()
/aoo4110/main/sw/source/core/unocore/
H A Dunoidx.cxx397 sal_Int32 GetFormMax() const in GetFormMax() function in SwXDocumentIndex::Impl
402 : 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()
/aoo4110/main/sw/source/core/doc/
H A Ddoctxm.cxx996 sal_uInt16 nCnt = 0, nFormMax = GetTOXForm().GetFormMax(); in Update()
1662 ASSERT( nLvl < GetTOXForm().GetFormMax(), "ungueltiges FORM_LEVEL"); in GenerateText()

Completed in 77 milliseconds