Searched refs:pTempBackgroundShape (Results 1 – 1 of 1) sorted by relevance
683 SdrObject* pTempBackgroundShape = 0; in GetGraphic() local696 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()