Home
last modified time | relevance | path

Searched refs:pStroke (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1240 SdrPathObj* pStroke = new SdrPathObj(OBJ_PLIN, ::basegfx::B2DPolyPolygon(aPolygon)); in ReadDrawingObject() local
1300 pDrawPg->InsertObject(pStroke, 0); in ReadDrawingObject()
1302 pStroke->SetSnapRect(aRect); in ReadDrawingObject()
1304 /* SwFrmFmt* pRetFrmFmt = */pDoc->InsertDrawObj(*pPam, *pStroke, aFlySet ); in ReadDrawingObject()
1308 void SwRTFParser::InsertShpObject(SdrObject* pStroke, int _nZOrder) in InsertShpObject() argument
1334 pDrawPg->InsertObject(pStroke); in InsertShpObject()
1335 pDrawPg->SetObjectOrdNum(pStroke->GetOrdNum(), _nZOrder); in InsertShpObject()
1336 /* SwFrmFmt* pRetFrmFmt = */pDoc->InsertDrawObj(*pPam, *pStroke, aFlySet ); in InsertShpObject()
1474 SdrRectObj* pStroke = new SdrRectObj(aRect); in ReadShapeObject() local
1475 pSdrObject = pStroke; in ReadShapeObject()
[all …]
H A Dswparrtf.hxx373 void InsertShpObject(SdrObject* pStroke, int nZOrder);
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx278 const basegfx::BColor* pStroke = getStroke(); in add_text() local
283 if(pFillGradient || pFillPattern || pStroke || pStrokeGradient || pStrokePattern) in add_text()
315 const bool bStrokeUsed(pStroke || pStrokeGradient || pStrokePattern); in add_text()
667 const basegfx::BColor* pStroke = getStroke(); in add_stroke() local
671 if(pStroke || pStrokeGradient || pStrokePattern) in add_stroke()
698 pStroke ? *pStroke : basegfx::BColor(0.0, 0.0, 0.0), in add_stroke()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1873 SdrPathObj* pStroke = new SdrPathObj( in CreateSubPath() local
1879 pStroke->SetMergedItemSet(aTempSet); in CreateSubPath()
1880 rObjectList.push_back(pStroke); in CreateSubPath()