Home
last modified time | relevance | path

Searched refs:OBrowserListBox (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx355 DBG_NAME(OBrowserListBox) in DBG_NAME() argument
357 OBrowserListBox::OBrowserListBox( Window* pParent, WinBits nWinStyle) in DBG_NAME()
371 DBG_CTOR(OBrowserListBox,NULL); in DBG_NAME()
387 OBrowserListBox::~OBrowserListBox() in ~OBrowserListBox()
401 DBG_DTOR(OBrowserListBox,NULL); in ~OBrowserListBox()
455 void OBrowserListBox::Resize() in Resize()
569 void OBrowserListBox::UpdateVScroll() in UpdateVScroll()
644 void OBrowserListBox::UpdateAll() in UpdateAll()
650 void OBrowserListBox::DisableUpdate() in DisableUpdate()
656 void OBrowserListBox::EnableUpdate() in EnableUpdate()
[all …]
H A Dbrowserpage.hxx41 OBrowserListBox m_aListBox;
54 OBrowserListBox& getListBox();
55 const OBrowserListBox& getListBox() const;
H A Dbrowserlistbox.hxx97 class OBrowserListBox :public Control class
133OBrowserListBox( Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL );
135 ~OBrowserListBox();
H A Dbrowserpage.cxx66 OBrowserListBox& OBrowserPage::getListBox() in getListBox()
72 const OBrowserListBox& OBrowserPage::getListBox() const in getListBox()
H A Dpropertyeditor.cxx279 void OPropertyEditor::Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction) in Update()
294 Update(::std::mem_fun(&OBrowserListBox::EnableUpdate)); in EnableUpdate()
299 Update(::std::mem_fun(&OBrowserListBox::DisableUpdate)); in DisableUpdate()
H A Dpropertyeditor.hxx46 class OBrowserListBox;
137 void Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction);

Completed in 45 milliseconds