LibreOffice Module sw (master) 1
|
#include <vbasystem.hxx>
Public Member Functions | |
PrivateProfileStringListener () | |
virtual | ~PrivateProfileStringListener () |
void | Initialize (const OUString &rFileName, const OString &rGroupName, const OString &rKey) |
virtual void | setValueEvent (const css::uno::Any &value) override |
virtual css::uno::Any | getValueEvent () override |
virtual void | setValueEvent (const css::uno::Any &value)=0 |
virtual css::uno::Any | getValueEvent ()=0 |
Private Attributes | |
OUString | maFileName |
OString | maGroupName |
OString | maKey |
Additional Inherited Members | |
Protected Member Functions inherited from PropListener | |
~PropListener () | |
Definition at line 28 of file vbasystem.hxx.
|
inline |
Definition at line 35 of file vbasystem.hxx.
|
virtual |
Definition at line 39 of file vbasystem.cxx.
|
overridevirtual |
Implements PropListener.
Definition at line 81 of file vbasystem.cxx.
References LONG, maFileName, maGroupName, maKey, min(), Config::ReadKey(), SAL_N_ELEMENTS, and Config::SetGroup().
void PrivateProfileStringListener::Initialize | ( | const OUString & | rFileName, |
const OString & | rGroupName, | ||
const OString & | rKey | ||
) |
Definition at line 43 of file vbasystem.cxx.
References maFileName, maGroupName, and maKey.
Referenced by SwVbaSystem::PrivateProfileString().
|
overridevirtual |
Implements PropListener.
Definition at line 126 of file vbasystem.cxx.
References LONG, maFileName, maGroupName, maKey, OUStringToOString(), Config::SetGroup(), value, and Config::WriteKey().
|
private |
Definition at line 31 of file vbasystem.hxx.
Referenced by getValueEvent(), Initialize(), and setValueEvent().
|
private |
Definition at line 32 of file vbasystem.hxx.
Referenced by getValueEvent(), Initialize(), and setValueEvent().
|
private |
Definition at line 33 of file vbasystem.hxx.
Referenced by getValueEvent(), Initialize(), and setValueEvent().