Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/web/
H A Dwview.cxx130 const SwFrmFmt* pCurTableFmt = GetWrtShell().GetTableFmt(); in SelectShell() local
131 if(pCurTableFmt && pCurTableFmt != GetLastTblFrmFmt()) in SelectShell()
135 SetLastTblFrmFmt(pCurTableFmt); in SelectShell()
/AOO41X/main/sw/source/ui/uiview/
H A Dview.cxx261 const SwFrmFmt* pCurTableFmt = pWrtShell->GetTableFmt(); in SelectShell() local
262 if(pCurTableFmt && pCurTableFmt != pLastTableFormat) in SelectShell()
266 pLastTableFormat = pCurTableFmt; in SelectShell()