Searched refs:eSdrObjectKind (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/ui/inc/ |
H A D | edtwin.hxx | 226 …inline void SetSdrDrawMode( SdrObjKind eSdrObjectKind ) { eDrawMode = eSdrObjectKind; SetObjectS… in SetSdrDrawMode() argument 227 void StdDrawMode( SdrObjKind eSdrObjectKind, sal_Bool bObjSelect );
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 1504 sal_Bool SwFEShell::BeginCreate( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Point &rPos ) in BeginCreate() argument 1513 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind ); in BeginCreate() 1514 if ( eSdrObjectKind == OBJ_CAPTION ) in BeginCreate() 1528 sal_Bool SwFEShell::BeginCreate( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, sal_uInt32 eObjInvent… in BeginCreate() argument 1538 Imp()->GetDrawView()->SetCurrentObj( eSdrObjectKind, eObjInventor ); in BeginCreate() 2849 void SwFEShell::CreateDefaultShape( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rR… in CreateDefaultShape() argument 2855 SdrInventor, eSdrObjectKind, in CreateDefaultShape() 2861 if(OBJ_CARC == eSdrObjectKind || OBJ_CCUT == eSdrObjectKind) in CreateDefaultShape() 2890 switch(eSdrObjectKind) in CreateDefaultShape() 2951 if(OBJ_PLIN == eSdrObjectKind) in CreateDefaultShape()
|
/aoo42x/main/sw/inc/ |
H A D | fesh.hxx | 501 sal_Bool BeginCreate( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Point &rPos ); 502 …sal_Bool BeginCreate( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, sal_uInt32 eObjInventor, const P… 507 …void CreateDefaultShape( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rRect, sal_u…
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 656 void SwEditWin::StdDrawMode( SdrObjKind eSdrObjectKind, sal_Bool bObjSelect ) in StdDrawMode() argument 658 SetSdrDrawMode( eSdrObjectKind ); in StdDrawMode() 666 SetSdrDrawMode( eSdrObjectKind ); in StdDrawMode() 670 …rView.GetDrawFuncPtr()->Activate( sal::static_int_cast< sal_uInt16 >(eSdrObjectKind) ); // don… in StdDrawMode()
|
Completed in 86 milliseconds