Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/items/
H A Dnumitem.cxx206 pGraphicBrush(0), in SvxNumberFormat()
216 delete pGraphicBrush; in ~SvxNumberFormat()
356 if(pGraphicBrush) in Store()
363 if(pGraphicBrush->GetGraphicLink() && pGraphicBrush->GetGraphic()) in Store()
436 pGraphicBrush = new SvxBrushItem(*rFormat.pGraphicBrush); in operator =()
478 (pGraphicBrush && !rFormat.pGraphicBrush) || in operator ==()
479 (!pGraphicBrush && rFormat.pGraphicBrush) || in operator ==()
480 (pGraphicBrush && *pGraphicBrush != *rFormat.pGraphicBrush) in operator ==()
504 pGraphicBrush = 0; in SetGraphicBrush()
506 else if ( !pGraphicBrush || (pGraphicBrush && !(*pBrushItem == *pGraphicBrush)) ) in SetGraphicBrush()
[all …]
/aoo41x/main/editeng/inc/editeng/
H A Dnumitem.hxx159 SvxBrushItem* pGraphicBrush; // member in SvxNumberFormat
212 const SvxBrushItem* GetBrush() const {return pGraphicBrush;} in GetBrush()

Completed in 34 milliseconds