Home
last modified time | relevance | path

Searched refs:SdrMarkView (Results 1 – 23 of 23) sorted by relevance

/aoo41x/main/svx/source/svdraw/
H A Dsvdmrkv.cxx144 void SdrMarkView::ImpClearVars() in ImpClearVars()
173 SdrMarkView::SdrMarkView(SdrModel* pModel1, OutputDevice* pOut) in SdrMarkView() function in SdrMarkView
185 SdrMarkView::~SdrMarkView() in ~SdrMarkView()
260 void SdrMarkView::EndAction() in EndAction()
278 void SdrMarkView::BckAction() in BckAction()
286 void SdrMarkView::BrkAction() in BrkAction()
308 void SdrMarkView::ClearPageView() in ClearPageView()
314 void SdrMarkView::HideSdrPage() in HideSdrPage()
397 void SdrMarkView::BrkMarkObj() in BrkMarkObj()
463 void SdrMarkView::BrkMarkPoints() in BrkMarkPoints()
[all …]
H A Dsvdmrkv1.cxx49 sal_Bool SdrMarkView::HasMarkablePoints() const in HasMarkablePoints()
66 sal_uIntPtr SdrMarkView::GetMarkablePointCount() const in GetMarkablePointCount()
85 sal_Bool SdrMarkView::HasMarkedPoints() const in HasMarkedPoints()
102 sal_uIntPtr SdrMarkView::GetMarkedPointCount() const in GetMarkedPointCount()
338 void SdrMarkView::ImpSetPointsRects() const in ImpSetPointsRects()
359 ((SdrMarkView*)this)->aMarkedPointsRect=aPnts; in ImpSetPointsRects()
360 ((SdrMarkView*)this)->aMarkedGluePointsRect=aGlue; in ImpSetPointsRects()
368 void SdrMarkView::UndirtyMrkPnt() const in UndirtyMrkPnt()
435 ((SdrMarkView*)this)->bMrkPntDirty=sal_False; in UndirtyMrkPnt()
442 sal_Bool SdrMarkView::HasMarkableGluePoints() const in HasMarkableGluePoints()
[all …]
H A Dsvdhdl.cxx583 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1033 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1201 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1360 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1420 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1481 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1536 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1654 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1730 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
1846 SdrMarkView* SdrHdlList::GetView() const in GetView()
[all …]
H A Dsvdedtv.cxx115 SdrMarkView(pModel1,pOut) in SdrEditView()
400 SdrMarkView::MarkListHasChanged(); in MarkListHasChanged()
406 SdrMarkView::ModelHasChanged(); in ModelHasChanged()
H A Dsvdedtv1.cxx1259 return SdrMarkView::GetAttributes(rTargetSet, bOnlyHardAttr); in GetAttributes()
1269 return SdrMarkView::SetAttributes(rSet,bReplaceAll); in SetAttributes()
1279 return SdrMarkView::GetStyleSheet(); // SdrMarkView::GetStyleSheet(rOk); in GetStyleSheet()
1289 return SdrMarkView::SetStyleSheet(pStyleSheet,bDontRemoveHardAttr); in SetStyleSheet()
H A Dsvdopath.cxx146 const SdrMarkView& rMarkView = *rDrag.GetView(); in ImpSdrPathDragData()
576 const SdrMarkView& rMarkView = *rDrag.GetView(); in beginPathDrag()
/aoo41x/main/svx/inc/svx/
H A Dsvdhdl.hxx53 class SdrMarkView;
155 friend class SdrMarkView; // fuer den Zugriff auf nObjHdlNum
460 SdrMarkView* pView;
476 SdrHdlList(SdrMarkView* pV);
487 SdrMarkView* GetView() const;
H A Dsvdmrkv.hxx110 class SVX_DLLPUBLIC SdrMarkView : public SdrSnapView class
192 SdrMarkView(SdrModel* pModel1, OutputDevice* pOut = 0L);
193 virtual ~SdrMarkView();
H A Dsvdedtv.hxx88 class SVX_DLLPUBLIC SdrEditView: public SdrMarkView
/aoo41x/main/svx/source/table/
H A Dtablehandles.cxx162 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
276 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
/aoo41x/main/sw/source/core/draw/
H A Ddview.cxx1029 void SwDrawView::ReplaceMarkedDrawVirtObjs( SdrMarkView& _rMarkView ) in ReplaceMarkedDrawVirtObjs()
1083 SdrMarkView* pMarkView = PTR_CAST( SdrMarkView, &(pDrawPageView->GetView()) ); in DeleteMarked()
/aoo41x/main/sw/source/ui/docvw/
H A Dedtdd.cxx464 SdrMarkView* pMView = PTR_CAST( SdrMarkView, rSh.GetDrawView() ); in AcceptDrop()
/aoo41x/main/svx/inc/
H A Dsvdpomv.hxx41 class SdrPolyMarkView: public SdrMarkView {
H A Dsvdshort.hxx75 #define SdrMarkView SdrMV macro
/aoo41x/main/svx/inc/svx/sidebar/
H A DSelectionChangeHandler.hxx41 class SdrMarkView;
/aoo41x/main/sw/source/core/inc/
H A Ddview.hxx129 static void ReplaceMarkedDrawVirtObjs( SdrMarkView& _rMarkView );
/aoo41x/main/sc/source/ui/app/
H A Ddrwtrans.cxx667 void lcl_InitMarks( SdrMarkView& rDest, const SdrMarkView& rSource, SCTAB nTab ) in lcl_InitMarks()
/aoo41x/main/sd/source/ui/app/
H A Dsdxfer.cxx293 ((SdrMarkView*)mpSdViewIntern)->MarkAllObj(pPageView); in CreateData()
773 …( (SdrMarkView*) mpSdViewIntern )->MarkAllObj( (SdrPageView*) mpSdViewIntern->ShowSdrPage( pPage )… in SetPageBookmarks()
/aoo41x/main/sd/source/ui/inc/
H A DView.hxx193 using SdrMarkView::MarkPoints;
/aoo41x/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx265 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationtag.cxx224 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
/aoo41x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx298 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject()
/aoo41x/main/svx/source/form/
H A Dnavigatortree.cxx123 …sal_Bool isModelShapeMarked( FmEntryData* _pEntry, const MapModelToShape& _rModelMap, SdrMarkView*… in isModelShapeMarked()

Completed in 188 milliseconds