Home
last modified time | relevance | path

Searched refs:GetCurTOX (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextidx.cxx146 pCurTOX = rSh.GetCurTOX(); in ExecIdx()
166 const SwTOXBase* pBase = rSh.GetCurTOX(); in ExecIdx()
190 if( bHtmlMode || 0 != ( pBase = rSh.GetCurTOX()) ) in GetIdxState()
/trunk/main/sw/source/core/edit/
H A Dedtox.cxx205 sal_Bool bInIndex = pTOX == GetCurTOX(); in UpdateTableOf()
240 const SwTOXBase* SwEditShell::GetCurTOX() const in GetCurTOX() function in SwEditShell
242 return GetDoc()->GetCurTOX( *GetCrsr()->GetPoint() ); in GetCurTOX()
/trunk/main/sw/source/ui/index/
H A Dtoxmgr.cxx273 const SwTOXBase* SwTOXMgr::GetCurTOX() in GetCurTOX() function in SwTOXMgr
275 return pSh->GetCurTOX(); in GetCurTOX()
298 const SwTOXBase* pCurTOX = ppBase && *ppBase ? *ppBase : GetCurTOX(); in UpdateOrInsertTOX()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx833 const SwTOXBase* pBase = pWrtShell->GetCurTOX(); in Execute()
862 const SwTOXBase* pBase = pWrtShell->GetCurTOX(); in Execute()
866 pBase = pWrtShell->GetCurTOX(); in Execute()
882 pBase = pWrtShell->GetCurTOX(); in Execute()
1419 const SwTOXBase* pTOX = pWrtShell->GetCurTOX(); in StateStatusLine()
1736 else if( rSh.GetCurTOX() ) in ExecuteStatusLine()
H A Dviewstat.cxx233 if(0 == (pBase = pWrtShell->GetCurTOX()) || in GetState()
/trunk/main/sw/source/ui/inc/
H A Dtoxmgr.hxx304 const SwTOXBase* GetCurTOX();
/trunk/main/sw/inc/
H A Deditsh.hxx396 const SwTOXBase* GetCurTOX() const;
H A Ddoc.hxx1454 const SwTOXBase* GetCurTOX( const SwPosition& rPos ) const;
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx167 if(pShell->GetCurTOX()) in StateStyleSheet()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx341 const SwTOXBase* pBase = rPam.GetDoc()->GetCurTOX( in getCrsrPropertyValue()
H A Dunosect.cxx344 const SwTOXBase* pBase = aPam.GetDoc()->GetCurTOX(*aPam.Start()); in attach()
H A Dunoidx.cxx1371 const SwTOXBase* pOld = pDoc->GetCurTOX( *aPam.Start() ); in attach()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx3506 ASSERT(rDoc.GetCurTOX(*aRegion.GetPoint()), "Misunderstood how toc works"); in Read_F_Tox()
3507 if (SwTOXBase* pBase2 = (SwTOXBase*)rDoc.GetCurTOX(*aRegion.GetPoint())) in Read_F_Tox()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx457 const SwTOXBase* SwDoc::GetCurTOX( const SwPosition& rPos ) const in GetCurTOX() function in SwDoc

Completed in 105 milliseconds