Lines Matching refs:SvxPopupWindowListBox
61 class SvxPopupWindowListBox;
65 class SvxPopupWindowListBox : public SfxPopupWindow class
77 SvxPopupWindowListBox(const int& );
78 SvxPopupWindowListBox & operator = (const int& );
83 …SvxPopupWindowListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL, sal_uInt16 nTbxId, To…
84 virtual ~SvxPopupWindowListBox();
103 SvxPopupWindowListBox::SvxPopupWindowListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL,… in SvxPopupWindowListBox() function in SvxPopupWindowListBox
120 SvxPopupWindowListBox::~SvxPopupWindowListBox() in ~SvxPopupWindowListBox()
126 SfxPopupWindow* SvxPopupWindowListBox::Clone() const in Clone()
128 return new SvxPopupWindowListBox( GetId(), maCommandURL, nTbxId, rToolBox ); in Clone()
132 void SvxPopupWindowListBox::PopupModeEnd() in PopupModeEnd()
147 void SvxPopupWindowListBox::StateChanged( in StateChanged()
155 void SvxPopupWindowListBox::StartSelection() in StartSelection()
160 Window* SvxPopupWindowListBox::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
327 pPopupWin = new SvxPopupWindowListBox( GetSlotId(), m_aCommandURL, GetId(), rBox ); in CreatePopupWindow()