Searched refs:pGraphicBrush (Results 1 – 2 of 2) sorted by relevance
193 pGraphicBrush(0), in SvxNumberFormat()206 pGraphicBrush(0), in SvxNumberFormat()216 delete pGraphicBrush; in ~SvxNumberFormat()263 pGraphicBrush = (SvxBrushItem*) aHelper.Create( rStream, BRUSH_GRAPHIC_VERSION ); in SvxNumberFormat()266 pGraphicBrush = 0; in SvxNumberFormat()356 if(pGraphicBrush) in Store()363 if(pGraphicBrush->GetGraphicLink() && pGraphicBrush->GetGraphic()) in Store()366 pGraphicBrush->SetGraphicLink(aEmpty); in Store()369 pGraphicBrush->Store(rStream, BRUSH_GRAPHIC_VERSION); in Store()433 DELETEZ(pGraphicBrush); in operator =()[all …]
159 SvxBrushItem* pGraphicBrush; // member in SvxNumberFormat212 const SvxBrushItem* GetBrush() const {return pGraphicBrush;} in GetBrush()