Home
last modified time | relevance | path

Searched refs:SfxInt16Item (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dintitem.cxx37 SfxPoolItem* SfxInt16Item::CreateDefault() in CreateDefault()
39 return new SfxInt16Item(); in CreateDefault()
43 bool SfxInt16Item::operator ==(const SfxPoolItem & rItem) const in operator ==()
46 return m_nValue == static_cast< const SfxInt16Item * >(&rItem)-> in operator ==()
51 bool SfxInt16Item::GetPresentation(SfxItemPresentation, in GetPresentation()
61 boost::property_tree::ptree SfxInt16Item::dumpAsJSON() const in dumpAsJSON()
70 bool SfxInt16Item::QueryValue(css::uno::Any& rVal, sal_uInt8) const in QueryValue()
78 bool SfxInt16Item::PutValue(const css::uno::Any& rVal, sal_uInt8 ) in PutValue()
91 SfxInt16Item* SfxInt16Item::Clone(SfxItemPool *) const in Clone()
93 return new SfxInt16Item(*this); in Clone()
H A Dimageitm.cxx28 : SfxInt16Item( which, 0 ), mnAngle(0), mbMirrored(false) in SfxImageItem()
33 : SfxInt16Item( rItem ), in SfxImageItem()
49 if (!SfxInt16Item::operator==(rItem)) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dintitem.cxx37 SfxPoolItem* SfxInt16Item::CreateDefault() in CreateDefault()
39 return new SfxInt16Item(); in CreateDefault()
43 bool SfxInt16Item::operator ==(const SfxPoolItem & rItem) const in operator ==()
46 return m_nValue == static_cast< const SfxInt16Item * >(&rItem)-> in operator ==()
51 bool SfxInt16Item::GetPresentation(SfxItemPresentation, in GetPresentation()
62 bool SfxInt16Item::QueryValue(css::uno::Any& rVal, sal_uInt8) const in QueryValue()
70 bool SfxInt16Item::PutValue(const css::uno::Any& rVal, sal_uInt8 ) in PutValue()
83 SfxPoolItem * SfxInt16Item::Clone(SfxItemPool *) const in Clone()
85 return new SfxInt16Item(*this); in Clone()
H A Dimageitm.cxx38 : SfxInt16Item( which, 0 ), in SfxImageItem()
46 : SfxInt16Item( rItem ), in SfxImageItem()
64 return SfxInt16Item::operator==(rItem) && in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx135 const SfxInt16Item aBrightItem( SID_ATTR_GRAF_LUMINANCE, nBright ); in IMPL_LINK_NOARG()
153 const SfxInt16Item aTransItem( SID_ATTR_GRAF_TRANSPARENCE, nTrans ); in IMPL_LINK_NOARG()
162 const SfxInt16Item aTransItem( SID_ATTR_GRAF_MODE, nTrans ); in IMPL_LINK_NOARG()
171 const SfxInt16Item aRedItem( SID_ATTR_GRAF_RED, nRed ); in IMPL_LINK_NOARG()
180 const SfxInt16Item aGreenItem( SID_ATTR_GRAF_GREEN, nGreen ); in IMPL_LINK_NOARG()
189 const SfxInt16Item aBlueItem( SID_ATTR_GRAF_BLUE, nBlue ); in IMPL_LINK_NOARG()
241 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
265 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
337 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
361 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx93 const SfxInt16Item aBrightItem( SID_ATTR_GRAF_LUMINANCE, nBright ); in IMPL_LINK_NOARG()
102 const SfxInt16Item aContrastItem( SID_ATTR_GRAF_CONTRAST, nContrast ); in IMPL_LINK_NOARG()
111 const SfxInt16Item aTransItem( SID_ATTR_GRAF_TRANSPARENCE, nTrans ); in IMPL_LINK_NOARG()
120 const SfxInt16Item aTransItem( SID_ATTR_GRAF_MODE, nTrans ); in IMPL_LINK_NOARG()
149 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
173 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dintitem.hxx40 class SVL_DLLPUBLIC SfxInt16Item: public SfxPoolItem class
47 explicit SfxInt16Item(sal_uInt16 which = 0, sal_Int16 nTheValue = 0): in SfxInt16Item() function in SfxInt16Item
67 virtual SfxInt16Item* Clone(SfxItemPool * = nullptr) const override;
74 inline void SfxInt16Item::SetValue(sal_Int16 nTheValue) in SetValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/sdi/
H A Dprevwsh.sdi36 SfxInt16Item By SID_CURSORPAGEUP
46 SfxInt16Item By SID_CURSORPAGEDOWN
59 SfxInt16Item By SID_CURSORDOWN
68 SfxInt16Item By SID_CURSORUP
77 SfxInt16Item By SID_CURSORLEFT
87 SfxInt16Item By SID_CURSORRIGHT
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dgrafctrl.cxx145 nValue = static_cast<const SfxInt16Item*>( pItem )->GetValue(); in Update()
414 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafRedToolBoxControl, SfxInt16Item );
421 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafGreenToolBoxControl, SfxInt16Item );
428 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafBlueToolBoxControl, SfxInt16Item );
435 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafLuminanceToolBoxControl, SfxInt16Item );
442 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafContrastToolBoxControl, SfxInt16Item );
526 aSet.Put( SdrGrafRedItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
537 aSet.Put( SdrGrafGreenItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
548 aSet.Put( SdrGrafBlueItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
570 … aSet.Put( SdrGrafContrastItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dgrafctrl.cxx179 nValue = static_cast<const SfxInt16Item*>( pItem )->GetValue(); in Update()
468 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafRedToolBoxControl, SfxInt16Item );
475 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafGreenToolBoxControl, SfxInt16Item );
482 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafBlueToolBoxControl, SfxInt16Item );
489 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafLuminanceToolBoxControl, SfxInt16Item );
496 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafContrastToolBoxControl, SfxInt16Item );
580 aSet.Put( SdrGrafRedItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
591 aSet.Put( SdrGrafGreenItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
602 aSet.Put( SdrGrafBlueItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
624 … aSet.Put( SdrGrafContrastItem( static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecuteGrafAttr()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/sdi/
H A Dprevwsh.sdi38 SfxInt16Item By SID_CURSORPAGEUP
49 SfxInt16Item By SID_CURSORPAGEDOWN
63 SfxInt16Item By SID_CURSORDOWN
73 SfxInt16Item By SID_CURSORUP
83 SfxInt16Item By SID_CURSORLEFT
94 SfxInt16Item By SID_CURSORRIGHT
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dgrfatr.hxx113 class SW_DLLPUBLIC SwLuminanceGrf : public SfxInt16Item
117 : SfxInt16Item( RES_GRFATR_LUMINANCE, nVal ) in SwLuminanceGrf()
129 class SW_DLLPUBLIC SwContrastGrf : public SfxInt16Item
133 : SfxInt16Item( RES_GRFATR_CONTRAST, nVal ) in SwContrastGrf()
145 class SwChannelGrf : public SfxInt16Item
149 : SfxInt16Item( nWhichL, nVal ) in SwChannelGrf()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dgrfatr.hxx111 class SW_DLLPUBLIC SwLuminanceGrf : public SfxInt16Item
115 : SfxInt16Item( RES_GRFATR_LUMINANCE, nVal ) in SwLuminanceGrf()
127 class SW_DLLPUBLIC SwContrastGrf : public SfxInt16Item
131 : SfxInt16Item( RES_GRFATR_CONTRAST, nVal ) in SwContrastGrf()
143 class SwChannelGrf : public SfxInt16Item
147 : SfxInt16Item( nWhichL, nVal ) in SwChannelGrf()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dintitem.hxx39 class SVL_DLLPUBLIC SfxInt16Item: public SfxPoolItem class
46 explicit SfxInt16Item(sal_uInt16 which = 0, sal_Int16 nTheValue = 0): in SfxInt16Item() function in SfxInt16Item
71 inline void SfxInt16Item::SetValue(sal_Int16 nTheValue) in SetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsdtaaitm.hxx26 class SVX_DLLPUBLIC SdrTextAniAmountItem final : public SfxInt16Item {
28 SdrTextAniAmountItem(sal_Int16 nVal=0): SfxInt16Item(SDRATTR_TEXT_ANIAMOUNT,nVal) {} in SdrTextAniAmountItem()
H A Dsdprcitm.hxx44 class SVX_DLLPUBLIC SdrSignedPercentItem : public SfxInt16Item
47 SdrSignedPercentItem( sal_uInt16 nId, sal_Int16 nVal ) : SfxInt16Item( nId,nVal ) {} in SdrSignedPercentItem()
H A Dsxmtfitm.hxx56 class SVX_DLLPUBLIC SdrMeasureDecimalPlacesItem: public SfxInt16Item {
58 … SdrMeasureDecimalPlacesItem(sal_Int16 nVal=2): SfxInt16Item(SDRATTR_MEASUREDECIMALPLACES,nVal) {} in SdrMeasureDecimalPlacesItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsdtaaitm.hxx26 class SVXCORE_DLLPUBLIC SdrTextAniAmountItem final : public SfxInt16Item {
28 SdrTextAniAmountItem(sal_Int16 nVal=0): SfxInt16Item(SDRATTR_TEXT_ANIAMOUNT,nVal) {} in SdrTextAniAmountItem()
H A Dsdprcitm.hxx47 class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) SdrSignedPercentItem : public SfxInt16Item
50 SdrSignedPercentItem( sal_uInt16 nId, sal_Int16 nVal ) : SfxInt16Item( nId,nVal ) {}
H A Dsxmtfitm.hxx56 class SVXCORE_DLLPUBLIC SdrMeasureDecimalPlacesItem: public SfxInt16Item {
58 … SdrMeasureDecimalPlacesItem(sal_Int16 nVal=2): SfxInt16Item(SDRATTR_MEASUREDECIMALPLACES,nVal) {} in SdrMeasureDecimalPlacesItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx139 aSet.Put(SfxInt16Item(FN_DRAW_WRAP_DLG, sal_uInt8(pSh->GetLayerId()))); in Execute()
151 … short nLayer = static_cast<const SfxInt16Item*>(pWrapItem)->GetValue(); in Execute()
218 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, static_cast<sal_Int16>(nAnchor))); in Execute()
229 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_ORIENT, aVOrient.GetVertOrient())); in Execute()
230 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, aVOrient.GetRelationOrient() )); in Execute()
234 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, aHOrient.GetHoriOrient())); in Execute()
235 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, aHOrient.GetRelationOrient() )); in Execute()
298 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute()
301 … static_cast<const SfxInt16Item*>(pHoriRelation)->GetValue()); in Execute()
319 … static_cast<const SfxInt16Item*>(pVertOrient)->GetValue()); in Execute()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcellsh4.cxx46 nRepeat = static_cast<SCCOLROW>(static_cast<const SfxInt16Item*>(pItem)->GetValue()); in ExecuteCursor()
231 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursor()
259 nRepeat = static_cast<SCCOLROW>(static_cast<const SfxInt16Item*>(pItem)->GetValue()); in ExecuteCursorSel()
314 rReq.AppendItem( SfxInt16Item(FN_PARAM_1,static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursorSel()
371 … sal_Int16 nModifier = static_cast<const SfxInt16Item*>(pModifierItem)->GetValue(); in ExecuteMove()
388 … sal_Int16 nModifier = static_cast<const SfxInt16Item*>(pModifierItem)->GetValue(); in ExecuteMove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcellsh4.cxx50 nRepeat = static_cast<SCCOLROW>(static_cast<const SfxInt16Item*>(pItem)->GetValue()); in ExecuteCursor()
235 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursor()
263 nRepeat = static_cast<SCCOLROW>(static_cast<const SfxInt16Item*>(pItem)->GetValue()); in ExecuteCursorSel()
318 rReq.AppendItem( SfxInt16Item(FN_PARAM_1,static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursorSel()
375 … sal_Int16 nModifier = static_cast<const SfxInt16Item*>(pModifierItem)->GetValue(); in ExecuteMove()
392 … sal_Int16 nModifier = static_cast<const SfxInt16Item*>(pModifierItem)->GetValue(); in ExecuteMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx132 aSet.Put(SfxInt16Item(FN_DRAW_WRAP_DLG, sal_uInt8(pSh->GetLayerId()))); in Execute()
144 … short nLayer = static_cast<const SfxInt16Item*>(pWrapItem)->GetValue(); in Execute()
211 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, static_cast<sal_Int16>(nAnchor))); in Execute()
222 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_ORIENT, aVOrient.GetVertOrient())); in Execute()
223 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, aVOrient.GetRelationOrient() )); in Execute()
227 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, aHOrient.GetHoriOrient())); in Execute()
228 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, aHOrient.GetRelationOrient() )); in Execute()
293 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute()
296 … static_cast<const SfxInt16Item*>(pHoriRelation)->GetValue()); in Execute()
314 … static_cast<const SfxInt16Item*>(pVertOrient)->GetValue()); in Execute()
[all …]
H A Dgrfsh.cxx615 static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecAttr()
621 static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecAttr()
627 static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecAttr()
633 static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecAttr()
639 static_cast<const SfxInt16Item*>(pItem)->GetValue() )); in ExecAttr()
798 rSet.Put( SfxInt16Item( nWhich, in GetAttrState()
804 rSet.Put( SfxInt16Item( nWhich, in GetAttrState()
810 rSet.Put( SfxInt16Item( nWhich, in GetAttrState()
816 rSet.Put( SfxInt16Item( nWhich, in GetAttrState()
822 rSet.Put( SfxInt16Item( nWhich, in GetAttrState()

1234567