Home
last modified time | relevance | path

Searched refs:eSdrObjectKind (Results 1 – 4 of 4) sorted by path

/trunk/main/sw/inc/
H A Dfesh.hxx501 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…
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1504 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx658 void SwEditWin::StdDrawMode( SdrObjKind eSdrObjectKind, sal_Bool bObjSelect ) in StdDrawMode() argument
660 SetSdrDrawMode( eSdrObjectKind ); in StdDrawMode()
668 SetSdrDrawMode( eSdrObjectKind ); in StdDrawMode()
672 …rView.GetDrawFuncPtr()->Activate( sal::static_int_cast< sal_uInt16 >(eSdrObjectKind) ); // don… in StdDrawMode()
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx226 …inline void SetSdrDrawMode( SdrObjKind eSdrObjectKind ) { eDrawMode = eSdrObjectKind; SetObjectS… in SetSdrDrawMode() argument
227 void StdDrawMode( SdrObjKind eSdrObjectKind, sal_Bool bObjSelect );

Completed in 56 milliseconds