Home
last modified time | relevance | path

Searched refs:IsUpdateTOX (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedtox.cxx309 sal_Bool SwEditShell::IsUpdateTOX() const in IsUpdateTOX() function in SwEditShell
311 return GetDoc()->IsUpdateTOX(); in IsUpdateTOX()
/trunk/main/sw/inc/
H A Deditsh.hxx407 sal_Bool IsUpdateTOX() const;
H A Ddoc.hxx1466 bool IsUpdateTOX() const { return mbUpdateTOX; } in IsUpdateTOX() function in SwDoc
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx980 if( pWrtShell->GetDoc()->IsUpdateTOX() ) in SwView()
H A Dview2.cxx2165 if( pWrtShell->IsUpdateTOX() ) in InsertMedium()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1989 ASSERT( pFrm || pDoc->IsUpdateTOX(), "TOX, no Frame found"); in UpdatePageNum()