Searched refs:SvxFillTypeBox (Results 1 – 6 of 6) sorted by relevance
652 SvxFillTypeBox::SvxFillTypeBox( Window* pParent, WinBits nBits ) : in SvxFillTypeBox() function in SvxFillTypeBox666 SvxFillTypeBox::~SvxFillTypeBox() in ~SvxFillTypeBox()672 long SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()693 long SvxFillTypeBox::Notify( NotifyEvent& rNEvt ) in Notify()724 void SvxFillTypeBox::ReleaseFocus_Impl() in ReleaseFocus_Impl()
491 pFillTypeLB = (SvxFillTypeBox*)pFillControl->pLbFillType; in CreateItemWindow()509 pLbFillType(new SvxFillTypeBox( this )), in FillControl()
37 class SvxFillTypeBox;57 SvxFillTypeBox* pFillTypeLB;82 SvxFillTypeBox* pLbFillType;
145 class SvxFillTypeBox : public FillTypeLB class148 SvxFillTypeBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );149 ~SvxFillTypeBox();
109 ::boost::scoped_ptr< SvxFillTypeBox > mpLbFillType;
87 mpLbFillType(new SvxFillTypeBox(this)), in AreaPropertyPanel()
Completed in 153 milliseconds