Home
last modified time | relevance | path

Searched refs:pDestShell (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx295 sal_Bool SwFEShell::CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt, in CopyDrawSel() argument
304 if( !pDestShell->Imp()->GetDrawView() ) in CopyDrawSel()
306 pDestShell->MakeDrawView(); in CopyDrawSel()
308 pDestShell->Imp()->GetDrawView()->UnmarkAll(); in CopyDrawSel()
310 SdrPageView *pDestPgView = pDestShell->Imp()->GetPageView(), in CopyDrawSel()
312 SwDrawView *pDestDrwView = pDestShell->Imp()->GetDrawView(), in CopyDrawSel()
314 SwDoc* pDestDoc = pDestShell->GetDoc(); in CopyDrawSel()
353 if ( this == pDestShell ) in CopyDrawSel()
367 *pDestShell, aAnchor, aNewAnch, sal_False ); in CopyDrawSel()
371 SwPaM *pCrsr = pDestShell->GetCrsr(); in CopyDrawSel()
[all …]
/trunk/main/sw/source/core/edit/
H A Deddel.cxx149 long SwEditShell::Copy( SwEditShell* pDestShell ) in Copy() argument
151 if( !pDestShell ) in Copy()
152 pDestShell = this; in Copy()
154 SET_CURR_SHELL( pDestShell ); in Copy()
168 if( pDestShell == this ) in Copy()
176 pPos = pDestShell->GetCrsr()->GetPoint(); in Copy()
196 if( pDestShell->GetDoc() == GetDoc() && in Copy()
202 pDestShell->StartAllAction(); in Copy()
206 SwNodeIndex aSttNdIdx( pDestShell->GetDoc()->GetNodes() ); in Copy()
211 pDestShell->GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in Copy()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2514 ScDocShell* pDestShell = NULL; in MoveTable() local
2535 pDestShell = PTR_CAST( ScDocShell, ((const SfxObjectItem*)pRetItem)->GetShell() ); in MoveTable()
2540 pDestShell = PTR_CAST( ScDocShell, pFrm->GetObjectShell() ); in MoveTable()
2542 if (pDestShell) in MoveTable()
2543 pDestViewSh = pDestShell->GetBestViewShell(); in MoveTable()
2547 pDestShell = ScDocShell::GetShellByNum( nDestDocNo ); in MoveTable()
2549 if (!pDestShell) in MoveTable()
2555 pDestDoc = pDestShell->GetDocument(); in MoveTable()
2599 pDestShell->MakeDrawLayer(); in MoveTable()
2658 pDestShell->GetUndoManager()->AddUndoAction( in MoveTable()
[all …]
/trunk/main/sw/inc/
H A Dfesh.hxx213 SW_DLLPRIVATE sal_Bool CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt,
H A Deditsh.hxx220 long Copy( SwEditShell* pDestShell = 0 );