LibreOffice Module svl (master) 1
Public Member Functions | Private Attributes | List of all members
SvCommandList Class Reference

#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< SvCommandaCommandList
 

Detailed Description

Definition at line 49 of file ownlist.hxx.

Member Function Documentation

◆ Append()

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().

◆ FillFromSequence()

void SvCommandList::FillFromSequence ( const css::uno::Sequence< css::beans::PropertyValue > &  aCommandSequence)

Definition at line 42 of file ownlist.cxx.

References aCommand, and Append().

◆ FillSequence()

void SvCommandList::FillSequence ( css::uno::Sequence< css::beans::PropertyValue > &  aCommandSequence) const

Definition at line 56 of file ownlist.cxx.

References aCommandList, nCount, and nIndex.

◆ operator[]()

SvCommand const & SvCommandList::operator[] ( size_t  i)
inline

Definition at line 67 of file ownlist.hxx.

References i.

◆ size()

size_t SvCommandList::size ( ) const
inline

Definition at line 65 of file ownlist.hxx.

Member Data Documentation

◆ aCommandList

::std::vector< SvCommand > SvCommandList::aCommandList
private

Definition at line 57 of file ownlist.hxx.

Referenced by Append(), and FillSequence().


The documentation for this class was generated from the following files: