LibreOffice Module extensions (master) 1
|
#include <linedescriptor.hxx>
Public Member Functions | |
OLineDescriptor () | |
void | assignFrom (const css::inspection::LineDescriptor &_rhs) |
Public Attributes | |
OUString | sName |
css::uno::Reference< css::inspection::XPropertyHandler > | xPropertyHandler |
css::uno::Any | aValue |
bool | bUnknownValue: 1 |
bool | bReadOnly: 1 |
Definition at line 27 of file linedescriptor.hxx.
|
inline |
Definition at line 37 of file linedescriptor.hxx.
|
inline |
Definition at line 43 of file linedescriptor.hxx.
Referenced by pcr::OPropertyBrowserController::describePropertyLine().
css::uno::Any pcr::OLineDescriptor::aValue |
Definition at line 32 of file linedescriptor.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), and pcr::OPropertyBrowserController::describePropertyLine().
bool pcr::OLineDescriptor::bReadOnly |
Definition at line 35 of file linedescriptor.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), and pcr::OPropertyBrowserController::describePropertyLine().
bool pcr::OLineDescriptor::bUnknownValue |
Definition at line 34 of file linedescriptor.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), and pcr::OPropertyBrowserController::describePropertyLine().
OUString pcr::OLineDescriptor::sName |
Definition at line 29 of file linedescriptor.hxx.
Referenced by pcr::OPropertyEditor::ChangeEntry(), pcr::OBrowserListBox::ChangeEntry(), pcr::OPropertyBrowserController::describePropertyLine(), pcr::OPropertyEditor::InsertEntry(), and pcr::OBrowserListBox::InsertEntry().
css::uno::Reference< css::inspection::XPropertyHandler > pcr::OLineDescriptor::xPropertyHandler |
Definition at line 31 of file linedescriptor.hxx.
Referenced by pcr::OBrowserListBox::ChangeEntry(), pcr::OPropertyBrowserController::describePropertyLine(), and pcr::OBrowserListBox::InsertEntry().