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.cxx1301 pDrawPg->InsertObject(pStroke, 0); in ReadDrawingObject()
1303 pStroke->SetSnapRect(aRect); in ReadDrawingObject()
1335 pDrawPg->InsertObject(pStroke); in InsertShpObject()
1476 pSdrObject = pStroke; in ReadShapeObject()
1477 pStroke->SetSnapRect(aRect); in ReadShapeObject()
1496 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
1511 pStroke->Rotate(pStroke->GetCurrentBoundRect().Center(), nAngle*100, sin(a), cos(a) ); in ReadShapeObject()
1524 pSdrObject = pStroke; in ReadShapeObject()
1535 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
1545 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()

Completed in 109 milliseconds