Home
last modified time | relevance | path

Searched refs:rTOX (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx65 SwTOXMark& rTOX = (SwTOXMark&)GetTOXMark(); in CopyTOXMark() local
66 TOXTypes eType = rTOX.GetTOXType()->GetType(); in CopyTOXMark()
69 const XubString& rNm = rTOX.GetTOXType()->GetTypeName(); in CopyTOXMark()
91 ((SwTOXType*)pType)->Add( &rTOX ); in CopyTOXMark()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx160 void SwEditShell::InsertTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet ) in InsertTableOf() argument
171 *GetCrsr()->GetPoint(), rTOX, pSet, sal_True ); in InsertTableOf()
192 sal_Bool SwEditShell::UpdateTableOf( const SwTOXBase& rTOX, const SfxItemSet* pSet ) in UpdateTableOf() argument
196 ASSERT( rTOX.ISA( SwTOXBaseSection ), "keine TOXBaseSection!" ); in UpdateTableOf()
197 SwTOXBaseSection* pTOX = (SwTOXBaseSection*)&rTOX; in UpdateTableOf()
H A Dedglbldc.cxx188 const SwTOXBase& rTOX ) in InsertGlobalDocContent() argument
217 InsertTableOf( rTOX ); in InsertGlobalDocContent()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx239 void SwWrtShell::InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in InsertTableOf() argument
247 SwEditShell::InsertTableOf(rTOX, pSet); in InsertTableOf()
255 sal_Bool SwWrtShell::UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet) in UpdateTableOf() argument
261 bResult = SwEditShell::UpdateTableOf(rTOX, pSet); in UpdateTableOf()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx359 const SwTOXBase& rTOX, in InsertTableOf() argument
365 String sSectNm( rTOX.GetTOXName() ); in InsertTableOf()
366 sSectNm = GetUniqueTOXBaseName( *rTOX.GetTOXType(), &sSectNm ); in InsertTableOf()
370 InsertSwSection( aPam, aSectionData, & rTOX, pSet, false )); in InsertTableOf()
383 else if( 1 == rTOX.GetTitle().Len() && IsInReading() ) in InsertTableOf()
413 const SwTOXBase& rTOX, in InsertTableOf() argument
427 String sSectNm( rTOX.GetTOXName() ); in InsertTableOf()
428 sSectNm = GetUniqueTOXBaseName(*rTOX.GetTOXType(), &sSectNm); in InsertTableOf()
440 GetNodes().InsertTextSection(aStt, *pFmt, aSectionData, &rTOX, &aEnd); in InsertTableOf()
H A Ddoc.cxx2623 void SwDoc::ChgTOX(SwTOXBase & rTOX, const SwTOXBase & rNew) in ChgTOX() argument
2629 SwUndo * pUndo = new SwUndoTOXChange(&rTOX, rNew); in ChgTOX()
2634 rTOX = rNew; in ChgTOX()
2636 if (rTOX.ISA(SwTOXBaseSection)) in ChgTOX()
2638 static_cast<SwTOXBaseSection &>(rTOX).Update(); in ChgTOX()
2639 static_cast<SwTOXBaseSection &>(rTOX).UpdatePageNum(); in ChgTOX()
H A Ddocfld.cxx832 const SwTxtTOXMark& rTOX, in _SetGetExpFld() argument
836 CNTNT.pTxtTOX = &rTOX; in _SetGetExpFld()
841 nCntnt = *rTOX.GetStart(); in _SetGetExpFld()
/trunk/main/sw/inc/
H A Deditsh.hxx392 void InsertTableOf(const SwTOXBase& rTOX,
394 sal_Bool UpdateTableOf(const SwTOXBase& rTOX,
857 const SwTOXBase& rTOX );
H A Ddoc.hxx1448 const SwTOXBase& rTOX,
1452 const SwTOXBase& rTOX,
1455 const SwAttrSet& GetTOXBaseAttrSet(const SwTOXBase& rTOX) const;
2071 void ChgTOX(SwTOXBase & rTOX, const SwTOXBase & rNew);
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx318 void InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0);
319 sal_Bool UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0);
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx76 _SetGetExpFld( const SwNodeIndex& rNdIdx, const SwTxtTOXMark& rTOX,

Completed in 116 milliseconds