Home
last modified time | relevance | path

Searched refs:pESh (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dddefld.cxx113 SwEditShell* pESh = rFldType.GetDoc()->GetEditShell( &pSh ); in DataChanged() local
131 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() local
163 if( pESh ) in Closed()
165 pESh->StartAllAction(); in Closed()
166 pESh->FieldToText( &rFldType ); in Closed()
167 pESh->EndAllAction(); in Closed()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx211 SwEditShell* pESh = pDoc->GetEditShell( &pSh ); in DataChanged() local
216 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()
H A Dsection.cxx1411 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 …]
H A Dndtbl.cxx1486 SwEditShell* pESh = GetEditShell(); in TableToText() local
1487 if( pESh && pESh->IsTableMode() ) in TableToText()
1488 pESh->ClearMark(); in TableToText()
1906 SwEditShell* pESh = GetEditShell(); in DeleteRow() local
1907 if( pESh ) in DeleteRow()
1909 pESh->KillPams(); in DeleteRow()
1994 SwEditShell* pESh = GetEditShell(); in DeleteCol() local
1995 if( pESh ) in DeleteCol()
1998 pESh->ParkCrsr( SwNodeIndex( *pNd ) ); in DeleteCol()
/trunk/main/sw/source/core/doc/
H A Dvisiturl.cxx59 SwEditShell* pESh = pDoc->GetEditShell(); in Notify() local
79 if( !bAction && pESh ) in Notify()
81 pESh->StartAllAction(); in Notify()
83 bUnLockView = !pESh->IsViewLocked(); in Notify()
84 pESh->LockView( sal_True ); in Notify()
97 pESh->EndAllAction(); in Notify()
99 pESh->LockView( sal_False ); in Notify()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx916 SwEditShell* pESh = pOutDoc->GetEditShell(); in Write() local
917 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()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx211 SwEditShell* pESh = rDoc.GetEditShell(); in RedoImpl() local
212 if( pESh ) in RedoImpl()
213 pESh->CalcLayout(); in RedoImpl()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1254 const SwEditShell* pESh = GetDoc()->GetEditShell(); in IsSelected() local
1255 if ( pESh ) in IsSelected()
1258 const ViewShell* pV = pESh; in IsSelected()
1268 while (pESh != ( pV = (ViewShell*) pV->GetNext() )); in IsSelected()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1246 SwEditShell* pESh = (SwEditShell*)GetViewShell(); in Init() local
1247 sal_Bool bIsModified = pESh->IsModified(); in Init()
1283 pESh->ResetModified(); in Init()

Completed in 72 milliseconds