LibreOffice Module extensions (master) 1
|
#include <browserlistbox.hxx>
Public Member Functions | |
ListBoxLine (OUString _aName, BrowserLinePointer _pLine, css::uno::Reference< css::inspection::XPropertyHandler > _xHandler) | |
Public Attributes | |
OUString | aName |
BrowserLinePointer | pLine |
css::uno::Reference< css::inspection::XPropertyHandler > | xHandler |
Definition at line 50 of file browserlistbox.hxx.
|
inline |
Definition at line 57 of file browserlistbox.hxx.
OUString pcr::ListBoxLine::aName |
Definition at line 52 of file browserlistbox.hxx.
BrowserLinePointer pcr::ListBoxLine::pLine |
Definition at line 53 of file browserlistbox.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), pcr::OBrowserListBox::impl_getControlAsPropertyValue(), pcr::OBrowserListBox::impl_setControlAsPropertyValue(), and pcr::OBrowserListBox::valueChanged().
css::uno::Reference< css::inspection::XPropertyHandler > pcr::ListBoxLine::xHandler |
Definition at line 55 of file browserlistbox.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), pcr::OBrowserListBox::impl_getControlAsPropertyValue(), and pcr::OBrowserListBox::impl_setControlAsPropertyValue().