|
LibreOffice Module toolkit (master) 1
|
Public Member Functions | |
| UnoControlListBoxModel_Data (UnoControlListBoxModel &i_rAntiImpl) | |
| sal_Int32 | getItemCount () const |
| const ListItem & | getItem (const sal_Int32 i_nIndex) const |
| ListItem & | getItem (const sal_Int32 i_nIndex) |
| ListItem & | insertItem (const sal_Int32 i_nIndex) |
| Sequence< UnoListItem > | getAllItems () const |
| void | copyItems (const UnoControlListBoxModel_Data &i_copySource) |
| void | setAllItems (::std::vector< ListItem > &&i_rItems) |
| void | removeItem (const sal_Int32 i_nIndex) |
| void | removeAllItems () |
Public Attributes | |
| bool | m_bSettingLegacyProperty |
Private Attributes | |
| UnoControlListBoxModel & | m_rAntiImpl |
| ::std::vector< ListItem > | m_aListItems |
Definition at line 1984 of file unocontrols.cxx.
|
inlineexplicit |
Definition at line 1986 of file unocontrols.cxx.
|
inline |
Definition at line 2020 of file unocontrols.cxx.
References m_aListItems.
|
inline |
Definition at line 2013 of file unocontrols.cxx.
References m_aListItems.
|
inline |
Definition at line 2001 of file unocontrols.cxx.
|
inline |
Definition at line 1994 of file unocontrols.cxx.
References ListItem, m_aListItems, m_rAntiImpl, and o3tl::make_unsigned().
Referenced by getItem().
|
inline |
Definition at line 1992 of file unocontrols.cxx.
References m_aListItems.
|
inline |
Definition at line 2006 of file unocontrols.cxx.
References ListItem, m_aListItems, m_rAntiImpl, and o3tl::make_unsigned().
|
inline |
Definition at line 2037 of file unocontrols.cxx.
References m_aListItems.
|
inline |
Definition at line 2030 of file unocontrols.cxx.
References m_aListItems, m_rAntiImpl, and o3tl::make_unsigned().
|
inline |
Definition at line 2025 of file unocontrols.cxx.
References m_aListItems.
|
private |
Definition at line 2047 of file unocontrols.cxx.
Referenced by copyItems(), getAllItems(), getItem(), getItemCount(), insertItem(), removeAllItems(), removeItem(), and setAllItems().
| bool UnoControlListBoxModel_Data::m_bSettingLegacyProperty |
Definition at line 2043 of file unocontrols.cxx.
|
private |
Definition at line 2046 of file unocontrols.cxx.
Referenced by getItem(), insertItem(), and removeItem().