Home
last modified time | relevance | path

Searched refs:HasMarkablePoints (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/ribbar/
H A Ddrawbase.cxx141 … if (pSdrView->HasMarkablePoints() && (!pSdrView->IsPointMarked(*aVEvt.pHdl) || rMEvt.IsShift())) in MouseButtonDown()
175 if (pSdrView->HasMarkablePoints()) in MouseButtonDown()
189 if (!pSdrView->HasMarkablePoints()) in MouseButtonDown()
315 if (!pSdrView->HasMarkablePoints()) in MouseButtonUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/ribbar/
H A Ddrawbase.cxx143 … if (pSdrView->HasMarkablePoints() && (!pSdrView->IsPointMarked(*aVEvt.pHdl) || rMEvt.IsShift())) in MouseButtonDown()
177 if (pSdrView->HasMarkablePoints()) in MouseButtonDown()
191 if (!pSdrView->HasMarkablePoints()) in MouseButtonDown()
317 if (!pSdrView->HasMarkablePoints()) in MouseButtonUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dsmarttag.hxx127 bool HasMarkablePoints() const;
H A DView.hxx206 virtual bool HasMarkablePoints() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dsmarttag.hxx127 bool HasMarkablePoints() const;
H A DView.hxx178 virtual bool HasMarkablePoints() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dsmarttag.cxx272 bool SmartTagSet::HasMarkablePoints() const in HasMarkablePoints() function in sd::SmartTagSet
H A Dfusel.cxx164 && (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints())) in MouseButtonDown()
659 if (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints()) in MouseButtonUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dsmarttag.cxx272 bool SmartTagSet::HasMarkablePoints() const in HasMarkablePoints() function in sd::SmartTagSet
H A Dfusel.cxx164 && (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints())) in MouseButtonDown()
652 if (mpView->IsFrameDragSingles() || !mpView->HasMarkablePoints()) in MouseButtonUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext.cxx149 if (pView->HasMarkablePoints() && pView->IsPointMarkable(*pHdl)) in MouseButtonDown()
239 bool bPointMode=pView->HasMarkablePoints(); in MouseButtonDown()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext.cxx148 if (pView->HasMarkablePoints() && pView->IsPointMarkable(*pHdl)) in MouseButtonDown()
238 bool bPointMode=pView->HasMarkablePoints(); in MouseButtonDown()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdview.cxx306 bool bPointMode=bEditMode && HasMarkablePoints(); in PickAnything()
1296 if( HasMarkablePoints() && !IsFrameHandles() ) in GetContext()
1345 else if (HasMarkablePoints()) MarkAllPoints(); in MarkAll()
1431 } else if (HasMarkablePoints()) { in BegMark()
H A Dsvdmrkv1.cxx29 bool SdrMarkView::HasMarkablePoints() const in HasMarkablePoints() function in SdrMarkView
H A Dsvdmrkv.cxx435 if(HasMarkablePoints()) in BegMarkPoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdview.cxx313 bool bPointMode=bEditMode && HasMarkablePoints(); in PickAnything()
1304 if( HasMarkablePoints() && !IsFrameHandles() ) in GetContext()
1356 else if (HasMarkablePoints()) MarkAllPoints(); in MarkAll()
1419 } else if (HasMarkablePoints()) { in BegMark()
H A Dsvdmrkv1.cxx32 bool SdrMarkView::HasMarkablePoints() const in HasMarkablePoints() function in SdrMarkView
H A Dsvdmrkv.cxx417 if(HasMarkablePoints()) in BegMarkPoints()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdview.cxx1101 bool View::HasMarkablePoints() const in HasMarkablePoints() function in sd::View
1103 if( maSmartTags.HasMarkablePoints() ) in HasMarkablePoints()
1106 return FmFormView::HasMarkablePoints(); in HasMarkablePoints()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdview.cxx1096 bool View::HasMarkablePoints() const in HasMarkablePoints() function in sd::View
1098 if( maSmartTags.HasMarkablePoints() ) in HasMarkablePoints()
1101 return FmFormView::HasMarkablePoints(); in HasMarkablePoints()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdmrkv.hxx328 virtual bool HasMarkablePoints() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdmrkv.hxx318 virtual bool HasMarkablePoints() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewdraw.cxx628 return (!IsDrawSelMode() && GetWrtShell().GetDrawView()->HasMarkablePoints()); in IsBezierEditMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewdraw.cxx629 return (!IsDrawSelMode() && GetWrtShell().GetDrawView()->HasMarkablePoints()); in IsBezierEditMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfeshview.cxx2237 if (pDView->HasMarkablePoints()) in BeginMark()

12