Searched refs:NbcSetPoint (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | svdomeas.hxx | 137 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
|
H A D | svdovirt.hxx | 138 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
|
H A D | svdopath.hxx | 138 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 nHdlNum);
|
H A D | svdoedge.hxx | 295 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
|
H A D | svdobj.hxx | 838 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
|
/aoo41x/main/sw/inc/ |
H A D | dcontact.hxx | 349 virtual void NbcSetPoint(const Point& rPnt, sal_uInt32 i);
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdovirt.cxx | 564 void SdrVirtObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i) in NbcSetPoint() function in SdrVirtObj
|
H A D | svdobj.cxx | 1753 NbcSetPoint(rPnt, i); in SetPoint() 1759 void SdrObject::NbcSetPoint(const Point& /*rPnt*/, sal_uInt32 /*i*/) in NbcSetPoint() function in SdrObject
|
H A D | svdomeas.cxx | 1126 void SdrMeasureObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i) in NbcSetPoint() function in SdrMeasureObj
|
H A D | svdoedge.cxx | 2416 void SdrEdgeObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i) in NbcSetPoint() function in SdrEdgeObj
|
H A D | svdopath.cxx | 2522 void SdrPathObj::NbcSetPoint(const Point& rPnt, sal_uInt32 nHdlNum) in NbcSetPoint() function in SdrPathObj
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 2765 void SwDrawVirtObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i) in NbcSetPoint() function in SwDrawVirtObj
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4863 pRet->NbcSetPoint(aPoint1, 0L); // Startpunkt in ImportShape() 4864 pRet->NbcSetPoint(aPoint2, 1L); // Endpunkt in ImportShape()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 2466 pMeasureObj->NbcSetPoint( aPoint, pProperty->nWID == OWN_ATTR_MEASURE_START_POS ? 0L : 1L ); in setPropertyValueImpl()
|
Completed in 151 milliseconds