LibreOffice Module svx (master) 1
|
#include <InspectorTextPanel.hxx>
Public Types | |
enum | { Category , ComplexProperty , SimpleProperty } |
Public Member Functions | |
TreeNode () | |
Public Attributes | |
OUString | sNodeName |
css::uno::Any | aValue |
bool | isGrey |
enum svx::sidebar::TreeNode:: { ... } | NodeType |
std::vector< TreeNode > | children |
Definition at line 26 of file InspectorTextPanel.hxx.
anonymous enum |
Enumerator | |
---|---|
Category | |
ComplexProperty | |
SimpleProperty |
Definition at line 31 of file InspectorTextPanel.hxx.
|
inline |
Definition at line 38 of file InspectorTextPanel.hxx.
css::uno::Any svx::sidebar::TreeNode::aValue |
Definition at line 29 of file InspectorTextPanel.hxx.
Referenced by svx::sidebar::FillBox_Impl().
std::vector<TreeNode> svx::sidebar::TreeNode::children |
Definition at line 37 of file InspectorTextPanel.hxx.
Referenced by svx::sidebar::FillBox_Impl().
bool svx::sidebar::TreeNode::isGrey |
Definition at line 30 of file InspectorTextPanel.hxx.
Referenced by svx::sidebar::FillBox_Impl().
enum { ... } svx::sidebar::TreeNode::NodeType |
Referenced by svx::sidebar::FillBox_Impl().
OUString svx::sidebar::TreeNode::sNodeName |
Definition at line 28 of file InspectorTextPanel.hxx.
Referenced by svx::sidebar::FillBox_Impl().