Home
last modified time | relevance | path

Searched refs:GetCreateObj (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/sd/source/ui/func/
H A Dfuconcs.cxx145 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
188 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonUp()
H A Dfuconrec.cxx225 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
265 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonUp()
H A Dfuconarc.cxx135 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
H A Dfutext.cxx733 mxTextObj.reset( dynamic_cast< SdrTextObj* >( mpView->GetCreateObj() ) ); in MouseButtonUp()
844 mxTextObj.reset( dynamic_cast< SdrTextObj* >( mpView->GetCreateObj() ) ); in MouseButtonUp()
H A Dfuconbez.cxx146 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
H A Dfucon3d.cxx348 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
/AOO41X/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx111 SdrObject* pObj = pSdrView->GetCreateObj(); in MouseButtonDown()
/AOO41X/main/svx/inc/svx/
H A Dsvdcrtv.hxx144 SdrObject* GetCreateObj() const { return pAktCreate; } in GetCreateObj() function in SdrCreateView
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx86 SdrObject* pObj = pView->GetCreateObj(); in MouseButtonDown()
/AOO41X/main/svx/source/dialog/
H A Dgraphctl.cxx745 SdrObject* pCreateObj = pView->GetCreateObj(); in MouseButtonDown()
/AOO41X/main/svx/source/svdraw/
H A Dsvdorect.cxx433 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
H A Dsvdocapt.cxx397 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
H A Dsvdocirc.cxx570 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
H A Dsvdopath.cxx948 … const bool bCreateComment(rDrag.GetView() && &mrSdrPathObject == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
2207 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
H A Dsvdoedge.cxx1939 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
/AOO41X/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx751 if ( isOver(m_rView.GetCreateObj(),*m_pParent->getPage(),m_rView) ) in MouseButtonUp()
H A DReportSection.cxx631 SdrObject* pObj = m_pView->GetCreateObj();//rMarkList.GetMark(0)->GetObj(); in createDefault()
/AOO41X/main/chart2/source/controller/main/
H A DChartController_Window.cxx680 SdrObject* pObj = pDrawViewWrapper->GetCreateObj(); in execute_MouseButtonDown()