Searched refs:pCurTableFmt (Results 1 – 2 of 2) sorted by relevance
130 const SwFrmFmt* pCurTableFmt = GetWrtShell().GetTableFmt(); in SelectShell() local131 if(pCurTableFmt && pCurTableFmt != GetLastTblFrmFmt()) in SelectShell()135 SetLastTblFrmFmt(pCurTableFmt); in SelectShell()
260 const SwFrmFmt* pCurTableFmt = pWrtShell->GetTableFmt(); in SelectShell() local261 if(pCurTableFmt && pCurTableFmt != pLastTableFormat) in SelectShell()265 pLastTableFormat = pCurTableFmt; in SelectShell()
Completed in 13 milliseconds