Home
last modified time | relevance | path

Searched refs:SdrHorzShearOneItem (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/inc/
H A Dsxsoitm.hxx25 class SdrHorzShearOneItem: public SdrAngleItem { class
27 SdrHorzShearOneItem(): SdrAngleItem(SDRATTR_HORZSHEARONE,0_deg100) {} in SdrHorzShearOneItem() function in SdrHorzShearOneItem
28 SdrHorzShearOneItem* Clone(SfxItemPool*) const override in Clone()
30 return new SdrHorzShearOneItem(*this); in Clone()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/inc/
H A Dsxsoitm.hxx25 class SdrHorzShearOneItem: public SdrAngleItem { class
27 SdrHorzShearOneItem(): SdrAngleItem(SDRATTR_HORZSHEARONE,0) {} in SdrHorzShearOneItem() function in SdrHorzShearOneItem
30 return new SdrHorzShearOneItem(*this); in Clone()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvddef.hxx96 class SdrHorzShearOneItem;
291 #define SDRATTR_HORZSHEARONE TypedWhichId<SdrHorzShearOneItem>(SDRATTR_NOTPERSIST_FIRST+23) …
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvddef.hxx96 class SdrHorzShearOneItem;
305 constexpr TypedWhichId<SdrHorzShearOneItem> SDRATTR_HORZSHEARONE (SDRATTR_NOTPERSIST_FIRST+23…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedtv1.cxx872 rAttr.Put(SdrHorzShearOneItem()); in MergeNotPersistAttrFromMarked()
H A Dsvdattr.cxx240 rPoolDefaults[SDRATTR_HORZSHEARONE -SDRATTR_START]=new SdrHorzShearOneItem; in SdrItemPool()
H A Dsvdobj.cxx2035 long n=static_cast<const SdrHorzShearOneItem*>(pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedtv1.cxx855 rAttr.Put(SdrHorzShearOneItem()); in MergeNotPersistAttrFromMarked()
H A Dsvdattr.cxx232 rPoolDefaults[SDRATTR_HORZSHEARONE -SDRATTR_START]=new SdrHorzShearOneItem; in SdrItemPool()
H A Dsvdobj.cxx2101 Degree100 n=static_cast<const SdrHorzShearOneItem*>(pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()