LibreOffice Module sw (master) 1
|
#include <unocrsrhelper.hxx>
Public Member Functions | |
void | SetValue (sal_uInt16 nWhichId, sal_uInt16 nMemberId, const css::uno::Any &rAny) |
bool | FillValue (sal_uInt16 nWhichId, sal_uInt16 nMemberId, const css::uno::Any *&pAny) |
Private Attributes | |
std::map< sal_uInt32, css::uno::Any > | m_Map |
Definition at line 65 of file unocrsrhelper.hxx.
bool SwUnoCursorHelper::SwAnyMapHelper::FillValue | ( | sal_uInt16 | nWhichId, |
sal_uInt16 | nMemberId, | ||
const css::uno::Any *& | pAny | ||
) |
Definition at line 1577 of file unocrsrhelper.cxx.
References m_Map.
Referenced by BaseFrameProperties_Impl::GetProperty().
void SwUnoCursorHelper::SwAnyMapHelper::SetValue | ( | sal_uInt16 | nWhichId, |
sal_uInt16 | nMemberId, | ||
const css::uno::Any & | rAny | ||
) |
Definition at line 1571 of file unocrsrhelper.cxx.
References m_Map.
Referenced by BaseFrameProperties_Impl::SetProperty().
|
private |
Definition at line 69 of file unocrsrhelper.hxx.
Referenced by FillValue(), and SetValue().