Lines Matching refs:pTOXBase

607     SwTOXBaseSection *const pTOXBase = (pFmt) ?  in update()  local
609 if(!pTOXBase) in update()
613 pTOXBase->Update(); in update()
619 pTOXBase->UpdatePageNum(); in update()
977 SwTOXBase* pTOXBase = 0; in getPropertyValue() local
980 pTOXBase = static_cast<SwTOXBaseSection*>(pSectionFmt->GetSection()); in getPropertyValue()
984 pTOXBase = &m_pImpl->m_pProps->GetTOXBase(); in getPropertyValue()
986 if(pTOXBase) in getPropertyValue()
988 const sal_uInt16 nCreate = pTOXBase->GetCreateType(); in getPropertyValue()
989 const sal_uInt16 nOLEOptions = pTOXBase->GetOLEOptions(); in getPropertyValue()
991 (pTOXBase->GetTOXType()->GetType() == TOX_INDEX) in getPropertyValue()
992 ? pTOXBase->GetOptions() in getPropertyValue()
994 const SwForm& rForm = pTOXBase->GetTOXForm(); in getPropertyValue()
1026 OUString uRet(pTOXBase->GetTitle()); in getPropertyValue()
1031 aRet <<= OUString(pTOXBase->GetTOXName()); in getPropertyValue()
1038 sTmp = pTOXBase->GetTOXType()->GetTypeName(); in getPropertyValue()
1050 aRet <<= SvxCreateLocale(pTOXBase->GetLanguage()); in getPropertyValue()
1053 aRet <<= OUString(pTOXBase->GetSortAlgorithm()); in getPropertyValue()
1056 aRet <<= static_cast<sal_Int16>(pTOXBase->GetLevel()); in getPropertyValue()
1067 const sal_Bool bRet = pTOXBase->IsFromChapter(); in getPropertyValue()
1073 const sal_Bool bRet = ! pTOXBase->IsFromObjectNames(); in getPropertyValue()
1079 const sal_Bool bRet = pTOXBase->IsProtected(); in getPropertyValue()
1121 pTOXBase->GetSequenceName() ) ); in getPropertyValue()
1128 switch (pTOXBase->GetCaptionDisplay()) in getPropertyValue()
1145 const sal_Bool bRet = pTOXBase->IsLevelFromChapter(); in getPropertyValue()
1177 pTOXBase->GetMainEntryCharStyle(), in getPropertyValue()
1247 sal_uInt16 nLPos = pTOXBase->GetType() == TOX_INDEX ? 2 : 1; in getPropertyValue()
1266 const SwTOXType* pType = pTOXBase->GetTOXType(); in getPropertyValue()
1285 m_pImpl->m_pDoc->GetTOXBaseAttrSet(*pTOXBase); in getPropertyValue()