Home
last modified time | relevance | path

Searched refs:eKind (Results 26 – 50 of 86) sorted by relevance

1234

/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx185 void SdrPolyEditView::SetMarkedPointsSmooth(SdrPathSmoothKind eKind) in SetMarkedPointsSmooth() argument
189 if(SDRPATHSMOOTH_ANGULAR == eKind) in SetMarkedPointsSmooth()
193 else if(SDRPATHSMOOTH_ASYMMETRIC == eKind) in SetMarkedPointsSmooth()
197 else if(SDRPATHSMOOTH_SYMMETRIC == eKind) in SetMarkedPointsSmooth()
239 void SdrPolyEditView::SetMarkedSegmentsKind(SdrPathSegmentKind eKind) in SetMarkedSegmentsKind() argument
260 if(aEditor.SetSegmentsKind( eKind, pPts->getContainer()) ) in SetMarkedSegmentsKind()
H A Dsvdattr.cxx1290 drawing::TextAnimationKind eKind; in PutValue() local
1291 if(!(rVal >>= eKind)) in PutValue()
1296 eKind = (drawing::TextAnimationKind)nEnum; in PutValue()
1299 SetValue( sal::static_int_cast< sal_uInt16 >( (SdrTextAniKind)eKind ) ); in PutValue()
1919 drawing::MeasureKind eKind; in PutValue() local
1920 if(!(rVal >>= eKind)) in PutValue()
1926 eKind = (drawing::MeasureKind)nEnum; in PutValue()
2126 drawing::CircleKind eKind; in PutValue() local
2127 if(!(rVal >>= eKind)) in PutValue()
2133 eKind = (drawing::CircleKind)nEnum; in PutValue()
[all …]
H A Dsvdmrkv1.cxx345 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects() local
346 if ((eKind==HDL_POLY && pHdl->IsSelected()) || eKind==HDL_GLUE) { in ImpSetPointsRects()
348 Rectangle& rR=eKind==HDL_GLUE ? aGlue : aPnts; in ImpSetPointsRects()
H A Dsvdpntv.cxx359 SdrHintKind eKind=pSdrHint->GetKind(); in Notify() local
360 if (eKind==HINT_OBJCHG || eKind==HINT_OBJINSERTED || eKind==HINT_OBJREMOVED) { in Notify()
366 if (eKind==HINT_PAGEORDERCHG) { in Notify()
H A Dsvdopath.cxx535 …sClosed(SdrObjKind eKind) const { return eKind==OBJ_POLY || eKind==OBJ_PATHPOLY || eKind==OBJ_PATH… in IsClosed()
536 bool IsFreeHand(SdrObjKind eKind) const { return eKind==OBJ_FREELINE || eKind==OBJ_FREEFILL; } in IsFreeHand()
537 bool IsBezier(SdrObjKind eKind) const { return eKind==OBJ_PATHLINE || eKind==OBJ_PATHFILL; } in IsBezier()
H A Dsvdibrow.cxx848 SdrEdgeKind eKind=((const SdrEdgeKindItem*)pItem)->GetValue(); in IsItemIneffective() local
849 if (eKind==SDREDGE_THREELINES) { in IsItemIneffective()
853 if (eKind!=SDREDGE_ORTHOLINES && eKind!=SDREDGE_BEZIER) return sal_True; in IsItemIneffective()
868 SdrCircKind eKind=((const SdrCircKindItem*)pItem)->GetValue(); in IsItemIneffective() local
869 if (eKind==SDRCIRC_FULL) return sal_True; in IsItemIneffective()
H A Dsvdedtv2.cxx1303 SdrObjKind eKind = OBJ_PATHFILL; in CombineMarkedObjects() local
1317 eKind = OBJ_PATHLINE; in CombineMarkedObjects()
1334 eKind = OBJ_PATHLINE; in CombineMarkedObjects()
1340 SdrPathObj* pPath = new SdrPathObj(eKind,aPolyPolygon); in CombineMarkedObjects()
1535 SdrObjKind eKind(OBJ_PLIN); in ImpDismantleOneObject() local
1547 eKind = OBJ_PATHLINE; in ImpDismantleOneObject()
1554 SdrPathObj* pPath = new SdrPathObj(eKind, basegfx::B2DPolyPolygon(aNewPolygon)); in ImpDismantleOneObject()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx381 void FrameView::SetViewShEditMode(EditMode eMode, PageKind eKind) in SetViewShEditMode() argument
383 if (eKind == PK_STANDARD) in SetViewShEditMode()
387 else if (eKind == PK_NOTES) in SetViewShEditMode()
391 else if (eKind == PK_HANDOUT) in SetViewShEditMode()
404 EditMode FrameView::GetViewShEditMode(PageKind eKind) in GetViewShEditMode() argument
408 if (eKind == PK_STANDARD) in GetViewShEditMode()
412 else if (eKind == PK_NOTES) in GetViewShEditMode()
416 else if (eKind == PK_HANDOUT) in GetViewShEditMode()
H A Ddrviews4.cxx274 SdrHelpLineKind eKind; in StartRulerDrag() local
277 eKind = SDRHELPLINE_POINT; in StartRulerDrag()
279 eKind = SDRHELPLINE_HORIZONTAL; in StartRulerDrag()
281 eKind = SDRHELPLINE_VERTICAL; in StartRulerDrag()
283 mpDrawView->BegDragHelpLine(aWPos, eKind); in StartRulerDrag()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx722 SdrHdlKind eKind = pHitSelectionHdl->GetKind(); in execute_MouseButtonDown() local
723 if( eKind==HDL_UPPER || eKind==HDL_LOWER ) in execute_MouseButtonDown()
725 else if( eKind==HDL_LEFT || eKind==HDL_RIGHT ) in execute_MouseButtonDown()
727 … else if( eKind==HDL_UPLFT || eKind==HDL_UPRGT || eKind==HDL_LWLFT || eKind==HDL_LWRGT ) in execute_MouseButtonDown()
1973 … SdrObjKind eKind = static_cast< SdrObjKind >( m_pDrawViewWrapper->GetCurrentObjIdentifier() ); in impl_SetMousePointer() local
1974 switch ( eKind ) in impl_SetMousePointer()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx409 PathKind eKind = NONE; in getCreatePathKind() local
416 eKind = CURVE; in getCreatePathKind()
420 eKind = POLYGON; in getCreatePathKind()
424 eKind = FREEFORM; in getCreatePathKind()
428 return eKind; in getCreatePathKind()
H A Dmotionpathtag.cxx1190 void MotionPathTag::SetMarkedSegmentsKind(SdrPathSegmentKind eKind) in SetMarkedSegmentsKind() argument
1198 if(aEditor.SetSegmentsKind( eKind, pPts->getContainer()) ) in SetMarkedSegmentsKind()
1225 void MotionPathTag::SetMarkedPointsSmooth(SdrPathSmoothKind eKind) in SetMarkedPointsSmooth() argument
1229 if(SDRPATHSMOOTH_ANGULAR == eKind) in SetMarkedPointsSmooth()
1233 else if(SDRPATHSMOOTH_ASYMMETRIC == eKind) in SetMarkedPointsSmooth()
1237 else if(SDRPATHSMOOTH_SYMMETRIC == eKind) in SetMarkedPointsSmooth()
H A Dmotionpathtag.hxx82 virtual void SetMarkedSegmentsKind(SdrPathSegmentKind eKind);
86 virtual void SetMarkedPointsSmooth(SdrPathSmoothKind eKind);
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx148 const SdrHintKind eKind = ((SdrHint&)rHint).GetKind(); in Notify() local
150 if(HINT_OBJCHG == eKind && pObj && IsObjMarked(const_cast<SdrObject*>(pObj))) in Notify()
152 else if ( eKind == HINT_OBJREMOVED ) in Notify()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx397 SdrHintKind eKind = pSdrHint->GetKind(); in Notify() local
398 if( eKind == HINT_BEGEDIT ) in Notify()
409 else if( eKind == HINT_ENDEDIT ) in Notify()
/trunk/main/svx/inc/svx/
H A Dipolypolygoneditorcontroller.hxx60 virtual void SetMarkedSegmentsKind(SdrPathSegmentKind eKind) = 0;
64 virtual void SetMarkedPointsSmooth(SdrPathSmoothKind eKind) = 0;
H A Dsdtakitm.hxx87 …SdrTextAniKindItem(SdrTextAniKind eKind=SDRTEXTANI_NONE): SfxEnumItem(SDRATTR_TEXT_ANIKIND,(sal_uI… in SdrTextAniKindItem() argument
H A Dsxcikitm.hxx37 …SdrCircKindItem(SdrCircKind eKind=SDRCIRC_FULL): SfxEnumItem(SDRATTR_CIRCKIND,sal::static_int_cast… in SdrCircKindItem() argument
H A Dsxmkitm.hxx37 …asureKindItem(SdrMeasureKind eKind=SDRMEASURE_STD): SfxEnumItem(SDRATTR_MEASUREKIND,sal::static_in… in SdrMeasureKindItem() argument
H A Dsvdpoev.hxx76 void SetMarkedPointsSmooth(SdrPathSmoothKind eKind);
81 void SetMarkedSegmentsKind(SdrPathSegmentKind eKind);
/trunk/main/sd/source/ui/inc/
H A Dmasterlayoutdlg.hxx61 void remove( PresObjKind eKind );
62 void create( PresObjKind eKind );
/trunk/main/xmloff/inc/
H A Danim.hxx96 void SdXMLImplSetEffect( ::com::sun::star::presentation::AnimationEffect eEffect, XMLEffect& eKind,…
97 ::com::sun::star::presentation::AnimationEffect ImplSdXMLgetEffect( XMLEffect eKind, XMLEffectDirec…
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx451 XMLEffect eKind; local
456 SdXMLImplSetEffect( eEffect, eKind, eDirection, nStartScale, bIn );
458 if( eKind != EK_none )
460 … SvXMLUnitConverter::convertEnum( msBuffer, eKind, aXML_AnimationEffect_EnumMap );
929 drawing::CircleKind eKind = drawing::CircleKind_FULL; local
930 xPropSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("CircleKind")) ) >>= eKind;
931 if( eKind != drawing::CircleKind_FULL )
943 SvXMLUnitConverter::convertEnum( sStringBuffer, (sal_uInt16)eKind, aXML_CircleKind_EnumMap );
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx953 switch(aPropData.eKind) in ChangeEntry()
958 pPropLine->SetKindOfControl(aPropData.eKind); in ChangeEntry()
963 pPropLine->SetKindOfControl(aPropData.eKind); in ChangeEntry()
968 pPropLine->SetKindOfControl(aPropData.eKind); in ChangeEntry()
973 pPropLine->SetKindOfControl(aPropData.eKind); in ChangeEntry()
/trunk/main/sd/source/core/
H A Dsdpage2.cxx453 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject() local
454 if( eKind != PRESOBJ_NONE ) in GetTextStyleSheetForObject()
456 return ((SdPage*)this)->GetStyleSheetForPresObj(eKind); in GetTextStyleSheetForObject()

Completed in 631 milliseconds

1234