Home
last modified time | relevance | path

Searched refs:mpHatchItem (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx66 mpHatchItem(0), in SvxFillToolBoxControl()
91 delete mpHatchItem; in ~SvxFillToolBoxControl()
151 delete mpHatchItem; in StateChanged()
152 mpHatchItem = static_cast< XFillHatchItem* >(pState->Clone()); in StateChanged()
354 if(mpHatchItem) in Update()
356 String aString(mpHatchItem->GetName()); in Update()
379 XHatchEntry* pEntry = new XHatchEntry(mpHatchItem->GetHatchValue(),aTmpStr); in Update()
/aoo42x/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx102 mpHatchItem(), in AreaPropertyPanel()
1020 mpHatchItem.reset(pState ? (XFillHatchItem*)pState->Clone() : 0); in NotifyItemUpdate()
1130 if(mpHatchItem) in NotifyItemUpdate()
1132 const String aString( mpHatchItem->GetName() ); in NotifyItemUpdate()
1258 if(mpHatchItem) in Update()
1260 const String aString(mpHatchItem->GetName()); in Update()
H A DAreaPropertyPanel.hxx126 ::boost::scoped_ptr< XFillHatchItem > mpHatchItem;
/aoo42x/main/svx/inc/svx/
H A Dfillctrl.hxx52 XFillHatchItem* mpHatchItem; member in SvxFillToolBoxControl

Completed in 50 milliseconds