Home
last modified time | relevance | path

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

/AOO42X/main/editeng/source/items/
H A Dnumitem.cxx193 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 …]
/AOO42X/main/editeng/inc/editeng/
H A Dnumitem.hxx159 SvxBrushItem* pGraphicBrush; // member in SvxNumberFormat
212 const SvxBrushItem* GetBrush() const {return pGraphicBrush;} in GetBrush()