LibreOffice Module svx (master)
1
|
#include <optgrid.hxx>
Public Member Functions | |
SvxGridItem (sal_uInt16 _nWhich) | |
virtual SvxGridItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
![]() | |
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 |
![]() | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Friends | |
class | SvxGridTabPage |
Additional Inherited Members | |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
![]() | |
sal_uInt32 | nFldDrawX |
sal_uInt32 | nFldDivisionX |
sal_uInt32 | nFldDrawY |
sal_uInt32 | nFldDivisionY |
sal_uInt32 | nFldSnapX |
sal_uInt32 | nFldSnapY |
bool | bUseGridsnap:1 |
bool | bSynchronize:1 |
bool | bGridVisible:1 |
bool | bEqualGrid: 1 |
Definition at line 71 of file optgrid.hxx.
|
inline |
Definition at line 77 of file optgrid.hxx.
Referenced by Clone().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 78 of file optgrid.cxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 59 of file optgrid.cxx.
References assert(), SvxOptionsGrid::bEqualGrid, SvxOptionsGrid::bGridVisible, SvxOptionsGrid::bSynchronize, SvxOptionsGrid::bUseGridsnap, SvxOptionsGrid::nFldDivisionX, SvxOptionsGrid::nFldDivisionY, SvxOptionsGrid::nFldDrawX, SvxOptionsGrid::nFldDrawY, SvxOptionsGrid::nFldSnapX, and SvxOptionsGrid::nFldSnapY.
|
friend |
Definition at line 74 of file optgrid.hxx.