|
LibreOffice Module svl (master) 1
|
#include <ownlist.hxx>
Public Member Functions | |
| void | Append (const OUString &rCommand, const OUString &rArg) |
| An object of the type SvCommand is created and the list is attached. More... | |
| void | FillFromSequence (const css::uno::Sequence< css::beans::PropertyValue > &) |
| void | FillSequence (css::uno::Sequence< css::beans::PropertyValue > &) const |
| size_t | size () const |
| SvCommand const & | operator[] (size_t i) |
Private Attributes | |
| ::std::vector< SvCommand > | aCommandList |
Definition at line 49 of file ownlist.hxx.
| void SvCommandList::Append | ( | const OUString & | rCommand, |
| const OUString & | rArg | ||
| ) |
An object of the type SvCommand is created and the list is attached.
Definition at line 33 of file ownlist.cxx.
References aCommandList.
Referenced by FillFromSequence().
| void SvCommandList::FillFromSequence | ( | const css::uno::Sequence< css::beans::PropertyValue > & | aCommandSequence | ) |
Definition at line 42 of file ownlist.cxx.
| void SvCommandList::FillSequence | ( | css::uno::Sequence< css::beans::PropertyValue > & | aCommandSequence | ) | const |
Definition at line 56 of file ownlist.cxx.
References aCommandList, nCount, and nIndex.
|
inline |
Definition at line 67 of file ownlist.hxx.
References i.
|
inline |
Definition at line 65 of file ownlist.hxx.
|
private |
Definition at line 57 of file ownlist.hxx.
Referenced by Append(), and FillSequence().