Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dviewfun7.cxx126 ScDrawView* pScDrawView = GetScDrawView(); in PasteDraw() local
128 pScDrawView->BegUndo( ScGlobal::GetRscString( STR_UNDO_PASTE ) ); in PasteDraw()
130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw()
142 pScDrawView->GetSdrPageView()->GetPage() == in PasteDraw()
184 pScDrawView->AddUndo(new SdrUndoInsertObj( *pNeuObj )); in PasteDraw()
225 SdrPage* pPage = pScDrawView->GetModel()->GetPage( static_cast< sal_uInt16 >( nTab ) ); in PasteDraw()
237 pScDrawView->Paste( *pModel, aPos, NULL, nOptions ); in PasteDraw()
274 pScDrawView->GroupMarked(); in PasteDraw()
275 pScDrawView->EndUndo(); in PasteDraw()
286 pScDrawView->MarkListHasChanged(); in PasteDraw()
[all …]
H A Dviewfun3.cxx832 ScDrawView* pScDrawView = GetScDrawView(); in PasteOnDrawObjectLinked() local
834 if( pScDrawView && aDataHelper.GetSotStorageStream( SOT_FORMATSTR_ID_SVXB, xStm ) ) in PasteOnDrawObjectLinked()
843 if(pScDrawView->ApplyGraphicToObject( rHitObj, aGraphic, aBeginUndo, aEmpty, aEmpty )) in PasteOnDrawObjectLinked()
852 ScDrawView* pScDrawView = GetScDrawView(); in PasteOnDrawObjectLinked() local
854 if( pScDrawView && aDataHelper.GetGDIMetaFile( FORMAT_GDIMETAFILE, aMtf ) ) in PasteOnDrawObjectLinked()
859 … if(pScDrawView->ApplyGraphicToObject( rHitObj, Graphic(aMtf), aBeginUndo, aEmpty, aEmpty )) in PasteOnDrawObjectLinked()
868 ScDrawView* pScDrawView = GetScDrawView(); in PasteOnDrawObjectLinked() local
870 if( pScDrawView && aDataHelper.GetBitmapEx( FORMAT_BITMAP, aBmpEx ) ) in PasteOnDrawObjectLinked()
875 … if(pScDrawView->ApplyGraphicToObject( rHitObj, Graphic(aBmpEx), aBeginUndo, aEmpty, aEmpty )) in PasteOnDrawObjectLinked()
1420 ScDrawView* pScDrawView = GetScDrawView(); in PasteFromClip() local
[all …]
H A Dviewfun5.cxx420 ScDrawView* pScDrawView = GetScDrawView(); in PasteDataFormat() local
421 …SdrObject* pObj = pScDrawView->CreateFieldControl( ::svx::OColumnTransferable::extractColumnDescri… in PasteDataFormat()
451 pScDrawView->InsertObjectSafe(pObj, *pScDrawView->GetSdrPageView()); in PasteDataFormat()
/AOO41X/main/sc/source/ui/navipi/
H A Dcontent.cxx508 ScDrawView* pScDrawView = NULL; in KeyInput() local
512 pScDrawView =pScTabViewShell->GetViewData()->GetScDrawView(); in KeyInput()
513 if(pScDrawView!=NULL) in KeyInput()
515 pScDrawView->SelectCurrentViewObject(aText ); in KeyInput()
524 … if( pScDrawView->GetObjectIsMarked( pScDrawView->GetObjectByName( aTempText ) ) ) in KeyInput()
1006 ScDrawView* pScDrawView=NULL; in GetDrawNames() local
1015pScDrawView =pScTabViewShell->GetViewData()->GetScDrawView(); in GetDrawNames()
1016 if(pScDrawView!=NULL) in GetDrawNames()
1018 sal_Bool bMarked =pScDrawView->GetObjectIsMarked(pObject); in GetDrawNames()
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1031 ScDrawView* pScDrawView = mpViewShell->GetViewData()->GetScDrawView(); in FindSelectedShapesChanges() local
1032 if( pScDrawView ) in FindSelectedShapesChanges()
1034 if( pScDrawView->GetMarkedObjectList().GetMarkCount() == 1 ) in FindSelectedShapesChanges()
1036 pMarkList = &(pScDrawView->GetMarkedObjectList()); in FindSelectedShapesChanges()