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.cxx683 SdrObject* pTempBackgroundShape = 0; in GetGraphic() local
696 pTempBackgroundShape = new SdrRectObj(Rectangle(Point(0,0), pPage->GetSize())); in GetGraphic()
697 pTempBackgroundShape->SetMergedItemSet(pCorrectProperties->GetItemSet()); in GetGraphic()
698 pTempBackgroundShape->SetMergedItem(XLineStyleItem(XLINE_NONE)); in GetGraphic()
699 pTempBackgroundShape->NbcSetStyleSheet(pCorrectProperties->GetStyleSheet(), true); in GetGraphic()
700 aShapes.push_back(pTempBackgroundShape); in GetGraphic()
1044 if(pTempBackgroundShape) in GetGraphic()
1046 SdrObject::Free(pTempBackgroundShape); in GetGraphic()