Home
last modified time | relevance | path

Searched refs:pLastTableFormat (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/ui/inc/
H A Dview.hxx238 const SwFrmFmt *pLastTableFormat; member in SwView
400 const SwFrmFmt* GetLastTblFrmFmt() const {return pLastTableFormat;} in GetLastTblFrmFmt()
401 void SetLastTblFrmFmt(const SwFrmFmt* pSet) {pLastTableFormat = pSet;} in SetLastTblFrmFmt()
/AOO42X/main/sw/source/ui/uiview/
H A Dview.cxx254 if(pCurTableFmt && pCurTableFmt != pLastTableFormat) in SelectShell()
258 pLastTableFormat = pCurTableFmt; in SelectShell()
750 pLastTableFormat(0), in SwView()