|
LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
| SdOptionsContents (bool bImpress) | |
| bool | operator== (const SdOptionsContents &rOpt) const |
Public Member Functions inherited from SdOptionsGeneric | |
| SdOptionsGeneric (bool bImpress, const OUString &rSubTree) | |
| SdOptionsGeneric (SdOptionsGeneric const &) | |
| virtual | ~SdOptionsGeneric () |
| SdOptionsGeneric & | operator= (SdOptionsGeneric const &) |
| bool | IsImpress () const |
| void | EnableModify (bool bModify) |
| void | Store () |
Protected Member Functions | |
| virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const override |
| virtual bool | ReadData (const css::uno::Any *pValues) override |
| virtual bool | WriteData (css::uno::Any *pValues) const override |
Protected Member Functions inherited from SdOptionsGeneric | |
| void | Init () const |
| void | OptionsChanged () |
| virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const =0 |
| virtual bool | ReadData (const css::uno::Any *pValues)=0 |
| virtual bool | WriteData (css::uno::Any *pValues) const =0 |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
| static bool | isMetricSystem () |
Definition at line 165 of file optsitem.hxx.
| SdOptionsContents::SdOptionsContents | ( | bool | bImpress | ) |
Definition at line 345 of file optsitem.cxx.
References SdOptionsGeneric::EnableModify().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 358 of file optsitem.cxx.
References aPropNames, and SAL_N_ELEMENTS.
| bool SdOptionsContents::operator== | ( | const SdOptionsContents & | rOpt | ) | const |
Definition at line 353 of file optsitem.cxx.
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 372 of file optsitem.cxx.
|
overrideprotectedvirtual |