Searched refs:mpViewSh (Results 1 – 16 of 16) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | sdview4.cxx | 187 if( mpViewSh ) in InsertGraphic() 188 pOutDev = mpViewSh->GetActiveWindow(); in InsertGraphic() 214 if ((mpViewSh in InsertGraphic() 215 && mpViewSh->GetViewShell()!=NULL in InsertGraphic() 216 && mpViewSh->GetViewShell()->GetIPClient() in InsertGraphic() 217 && mpViewSh->GetViewShell()->GetIPClient()->IsObjectInPlaceActive()) in InsertGraphic() 366 DBG_ASSERT( mpViewSh, "sd::View::DropInsertFileHdl(), I need a view shell to work!" ); in IMPL_LINK() 367 if( !mpViewSh ) in IMPL_LINK() 370 SfxErrorContext aEc( ERRCTX_ERROR, mpViewSh->GetActiveWindow(), RID_SO_ERRCTX ); in IMPL_LINK() 439 ::sd::Window* pWin = mpViewSh->GetActiveWindow(); in IMPL_LINK() [all …]
|
| H A D | sdview2.cxx | 181 pTransferable->CopyToClipboard( mpViewSh->GetActiveWindow() ); in CreateClipboardDataObject() 268 if( mpViewSh && mpViewSh->GetActiveWindow() ) in UpdateSelectionClipboard() 271 CreateSelectionDataObject( this, *mpViewSh->GetActiveWindow() ); in UpdateSelectionClipboard() 274 TransferableHelper::ClearSelection( mpViewSh->GetActiveWindow() ); in UpdateSelectionClipboard() 318 …TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( mpViewSh->G… in DoPaste() 399 if( AreObjectsMarked() && IsAction() && mpViewSh && pWindow && !mpDragSrcMarkList ) in StartDrag() 597 ::sd::Window* pWindow = mpViewSh->GetActiveWindow(); in AcceptDrop() 646 …okmark && bFile && ( nDropAction & DND_ACTION_MOVE ) && mpViewSh && SlideShow::IsRunning(mpViewSh-… in AcceptDrop() 758 if( !nRet && mpViewSh ) in ExecuteDrop() 846 else if( mpViewSh->ISA( DrawViewShell ) ) in ExecuteDrop() [all …]
|
| H A D | sdview.cxx | 127 mpViewSh(pViewShell), in View() 784 if ( mpViewSh ) in SdrBeginTextEdit() 786 mpViewSh->GetViewShellBase().GetDrawController().FireSelectionChangeListener(); in SdrBeginTextEdit() 855 if ( mpViewSh ) in SdrEndTextEdit() 857 mpViewSh->GetViewShellBase().GetDrawController().FireSelectionChangeListener(); in SdrEndTextEdit() 998 if (mpViewSh) in DoConnect() 1003 ::sd::Window* pWindow = mpViewSh->GetActiveWindow(); in DoConnect() 1004 … SfxInPlaceClient* pSdClient = mpViewSh-> GetViewShellBase().FindIPClient( xObj, pWindow ); in DoConnect() 1007 pSdClient = new Client(pObj, mpViewSh, pWindow); in DoConnect() 1114 if( mpViewSh ) in onAccessibilityOptionsChanged() [all …]
|
| H A D | drbezob.cxx | 92 mpViewSh(pSdViewShell) in BezierObjectBar() 94 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in BezierObjectBar() 126 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in GetAttrState() 318 … mpViewSh->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON); in Execute() 335 FunctionReference xFunc( mpViewSh->GetCurrentFunction() ); in Execute()
|
| H A D | sdview3.cxx | 303 if (mpViewSh != NULL) in InsertData() 305 OSL_ASSERT (mpViewSh->GetViewShell()!=NULL); in InsertData() 306 SfxInPlaceClient* pIpClient = mpViewSh->GetViewShell()->GetIPClient(); in InsertData() 307 if( mpViewSh->ISA(::sd::slidesorter::SlideSorterViewShell) in InsertData() 1011 if (mpViewSh!=NULL) in InsertData() 1013 OSL_ASSERT (mpViewSh->GetViewShell()!=NULL); in InsertData() 1015 = mpViewSh->GetViewShell()->GetIPClient(); in InsertData() 1182 if (mpViewSh!=NULL) in InsertData() 1184 OSL_ASSERT (mpViewSh->GetViewShell()!=NULL); in InsertData() 1186 = mpViewSh->GetViewShell()->GetIPClient(); in InsertData() [all …]
|
| H A D | MediaObjectBar.cxx | 74 mpViewSh( pSdViewShell ) in MediaObjectBar() 76 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in MediaObjectBar()
|
| H A D | GraphicObjectBar.cxx | 84 mpViewSh ( pSdViewShell ), in GraphicObjectBar() 87 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in GraphicObjectBar()
|
| H A D | drawview.cxx | 528 if(mpViewSh) in PresPaint()
|
| /trunk/main/sd/source/ui/table/ |
| H A D | tableobjectbar.cxx | 97 , mpViewSh( pSdViewShell ) in TableObjectBar() 99 DrawDocShell* pDocShell = mpViewSh->GetDocSh(); in TableObjectBar() 143 DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewSh ); in GetAttrState() 155 SfxBindings* pBindings = &mpViewSh->GetViewFrame()->GetBindings(); in Execute()
|
| H A D | tableobjectbar.hxx | 55 ::sd::ViewShell* mpViewSh;
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | View.hxx | 240 ViewShell* mpViewSh; member in sd::View 278 return mpViewSh; in GetViewShell()
|
| H A D | BezierObjectBar.hxx | 51 ViewShell* mpViewSh; member in sd::BezierObjectBar
|
| H A D | MediaObjectBar.hxx | 52 ViewShell* mpViewSh; member in sd::MediaObjectBar
|
| H A D | GraphicObjectBar.hxx | 55 ViewShell* mpViewSh; member in sd::GraphicObjectBar
|
| H A D | sdpreslt.hxx | 62 ::sd::ViewShell* mpViewSh;
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | sdpreslt.cxx | 62 mpViewSh ( pViewShell ), in SdPresLayoutDlg()
|