LibreOffice Module vcl (master) 1
|
#include <toolbox.h>
Public Attributes | |
std::vector< ToolBoxItemId > | m_aLineItemIds |
Public Attributes inherited from vcl::ControlLayoutData | |
OUString | m_aDisplayText |
std::vector< tools::Rectangle > | m_aUnicodeBoundRects |
std::vector< tools::Long > | m_aLineIndices |
VclPtr< const Control > | m_pParent |
Additional Inherited Members | |
Public Member Functions inherited from vcl::ControlLayoutData | |
ControlLayoutData () | |
~ControlLayoutData () | |
tools::Rectangle | GetCharacterBounds (tools::Long nIndex) const |
tools::Long | GetIndexForPoint (const Point &rPoint) const |
::Pair | GetLineStartEnd (tools::Long nLine) const |
tools::Long | ToRelativeLineIndex (tools::Long nIndex) const |
ToRelativeLineIndex changes a layout data index to a count relative to its line. More... | |
std::vector< ToolBoxItemId > vcl::ToolBoxLayoutData::m_aLineItemIds |