Lines Matching refs:SwTOXBase

85 TYPEINIT2( SwTOXBaseSection, SwTOXBase, SwSection );	// fuers RTTI
359 const SwTOXBase& rTOX, in InsertTableOf()
413 const SwTOXBase& rTOX, in InsertTableOf()
457 const SwTOXBase* SwDoc::GetCurTOX( const SwPosition& rPos ) const in GetCurTOX()
477 const SwAttrSet& SwDoc::GetTOXBaseAttrSet(const SwTOXBase& rTOXBase) const in GetTOXBaseAttrSet()
486 const SwTOXBase* SwDoc::GetDefaultTOXBase( TOXTypes eTyp, sal_Bool bCreate ) in GetDefaultTOXBase()
488 SwTOXBase** prBase = 0; in GetDefaultTOXBase()
503 (*prBase) = new SwTOXBase(pType, aForm, 0, pType->GetTypeName()); in GetDefaultTOXBase()
508 void SwDoc::SetDefaultTOXBase(const SwTOXBase& rBase) in SetDefaultTOXBase()
510 SwTOXBase** prBase = 0; in SetDefaultTOXBase()
523 (*prBase) = new SwTOXBase(rBase); in SetDefaultTOXBase()
531 sal_Bool SwDoc::DeleteTOX( const SwTOXBase& rTOXBase, sal_Bool bDelNodes ) in DeleteTOX()
706 sal_Bool SwDoc::SetTOXBaseName(const SwTOXBase& rTOXBase, const String& rName) in SetTOXBaseName()
749 SwTOXBaseSection::SwTOXBaseSection(SwTOXBase const& rBase, SwSectionFmt & rFmt) in SwTOXBaseSection()
750 : SwTOXBase( rBase ) in SwTOXBaseSection()
797 if( !SwTOXBase::GetRegisteredIn()->GetDepends() || in Update()
965 TOX_OBJECTS == SwTOXBase::GetType()) in Update()
969 (TOX_TABLES == SwTOXBase::GetType() && IsFromObjectNames()) ) in Update()
973 (TOX_ILLUSTRATIONS == SwTOXBase::GetType() && IsFromObjectNames())) in Update()
977 (TOX_TABLES == SwTOXBase::GetType() || in Update()
978 TOX_ILLUSTRATIONS == SwTOXBase::GetType() ) ) in Update()
984 if(TOX_AUTHORITIES == SwTOXBase::GetType()) in Update()
989 if( TOX_INDEX == SwTOXBase::GetType() && in Update()
1030 if(TOX_INDEX == SwTOXBase::GetType() && in Update()
1087 SetProtect( SwTOXBase::IsProtected() ); in Update()
1148 const TOXTypes eMyType = SwTOXBase::GetType(); in GetTxtFmtColl()
1195 const SwTOXType* pType = (SwTOXType*) SwTOXBase::GetRegisteredIn(); in UpdateMarks()
1313 ( TOX_CONTENT == SwTOXBase::GetType() && in UpdateTemplate()
1500 if(TOX_OBJECTS == SwTOXBase::GetType()) in UpdateCntnt()
1534 TOX_TABLES != SwTOXBase::GetType() && in UpdateCntnt()
1535 TOX_ILLUSTRATIONS != SwTOXBase::GetType() && in UpdateCntnt()
1536 TOX_OBJECTS != SwTOXBase::GetType() ) in UpdateCntnt()
1596 if ( IsLevelFromChapter() && TOX_TABLES != SwTOXBase::GetType() ) in UpdateTable()
2115 if( TOX_INDEX == SwTOXBase::GetType() ) in _UpdatePageNum()
2165 if( TOX_INDEX == SwTOXBase::GetType() ) in _UpdatePageNum()
2234 if( TOX_INDEX == SwTOXBase::GetType() && pNew->pTxtMark ) in InsertSorted()
2253 if(TOX_AUTHORITIES == SwTOXBase::GetType()) in InsertSorted()
2286 if(TOX_AUTHORITIES != SwTOXBase::GetType()) in InsertSorted()
2315 while( TOX_INDEX == SwTOXBase::GetType() && i < aRange.Max() && in InsertSorted()
2387 sal_Bool SwTOXBase::IsTOXBaseInReadonly() const in IsTOXBaseInReadonly()
2405 const SfxItemSet* SwTOXBase::GetAttrSet() const in GetAttrSet()
2413 void SwTOXBase::SetAttrSet( const SfxItemSet& rSet ) in SetAttrSet()
2420 sal_Bool SwTOXBase::GetInfo( SfxPoolItem& rInfo ) const in GetInfo()