Home
last modified time | relevance | path

Searched refs:mpLineObjB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2146 mpLineObjB( 0L ), in SvxXLinePreview()
2177 mpLineObjB = new SdrPathObj(OBJ_PLIN, basegfx::B2DPolyPolygon(aPolygonB)); in SvxXLinePreview()
2178 mpLineObjB->SetModel(&getModel()); in SvxXLinePreview()
2195 SdrObject::Free( mpLineObjB ); in ~SvxXLinePreview()
2230 mpLineObjB->SetMergedItemSet(aTempSet); in SetLineAttributes()
2243 aObjectVector.push_back(mpLineObjB); in Paint()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx491 SdrObject* mpLineObjB; member in SvxXLinePreview