Searched refs:pESh (Results 1 – 9 of 9) sorted by relevance
113 SwEditShell* pESh = rFldType.GetDoc()->GetEditShell( &pSh ); in DataChanged() local131 if( pESh ) in DataChanged()132 pESh->StartAllAction(); in DataChanged()145 if( pESh ) in DataChanged()146 pESh->EndAllAction(); in DataChanged()162 SwEditShell* pESh = rFldType.GetDoc()->GetEditShell( &pSh ); in Closed() local163 if( pESh ) in Closed()165 pESh->StartAllAction(); in Closed()166 pESh->FieldToText( &rFldType ); in Closed()167 pESh->EndAllAction(); in Closed()
59 SwEditShell* pESh = pDoc->GetEditShell(); in Notify() local79 if( !bAction && pESh ) in Notify()81 pESh->StartAllAction(); in Notify()83 bUnLockView = !pESh->IsViewLocked(); in Notify()84 pESh->LockView( sal_True ); in Notify()95 pESh->EndAllAction(); in Notify()97 pESh->LockView( sal_False ); in Notify()
211 SwEditShell* pESh = pDoc->GetEditShell( &pSh ); in DataChanged() local216 if ( (!pSh || !pSh->ActionPend()) && (!pESh || !pESh->ActionPend()) ) in DataChanged()235 if( pESh ) in DataChanged()236 pESh->StartAllAction(); in DataChanged()288 if( pESh ) in DataChanged()290 const sal_Bool bEndActionByVirDev = pESh->IsEndActionByVirDev(); in DataChanged()291 pESh->SetEndActionByVirDev( sal_True ); in DataChanged()292 pESh->EndAllAction(); in DataChanged()293 pESh->SetEndActionByVirDev( bEndActionByVirDev ); in DataChanged()
1411 if( pESh ) in DataChanged()1412 pESh->StartAllAction(); in DataChanged()1595 if( pESh ) in DataChanged()1597 pESh->Push(); in DataChanged()1625 if( pESh ) in DataChanged()1627 pESh->Pop( sal_False ); in DataChanged()1642 if( pESh ) in DataChanged()1643 pESh->EndAllAction(); in DataChanged()1665 if( pESh ) in Closed()1688 if( pESh ) in Closed()[all …]
1486 SwEditShell* pESh = GetEditShell(); in TableToText() local1487 if( pESh && pESh->IsTableMode() ) in TableToText()1488 pESh->ClearMark(); in TableToText()1906 SwEditShell* pESh = GetEditShell(); in DeleteRow() local1907 if( pESh ) in DeleteRow()1909 pESh->KillPams(); in DeleteRow()1994 SwEditShell* pESh = GetEditShell(); in DeleteCol() local1995 if( pESh ) in DeleteCol()1998 pESh->ParkCrsr( SwNodeIndex( *pNd ) ); in DeleteCol()
916 SwEditShell* pESh = pOutDoc->GetEditShell(); in Write() local917 if( pESh ) in Write()919 bLockedView = pESh->IsViewLocked(); in Write()920 pESh->LockView( sal_True ); //lock visible section in Write()921 pESh->StartAllAction(); in Write()939 if( pESh ) in Write()941 pESh->EndAllAction(); in Write()942 pESh->LockView( bLockedView ); in Write()
211 SwEditShell* pESh = rDoc.GetEditShell(); in RedoImpl() local212 if( pESh ) in RedoImpl()213 pESh->CalcLayout(); in RedoImpl()
1254 const SwEditShell* pESh = GetDoc()->GetEditShell(); in IsSelected() local1255 if ( pESh ) in IsSelected()1258 const ViewShell* pV = pESh; in IsSelected()1268 while (pESh != ( pV = (ViewShell*) pV->GetNext() )); in IsSelected()
1246 SwEditShell* pESh = (SwEditShell*)GetViewShell(); in Init() local1247 sal_Bool bIsModified = pESh->IsModified(); in Init()1283 pESh->ResetModified(); in Init()
Completed in 450 milliseconds