|
LibreOffice Module sc (master) 1
|
#include <viewopti.hxx>
Public Member Functions | |
| ScGridOptions () | |
| ScGridOptions (const SvxOptionsGrid &rOpt) | |
| void | SetDefaults () |
| bool | operator== (const ScGridOptions &rOpt) const |
| bool | operator!= (const ScGridOptions &rOpt) const |
Public Member Functions inherited from SvxOptionsGrid | |
| SvxOptionsGrid () | |
| void | SetFieldDrawX (sal_uInt32 nSet) |
| void | SetFieldDivisionX (sal_uInt32 nSet) |
| void | SetFieldDrawY (sal_uInt32 nSet) |
| void | SetFieldDivisionY (sal_uInt32 nSet) |
| void | SetFieldSnapX (sal_uInt32 nSet) |
| void | SetFieldSnapY (sal_uInt32 nSet) |
| void | SetUseGridSnap (bool bSet) |
| void | SetSynchronize (bool bSet) |
| void | SetGridVisible (bool bSet) |
| void | SetEqualGrid (bool bSet) |
| sal_uInt32 | GetFieldDrawX () const |
| sal_uInt32 | GetFieldDivisionX () const |
| sal_uInt32 | GetFieldDrawY () const |
| sal_uInt32 | GetFieldDivisionY () const |
| sal_uInt32 | GetFieldSnapX () const |
| sal_uInt32 | GetFieldSnapY () const |
| bool | GetUseGridSnap () const |
| bool | GetSynchronize () const |
| bool | GetGridVisible () const |
| bool | GetEqualGrid () const |
Additional Inherited Members | |
Protected Attributes inherited from SvxOptionsGrid | |
| sal_uInt32 | nFldDrawX |
| sal_uInt32 | nFldDivisionX |
| sal_uInt32 | nFldDrawY |
| sal_uInt32 | nFldDivisionY |
| sal_uInt32 | nFldSnapX |
| sal_uInt32 | nFldSnapY |
| bool | bUseGridsnap |
| bool | bSynchronize |
| bool | bGridVisible |
| bool | bEqualGrid |
Definition at line 63 of file viewopti.hxx.
|
inline |
Definition at line 66 of file viewopti.hxx.
Referenced by SetDefaults().
|
inline |
Definition at line 67 of file viewopti.hxx.
|
inline |
Definition at line 71 of file viewopti.hxx.
References operator==().
| bool ScGridOptions::operator== | ( | const ScGridOptions & | rOpt | ) | const |
Definition at line 63 of file viewopti.cxx.
References SvxOptionsGrid::bEqualGrid, SvxOptionsGrid::bGridVisible, SvxOptionsGrid::bSynchronize, SvxOptionsGrid::bUseGridsnap, SvxOptionsGrid::nFldDivisionX, SvxOptionsGrid::nFldDivisionY, SvxOptionsGrid::nFldDrawX, SvxOptionsGrid::nFldDrawY, SvxOptionsGrid::nFldSnapX, and SvxOptionsGrid::nFldSnapY.
Referenced by operator!=().
| void ScGridOptions::SetDefaults | ( | ) |
Definition at line 38 of file viewopti.cxx.
References ScOptionsUtil::IsMetricSystem(), SvxOptionsGrid::nFldDivisionX, SvxOptionsGrid::nFldDivisionY, SvxOptionsGrid::nFldDrawX, SvxOptionsGrid::nFldDrawY, SvxOptionsGrid::nFldSnapX, SvxOptionsGrid::nFldSnapY, and ScGridOptions().
Referenced by ScViewOptions::SetDefaults().