Home
last modified time | relevance | path

Searched refs:GetMarkedObjectByIndex (Results 1 – 20 of 20) sorted by relevance

/AOO42X/main/svx/source/engine3d/
H A Dview3d.cxx130 SdrObject* pObject = mrView.GetMarkedObjectByIndex(a); in Impl3DMirrorConstructOverlay()
149 SdrObject* pObject = mrView.GetMarkedObjectByIndex(a); in Impl3DMirrorConstructOverlay()
260 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
284 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
299 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
323 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in DrawMarkedObj()
357 const SdrObject* pObj = GetMarkedObjectByIndex(nObjs); in GetMarkedObjModel()
396 SdrObject *pObj = GetMarkedObjectByIndex(nObjs); in GetMarkedObjModel()
650 SdrObject *pObj = GetMarkedObjectByIndex(a); in IsConvertTo3DObjPossible()
1019 SdrObject* pRepObj = GetMarkedObjectByIndex(0); in ConvertMarkedObjTo3D()
[all …]
H A Dview3d1.cxx63 SdrObject* pObj = GetMarkedObjectByIndex(0); in ConvertMarkedToPolyObj()
144 SdrObject* pObj = GetMarkedObjectByIndex(a); in Get3DAttributes()
201 SdrObject* pObj = GetMarkedObjectByIndex(a); in Set3DAttributes()
/AOO42X/main/svx/source/svdraw/
H A Dsvddrgv.cxx194 SdrObject* pObj=GetMarkedObjectByIndex(0); in TakeDragObjAnchorPos()
301 SdrObject* pObj = GetMarkedObjectByIndex(a); in BegDragObj()
450 pMarkedObj=GetMarkedObjectByIndex(0); in BegDragObj()
466 …const bool bCustomShapeSelected(1 == GetMarkedObjectCount() && GetMarkedObjectByIndex(0)->ISA(SdrO… in BegDragObj()
475 …const bool bConnectorSelected(1 == GetMarkedObjectCount() && GetMarkedObjectByIndex(0)->ISA(SdrEdg… in BegDragObj()
755 const SdrObject* pObj=GetMarkedObjectByIndex(0); in IsInsGluePointPossible()
H A Dsvdedtv2.cxx105 GetMarkedObjectByIndex(nm)->GetOrdNum(); in MovMarkedToTop()
193 GetMarkedObjectByIndex(nm)->GetOrdNum(); in MovMarkedToBtm()
305 GetMarkedObjectByIndex(nm)->GetOrdNum(); in PutMarkedInFrontOfObj()
406 GetMarkedObjectByIndex(nm)->GetOrdNum(); in PutMarkedBehindObj()
477 GetMarkedObjectByIndex(a)->GetOrdNum(); in ReverseOrderOfMarked()
480 SdrObject* pObj1=GetMarkedObjectByIndex(a); in ReverseOrderOfMarked()
481 SdrObject* pObj2=GetMarkedObjectByIndex(c); in ReverseOrderOfMarked()
514 SdrObject* pObj=GetMarkedObjectByIndex(0); in ImpCheckToTopBtmPossible()
536 SdrObject* pObj=GetMarkedObjectByIndex(nm); in ImpCheckToTopBtmPossible()
552 SdrObject* pObj=GetMarkedObjectByIndex(nm); in ImpCheckToTopBtmPossible()
H A Dsvdxcgv.cxx539 SdrObject* pGrafObjTmp = GetMarkedObjectByIndex( 0 ); in GetMarkedObjBitmapEx()
549 … const SdrGrafObj* pSdrGrafObj = dynamic_cast< const SdrGrafObj* >(GetMarkedObjectByIndex(0)); in GetMarkedObjBitmapEx()
625 SdrObject* pGrafObjTmp = GetMarkedObjectByIndex( 0 ); in GetMarkedObjMetaFile()
682 aRet = SdrExchangeView::GetObjGraphic( pMod, GetMarkedObjectByIndex( 0 ) ); in GetAllMarkedGraphic()
H A Dsvdmrkv.cxx627 const SdrObject* pObj=GetMarkedObjectByIndex(0); in ImpIsFrameHandles()
704 pMarkedObj=GetMarkedObjectByIndex(0); in SetMarkHandles()
986 SdrObject* pObj = GetMarkedObjectByIndex(0); in AddDragModeHdl()
1051 SdrObject* pObj = GetMarkedObjectByIndex(0); in AddDragModeHdl()
2158 const SdrObject* pObj=GetMarkedObjectByIndex(0); in MarkListHasChanged()
H A Dsvdview.cxx1112 SdrObject* pObj = GetMarkedObjectByIndex(a); in GetPreferedPointer()
1346 if (!GetMarkedObjectByIndex(nMarkNum)->ISA(SdrPathObj)) in GetContext()
1359 const SdrObject* pMarkObj = GetMarkedObjectByIndex( nMarkNum ); in GetContext()
H A Dsvdedtv.cxx521 const SdrObject* pObj=GetMarkedObjectByIndex(0); in CheckPossibilities()
675 SdrObject* pObj=GetMarkedObjectByIndex(0); in CheckPossibilities()
H A Dsvdedxv.cxx1546 OutlinerParaObject* pParaObj = GetMarkedObjectByIndex( i )->GetOutlinerParaObject(); in GetScriptType()
1590 if(GetMarkedObjectCount()==1 && GetMarkedObjectByIndex(0)==mxTextEditObj.get()) in GetAttributes()
1725 if (GetMarkedObjectCount()==1 && GetMarkedObjectByIndex(0)==mxTextEditObj.get()) in SetAttributes()
H A Dsvdedtv1.cxx944 const SfxItemSet& rSet = GetMarkedObjectByIndex(a)->GetMergedItemSet(); in MergeAttrFromMarked()
1848 const SdrObject* pObj=GetMarkedObjectByIndex(0L); in AlignMarkedObjects()
/AOO42X/main/sd/source/ui/view/
H A Dsdview.cxx914 SdrObject* pObj = GetMarkedObjectByIndex(i); in SetMarkedOriginalSize()
1355 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(GetMarkedObjectByIndex(nIndex)); in ShouldToggleOn()
1430 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(GetMarkedObjectByIndex(nIndex)); in ChangeMarkedObjectsBulletsNumbering()
H A Ddrviewsc.cxx117 SdrObject* pSelected = mpDrawView->GetMarkedObjectByIndex(0L); in FuTemp03()
151 SdrObject* pSelected = mpDrawView->GetMarkedObjectByIndex(0L); in FuTemp03()
H A Dsdview2.cxx153 SdrObject* pObj = GetMarkedObjectByIndex(0); in CreateClipboardDataObject()
201 SdrObject* pObj = GetMarkedObjectByIndex( 0 ); in CreateDragDataObject()
H A Ddrviews2.cxx648 …SdrGrafObj* pSdrGrafObj = dynamic_cast< const SdrGrafObj* >(mpDrawView->GetMarkedObjectByIndex(0)); in FuTemporary()
/AOO42X/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx509 SdrObject* pSelected = pView->GetMarkedObjectByIndex(0L); in ExecDrawFunc()
579 SdrObject* pSelected = pView->GetMarkedObjectByIndex(0L); in ExecDrawFunc()
H A Dfuins1.cxx158 SdrObject* pPickObj = pDrawView->GetMarkedObjectByIndex(0); in lcl_InsertGraphic()
/AOO42X/main/sw/source/ui/shells/
H A Ddrwbassh.cxx556 SdrObject* pSelected = pSdrView->GetMarkedObjectByIndex(0L); in Execute()
587 SdrObject* pSelected = pSdrView->GetMarkedObjectByIndex(0L); in Execute()
H A Ddrawsh.cxx109 SdrObject* pPickObj = pSdrView->GetMarkedObjectByIndex(0); in TYPEINIT1()
/AOO42X/main/svx/inc/svx/
H A Dsvdmrkv.hxx270 …SdrObject* GetMarkedObjectByIndex(sal_uIntPtr nNum) const { return (GetMarkedObjectList().GetMark(… in GetMarkedObjectByIndex() function in SdrMarkView
/AOO42X/main/sd/source/ui/func/
H A Dfuinsert.cxx153 pPickObj = mpView->GetMarkedObjectByIndex(0); in DoExecute()