Searched refs:pCSh (Results 1 – 3 of 3) sorted by relevance
76 const SwCrsrShell *pCSh = static_cast< const SwCrsrShell * >( pVSh ); in IsSelected() local77 if( pCSh->IsTableMode() ) in IsSelected()83 bRet = pCSh->GetTableCrsr()->GetBoxes().Seek_Entry( pBox ); in IsSelected()
703 const SwCrsrShell *pCSh = GetCrsrShell(); in GetSelBoxes() local704 if( (pCSh != NULL) && pCSh->IsTableMode() ) in GetSelBoxes()706 pSelBoxes = &pCSh->GetTableCrsr()->GetBoxes(); in GetSelBoxes()
2644 const SwCrsrShell *pCSh = static_cast< const SwCrsrShell * >( pVSh ); in InvalidateCursorPosition() local2645 if( pCSh->IsTableMode() ) in InvalidateCursorPosition()
Completed in 74 milliseconds