Lines Matching refs:GetView

221     rSh.GetView().AddTransferable(*this);  in SwTransferable()
444 pWrtShell->GetView().GetDocShell() && in GetData()
445 !pWrtShell->GetView().GetDocShell()->IsReadOnly(); in GetData()
834 pWait = new SwWait( *pWrtShell->GetView().GetDocShell(), true ); in PrepareForCopy()
988 CopyToClipboard( &pWrtShell->GetView().GetEditWin() ); in Copy()
999 SwWait aWait( *pWrtShell->GetView().GetDocShell(), true ); in CalculateAndCopy()
1009 CopyToClipboard( &pWrtShell->GetView().GetEditWin() ); in CalculateAndCopy()
1021 SwWait aWait( *pWrtShell->GetView().GetDocShell(), true ); in CopyGlossary()
1059 CopyToClipboard( &pWrtShell->GetView().GetEditWin() ); in CopyGlossary()
1166 SwWait aWait( *rSh.GetView().GetDocShell(), false ); in PasteData()
1535 rSh.GetView().StopShellTimer(); in PasteData()
1541 rSh.GetView().AutoCaption( GRAPHIC_CAP ); in PasteData()
1593 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetSotDestination()
1621 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetSotDestination()
2046 if( pPt && !rSh.GetView().GetViewFrame()->GetDispatcher()->IsLocked() ) in SetSelInShell()
2048 rSh.GetView().NoRotate(); in SetSelInShell()
2063 rSh.GetView().GetEditWin().StopInsFrm(); in SetSelInShell()
2066 else if( rSh.GetView().GetDrawFuncPtr() ) in SetSelInShell()
2067 rSh.GetView().GetEditWin().StopInsFrm(); in SetSelInShell()
2375 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) in _PasteGrf()
2588 rSh.GetView().GetViewFrame()->GetDispatcher()->Execute( in _PasteFileName()
2601 if( pFlt && !rSh.GetView().GetDocShell()->ISA(SwWebDocShell) in _PasteFileName()
2731 SwView& rView = rSh.GetView(); in _PasteDBData()
2856 SwWait aWait( *rSh.GetView().GetDocShell(), false ); in PasteFormat()
2949 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( &rSh.GetView().GetEditWin() ); in PasteSpecial()
3226 SwDocShell* pDShell = pWrtShell->GetView().GetDocShell(); in StartDrag()
3267 pWrtShell->GetView().GetEditWin().DragFinished(); in DragFinished()
3772 if( FindDocShell() && pDocShell->GetView() ) in DataChanged()
3773 rTrnsfr.RemoveDDELinkFormat( pDocShell->GetView()->GetEditWin() ); in DataChanged()