Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx684 SdrObject* pTempBackgroundShape = 0; in GetGraphic() local
697 pTempBackgroundShape = new SdrRectObj(Rectangle(Point(0,0), pPage->GetSize())); in GetGraphic()
698 pTempBackgroundShape->SetMergedItemSet(pCorrectProperties->GetItemSet()); in GetGraphic()
699 pTempBackgroundShape->SetMergedItem(XLineStyleItem(XLINE_NONE)); in GetGraphic()
700 pTempBackgroundShape->NbcSetStyleSheet(pCorrectProperties->GetStyleSheet(), true); in GetGraphic()
701 aShapes.push_back(pTempBackgroundShape); in GetGraphic()
1045 if(pTempBackgroundShape) in GetGraphic()
1047 SdrObject::Free(pTempBackgroundShape); in GetGraphic()

Completed in 19 milliseconds