Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1310 pDrawPg->InsertObject(pStroke, 0); in ReadDrawingObject()
1312 pStroke->SetSnapRect(aRect); in ReadDrawingObject()
1344 pDrawPg->InsertObject(pStroke); in InsertShpObject()
1485 pSdrObject = pStroke; in ReadShapeObject()
1486 pStroke->SetSnapRect(aRect); in ReadShapeObject()
1505 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
1520 pStroke->Rotate(pStroke->GetCurrentBoundRect().Center(), nAngle*100, sin(a), cos(a) ); in ReadShapeObject()
1533 pSdrObject = pStroke; in ReadShapeObject()
1544 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
1554 pSdrObject = pStroke; in ReadShapeObject()
[all …]
H A Dswparrtf.hxx374 void InsertShpObject(SdrObject* pStroke, int nZOrder);
/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx243 const basegfx::BColor* pStroke = getStroke(); in add_text() local
248 if(pFillGradient || pFillPattern || pStroke || pStrokeGradient || pStrokePattern) in add_text()
280 const bool bStrokeUsed(pStroke || pStrokeGradient || pStrokePattern); in add_text()
632 const basegfx::BColor* pStroke = getStroke(); in add_stroke() local
636 if(pStroke || pStrokeGradient || pStrokePattern) in add_stroke()
663 pStroke ? *pStroke : basegfx::BColor(0.0, 0.0, 0.0), in add_stroke()
/aoo41x/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 141 milliseconds