| /AOO42X/main/svl/source/items/ |
| H A D | intitem.cxx | 56 DBG_NAME(SfxInt16Item); 59 TYPEINIT1_AUTOFACTORY(SfxInt16Item, SfxPoolItem); 62 SfxInt16Item::SfxInt16Item(sal_uInt16 which, SvStream & rStream): in SfxInt16Item() function in SfxInt16Item 65 DBG_CTOR(SfxInt16Item, 0); in SfxInt16Item() 73 int SfxInt16Item::operator ==(const SfxPoolItem & rItem) const in operator ==() 75 DBG_CHKTHIS(SfxInt16Item, 0); in operator ==() 77 return m_nValue == SAL_STATIC_CAST(const SfxInt16Item *, &rItem)-> in operator ==() 83 int SfxInt16Item::Compare(const SfxPoolItem & rWith) const in Compare() 85 DBG_CHKTHIS(SfxInt16Item, 0); in Compare() 87 return SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare() [all …]
|
| H A D | imageitm.cxx | 30 TYPEINIT1( SfxImageItem, SfxInt16Item ); 44 : SfxInt16Item( which, nImage ) in SfxImageItem() 52 : SfxInt16Item( which, 0 ) in SfxImageItem() 61 : SfxInt16Item( rItem ) in SfxImageItem()
|
| /AOO42X/main/svx/source/sidebar/graphic/ |
| H A D | GraphicPropertyPanel.cxx | 212 const SfxInt16Item aBrightItem( SID_ATTR_GRAF_LUMINANCE, nBright ); in IMPL_LINK() 222 const SfxInt16Item aContrastItem( SID_ATTR_GRAF_CONTRAST, nContrast ); in IMPL_LINK() 232 const SfxInt16Item aTransItem( SID_ATTR_GRAF_TRANSPARENCE, nTrans ); in IMPL_LINK() 242 const SfxInt16Item aTransItem( SID_ATTR_GRAF_MODE, nTrans ); 252 const SfxInt16Item aRedItem( SID_ATTR_GRAF_RED, nRed ); in IMPL_LINK() 262 const SfxInt16Item aGreenItem( SID_ATTR_GRAF_GREEN, nGreen ); in IMPL_LINK() 272 const SfxInt16Item aBlueItem( SID_ATTR_GRAF_BLUE, nBlue ); in IMPL_LINK() 348 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate() 372 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate() 444 const SfxInt16Item* pItem = dynamic_cast< const SfxInt16Item* >(pState); in NotifyItemUpdate() [all …]
|
| /AOO42X/main/svl/inc/svl/ |
| H A D | intitem.hxx | 49 DBG_NAMEEX_VISIBILITY(SfxInt16Item, SVL_DLLPUBLIC) 51 class SVL_DLLPUBLIC SfxInt16Item: public SfxPoolItem class 58 SfxInt16Item(sal_uInt16 which = 0, sal_Int16 nTheValue = 0): in SfxInt16Item() function in SfxInt16Item 60 { DBG_CTOR(SfxInt16Item, 0); } in SfxInt16Item() 62 SfxInt16Item(sal_uInt16 nWhich, SvStream & rStream); 64 SfxInt16Item(const SfxInt16Item & rItem): in SfxInt16Item() function in SfxInt16Item 66 { DBG_CTOR(SfxInt16Item, 0); } in SfxInt16Item() 68 virtual ~SfxInt16Item() { DBG_DTOR(SfxInt16Item, 0); } in ~SfxInt16Item() 104 inline void SfxInt16Item::SetValue(sal_Int16 nTheValue) in SetValue()
|
| /AOO42X/main/svx/source/tbxctrls/ |
| H A D | grafctrl.cxx | 237 nValue = ( (SfxInt16Item*) pItem )->GetValue(); in Update() 708 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafRedToolBoxControl, SfxInt16Item ); 721 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafGreenToolBoxControl, SfxInt16Item ); 734 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafBlueToolBoxControl, SfxInt16Item ); 747 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafLuminanceToolBoxControl, SfxInt16Item ); 760 SFX_IMPL_TOOLBOX_CONTROL( SvxGrafContrastToolBoxControl, SfxInt16Item ); 875 aSet.Put( SdrGrafRedItem( ((SfxInt16Item*)pItem)->GetValue() )); in ExecuteGrafAttr() 886 aSet.Put( SdrGrafGreenItem( ((SfxInt16Item*)pItem)->GetValue() )); in ExecuteGrafAttr() 897 aSet.Put( SdrGrafBlueItem( ((SfxInt16Item*)pItem)->GetValue() )); in ExecuteGrafAttr() 908 aSet.Put( SdrGrafLuminanceItem( ((SfxInt16Item*)pItem)->GetValue() )); in ExecuteGrafAttr() [all …]
|
| /AOO42X/main/sw/source/ui/shells/ |
| H A D | drwbassh.cxx | 165 aSet.Put(SfxInt16Item(FN_DRAW_WRAP_DLG, pSh->GetLayerId())); in Execute() 180 short nLayer = ((const SfxInt16Item*)pWrapItem)->GetValue(); in Execute() 259 aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, nAnchor)); in Execute() 270 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_ORIENT, aVOrient.GetVertOrient())); in Execute() 271 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, aVOrient.GetRelationOrient() )); in Execute() 275 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, aHOrient.GetHoriOrient())); in Execute() 276 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, aHOrient.GetRelationOrient() )); in Execute() 312 pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem) in Execute() 317 … aAnchor.SetType((RndStdIds)((const SfxInt16Item*)pAnchorItem)->GetValue()); in Execute() 333 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute() [all …]
|
| H A D | grfsh.cxx | 444 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr() 449 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr() 454 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr() 459 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr() 464 ((SfxInt16Item*)pItem)->GetValue() )); in ExecAttr() 604 rSet.Put( SfxInt16Item( nWhich, ((SwLuminanceGrf&) in GetAttrState() 609 rSet.Put( SfxInt16Item( nWhich, ((SwContrastGrf&) in GetAttrState() 614 rSet.Put( SfxInt16Item( nWhich, ((SwChannelRGrf&) in GetAttrState() 619 rSet.Put( SfxInt16Item( nWhich, ((SwChannelGGrf&) in GetAttrState() 624 rSet.Put( SfxInt16Item( nWhich, ((SwChannelBGrf&) in GetAttrState()
|
| /AOO42X/main/sc/sdi/ |
| H A D | prevwsh.sdi | 42 SfxInt16Item By SID_CURSORPAGEUP 54 SfxInt16Item By SID_CURSORPAGEDOWN 69 SfxInt16Item By SID_CURSORDOWN 80 SfxInt16Item By SID_CURSORUP 91 SfxInt16Item By SID_CURSORLEFT 103 SfxInt16Item By SID_CURSORRIGHT
|
| H A D | cellsh.sdi | 238 SfxInt16Item By FN_PARAM_1, 249 SfxInt16Item By FN_PARAM_1 262 SfxInt16Item By FN_PARAM_1, 276 SfxInt16Item By FN_PARAM_1, 290 SfxInt16Item By FN_PARAM_1, 309 SfxInt16Item By FN_PARAM_1, 321 SfxInt16Item By FN_PARAM_1,
|
| H A D | scalc.sdi | 765 (SfxInt16Item Column SID_SC_CELLS,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2) 790 (SfxInt16Item Column SID_SC_CELLTEXT,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2) 989 SfxInt16Item Column SID_RANGE_COL 2323 (SfxInt16Item PosX SID_RANGE_COL,SfxInt32Item PosY SID_RANGE_ROW) 2804 (SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2829 (SfxInt16Item By FN_PARAM_1) 2854 (SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2879 (SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2904 (SfxInt16Item By FN_PARAM_1) 2929 (SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) [all …]
|
| /AOO42X/main/cui/source/tabpages/ |
| H A D | swpossizetabpage.cxx | 676 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_ANCHOR, nAnchor)); in FillItemSet() 732 const SfxInt16Item& rHoriOrient = in FillItemSet() 733 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_ORIENT)); in FillItemSet() 734 const SfxInt16Item& rHoriRelation = in FillItemSet() 735 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_HORI_RELATION)); in FillItemSet() 750 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, nAlign)); in FillItemSet() 751 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, nRel)); in FillItemSet() 762 const SfxInt16Item& rVertOrient = in FillItemSet() 763 … static_cast<const SfxInt16Item&>(rOldSet.Get( SID_ATTR_TRANSFORM_VERT_ORIENT)); in FillItemSet() 764 const SfxInt16Item& rVertRelation = in FillItemSet() [all …]
|
| /AOO42X/main/sw/inc/ |
| H A D | grfatr.hxx | 135 class SW_DLLPUBLIC SwLuminanceGrf : public SfxInt16Item 139 : SfxInt16Item( RES_GRFATR_LUMINANCE, nVal ) in SwLuminanceGrf() 151 class SW_DLLPUBLIC SwContrastGrf : public SfxInt16Item 155 : SfxInt16Item( RES_GRFATR_CONTRAST, nVal ) in SwContrastGrf() 167 class SwChannelGrf : public SfxInt16Item 171 : SfxInt16Item( nWhichL, nVal ) in SwChannelGrf()
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | sdprcitm.hxx | 57 class SVX_DLLPUBLIC SdrSignedPercentItem : public SfxInt16Item 61 SdrSignedPercentItem(): SfxInt16Item() {} in SdrSignedPercentItem() 62 SdrSignedPercentItem( sal_uInt16 nId, sal_Int16 nVal = 0 ) : SfxInt16Item( nId,nVal ) {} in SdrSignedPercentItem() 63 SdrSignedPercentItem( sal_uInt16 nId, SvStream& rIn ) : SfxInt16Item( nId,rIn ) {} in SdrSignedPercentItem()
|
| H A D | sxmtfitm.hxx | 48 class SdrMeasureDecimalPlacesItem: public SfxInt16Item { 50 … SdrMeasureDecimalPlacesItem(sal_Int16 nVal=2): SfxInt16Item(SDRATTR_MEASUREDECIMALPLACES,nVal) {} in SdrMeasureDecimalPlacesItem() 51 SdrMeasureDecimalPlacesItem(SvStream& rIn): SfxInt16Item(SDRATTR_MEASUREDECIMALPLACES,rIn) {} in SdrMeasureDecimalPlacesItem()
|
| H A D | sdtaaitm.hxx | 30 class SVX_DLLPUBLIC SdrTextAniAmountItem: public SfxInt16Item { 33 SdrTextAniAmountItem(sal_Int16 nVal=0): SfxInt16Item(SDRATTR_TEXT_ANIAMOUNT,nVal) {} in SdrTextAniAmountItem() 34 SdrTextAniAmountItem(SvStream& rIn): SfxInt16Item(SDRATTR_TEXT_ANIAMOUNT,rIn) {} in SdrTextAniAmountItem()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | cellsh4.cxx | 69 nRepeat = static_cast<SCsCOLROW>(((const SfxInt16Item*)pItem)->GetValue()); in ExecuteCursor() 163 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, static_cast<sal_Int16>(nRepeat)) ); in ExecuteCursor() 182 nRepeat = ((const SfxInt16Item*)pItem)->GetValue(); in ExecuteCursorSel() 203 rReq.AppendItem( SfxInt16Item(FN_PARAM_1, nRepeat ) ); in ExecuteCursorSel()
|
| H A D | auditsh.cxx | 118 DBG_ASSERT( pXItem->ISA(SfxInt16Item) && pYItem->ISA(SfxInt32Item), in Execute() 120 … SCsCOL nCol = static_cast<SCsCOL>(((const SfxInt16Item*) pXItem)->GetValue()); in Execute()
|
| H A D | cellsh1.cxx | 1268 SFX_REQUEST_ARG( rReq, pMoveItem, SfxInt16Item, FN_PARAM_5, sal_False ); in ExecuteEdit() 1371 rReq.AppendItem( SfxInt16Item( FN_PARAM_5, (sal_Int16) eMoveMode ) ); in ExecuteEdit() 1405 rReq.SetReturnValue(SfxInt16Item(nSlot, bRet)); // 1 = Erfolg, 0 = Fehler in ExecuteEdit() 1419 rReq.SetReturnValue(SfxInt16Item(nSlot, 1)); // 1 = Erfolg in ExecuteEdit() 1457 rReq.SetReturnValue(SfxInt16Item(nSlot, 1)); // 1 = Erfolg in ExecuteEdit() 1463 rReq.SetReturnValue(SfxInt16Item(nSlot, 0)); // 0 = Fehler in ExecuteEdit() 1471 rReq.SetReturnValue(SfxInt16Item(nSlot, 0)); // 0 = Fehler in ExecuteEdit()
|
| /AOO42X/main/editeng/source/outliner/ |
| H A D | outliner.cxx | 169 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ParagraphInserted() 624 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ImpConvertEdtToOut() 862 aAttrs.Put( SfxInt16Item( EE_PARA_OUTLLEVEL, nDepth ) ); in ImplInitDepth() 1235 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in Read() 1333 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in ImpTextPasted() 1629 …const SfxInt16Item& rLevel = (const SfxInt16Item&) pEditEngine->GetParaAttrib( nPara, EE_PARA_OUTL… in ParaAttribsChanged()
|
| /AOO42X/main/sfx2/sdi/ |
| H A D | sfx.sdi | 1131 …sword SID_PASSWORD,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VER… 1987 (SfxInt16Item By SID_CURSORDOWN) 2012 (SfxInt16Item By SID_CURSORPAGEDOWN,SfxBoolItem Sel FN_PARAM_2) 2037 (SfxInt16Item By FN_PARAM_1) 2062 (SfxInt16Item By FN_PARAM_1) 2087 (SfxInt16Item By SID_CURSORLEFT,SfxBoolItem Sel FN_PARAM_2) 2112 (SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2137 (SfxInt16Item By FN_PARAM_1) 2162 (SfxInt16Item By FN_PARAM_1) 2187 (SfxInt16Item By SID_CURSORRIGHT,SfxBoolItem Sel FN_PARAM_2) [all …]
|
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 3879 SfxInt16Item aNewListLevelItem( RES_PARATR_LIST_LEVEL, in SetAttrListLevel() 3896 const SfxInt16Item& aListLevelItem = in GetAttrListLevel() 3897 dynamic_cast<const SfxInt16Item&>(GetAttr( RES_PARATR_LIST_LEVEL )); in GetAttrListLevel() 3981 SfxInt16Item aNewListRestartValueItem( RES_PARATR_LIST_RESTARTVALUE, in SetAttrListRestartValue() 4001 const SfxInt16Item& aListRestartValueItem = in GetAttrListRestartValue() 4002 dynamic_cast<const SfxInt16Item&>(GetAttr( RES_PARATR_LIST_RESTARTVALUE )); in GetAttrListRestartValue() 4478 const SfxInt16Item& aListLevelItem = in HandleSetAttrAtTxtNode() 4479 dynamic_cast<const SfxInt16Item&>(pItem); in HandleSetAttrAtTxtNode() 4503 const SfxInt16Item& aListRestartValueItem = in HandleSetAttrAtTxtNode() 4504 dynamic_cast<const SfxInt16Item&>(pItem); in HandleSetAttrAtTxtNode() [all …]
|
| /AOO42X/main/sd/source/ui/func/ |
| H A D | fuparagr.cxx | 105 …aNewAttr.Put( SfxInt16Item( ATTR_NUMBER_NEWSTART_AT, pOutliner->GetNumberingStartValue( eSelection… in DoExecute() 149 const sal_Int16 nStartAt = ((SfxInt16Item*)pItem)->GetValue(); in DoExecute()
|
| /AOO42X/main/sw/source/core/bastyp/ |
| H A D | init.cxx | 557 …aAttrTab[ RES_CHRATR_BIDIRTL - POOLATTR_BEGIN ] = new SfxInt16Item( RES_CHRATR_BIDIRTL, sal_Int16(… in _InitCore() 558 …aAttrTab[ RES_CHRATR_IDCTHINT - POOLATTR_BEGIN ] = new SfxInt16Item( RES_CHRATR_IDCTHINT, sal_Int1… in _InitCore() 586 … aAttrTab[ RES_PARATR_LIST_LEVEL - POOLATTR_BEGIN ] = new SfxInt16Item( RES_PARATR_LIST_LEVEL, 0 ); in _InitCore() 588 …aAttrTab[ RES_PARATR_LIST_RESTARTVALUE - POOLATTR_BEGIN ] = new SfxInt16Item( RES_PARATR_LIST_REST… in _InitCore()
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | docsh4.cxx | 170 SCCOL nCol = ((SfxInt16Item*)pColItem)->GetValue() - 1; in Execute() 172 SCTAB nTab = ((SfxInt16Item*)pTabItem)->GetValue() - 1; in Execute() 712 pItem->ISA(SfxInt16Item) ) in Execute() 714 nVersion = ((const SfxInt16Item*)pItem)->GetValue(); in Execute() 730 pSet->Put( SfxInt16Item( SID_VERSION, nVersion ) ); in Execute() 1849 rSet.Put( SfxInt16Item( nWhich, aDocument.GetTableCount() ) ); in GetState() 2239 pItem->ISA( SfxInt16Item ) ) in IMPL_LINK()
|
| /AOO42X/main/sd/source/ui/dlg/ |
| H A D | paragr.cxx | 114 …rSet.Put(SfxInt16Item(ATTR_NUMBER_NEWSTART_AT, bNumberNewStartChecked && bNewStartChecked ? nStart… in FillItemSet() 139 sal_Int16 nNewStart = ((const SfxInt16Item&)rSet.Get(ATTR_NUMBER_NEWSTART_AT)).GetValue(); in Reset()
|