LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
SdOptionsZoom (bool bImpress) | |
void | GetScale (sal_Int32 &rX, sal_Int32 &rY) const |
void | SetScale (sal_Int32 nInX, sal_Int32 nInY) |
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 |
Private Attributes | |
sal_Int32 | nX |
sal_Int32 | nY |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
static bool | isMetricSystem () |
Definition at line 407 of file optsitem.hxx.
|
explicit |
Definition at line 924 of file optsitem.cxx.
References SdOptionsGeneric::EnableModify().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 935 of file optsitem.cxx.
References aPropNames, SdOptionsGeneric::IsImpress(), and SAL_N_ELEMENTS.
|
inline |
Definition at line 424 of file optsitem.hxx.
References SdOptionsGeneric::Init(), nX, and nY.
Referenced by SdModule::CreateItemSet(), SdDrawDocument::SdDrawDocument(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 947 of file optsitem.cxx.
References pValues, SetScale(), x, and y.
|
inline |
Definition at line 425 of file optsitem.hxx.
References nX, nY, and SdOptionsGeneric::OptionsChanged().
Referenced by SdModule::ApplyItemSet(), and ReadData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 959 of file optsitem.cxx.
References GetScale(), pValues, x, and y.
|
private |
Definition at line 411 of file optsitem.hxx.
Referenced by GetScale(), and SetScale().
|
private |
Definition at line 412 of file optsitem.hxx.
Referenced by GetScale(), and SetScale().