Lines Matching refs:nSID

639 	sal_uInt16 nSID = SID_TABLE_VERT_NONE;  in IMPL_LINK()  local
644 nSID = FN_NUM_BULLET_ON; in IMPL_LINK()
648 nSID = FN_NUM_NUMBERING_ON; in IMPL_LINK()
650 SfxBoolItem aBoolItem(nSID, sal_True); in IMPL_LINK()
651 GetBindings()->GetDispatcher()->Execute(nSID, SFX_CALLMODE_RECORD, &aBoolItem, 0L); in IMPL_LINK()
664 sal_uInt16 nSID = SID_TABLE_VERT_NONE; in IMPL_LINK() local
668 nSID = SID_TABLE_VERT_NONE; in IMPL_LINK()
675 nSID = SID_TABLE_VERT_CENTER; in IMPL_LINK()
682 nSID = SID_TABLE_VERT_BOTTOM; in IMPL_LINK()
687 SfxBoolItem aBoolItem(nSID, sal_True); in IMPL_LINK()
688 GetBindings()->GetDispatcher()->Execute(nSID, SFX_CALLMODE_RECORD, &aBoolItem, 0L); in IMPL_LINK()
693 void ParaPropertyPanel::VertStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* p… in VertStateChanged() argument
716 if (nSID == SID_TABLE_VERT_NONE) in VertStateChanged()
722 else if (nSID == SID_TABLE_VERT_CENTER) in VertStateChanged()
728 else if (nSID == SID_TABLE_VERT_BOTTOM) in VertStateChanged()
737 if (nSID == SID_TABLE_VERT_NONE) in VertStateChanged()
741 else if (nSID == SID_TABLE_VERT_CENTER) in VertStateChanged()
745 else if (nSID == SID_TABLE_VERT_BOTTOM) in VertStateChanged()
1072 sal_uInt16 nSID, in NotifyItemUpdate() argument
1079 switch (nSID) in NotifyItemUpdate()
1097 StateChangedIndentImpl( nSID, eState, pState ); in NotifyItemUpdate()
1101 StateChangedLnSPImpl( nSID, eState, pState ); in NotifyItemUpdate()
1105 StateChangedULImpl( nSID, eState, pState ); in NotifyItemUpdate()
1112 StateChangedAlignmentImpl( nSID, eState, pState ); in NotifyItemUpdate()
1117 StateChangeOutLineImpl( nSID, eState, pState ); in NotifyItemUpdate()
1122 StateChangeIncDecImpl( nSID, eState, pState ); in NotifyItemUpdate()
1127 StateChangeBulletNumImpl( nSID, eState, pState ); in NotifyItemUpdate()
1132 StateChangeBulletNumRuleImpl( nSID, eState, pState ); in NotifyItemUpdate()
1138 VertStateChanged( nSID, eState, pState); in NotifyItemUpdate()
1142 ParaBKGStateChanged(nSID, eState, pState); in NotifyItemUpdate()
1150 void ParaPropertyPanel::StateChangedAlignmentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxP… in StateChangedAlignmentImpl() argument
1156 switch (nSID) in StateChangedAlignmentImpl()
1217 switch (nSID) in StateChangedAlignmentImpl()
1431 void ParaPropertyPanel::StateChangeOutLineImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPool… in StateChangeOutLineImpl() argument
1433 if (nSID==SID_OUTLINE_LEFT) in StateChangeOutLineImpl()
1440 if (nSID==SID_OUTLINE_RIGHT) in StateChangeOutLineImpl()
1459 void ParaPropertyPanel::StateChangeIncDecImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolI… in StateChangeIncDecImpl() argument
1464 && ( nSID == SID_INC_INDENT || nSID == SID_DEC_INDENT ) ) in StateChangeIncDecImpl()
1469 nSID == SID_INC_INDENT ? BT_TBX_INDENT_INC : BT_TBX_INDENT_DEC, in StateChangeIncDecImpl()
1476 void ParaPropertyPanel::StateChangeBulletNumImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPo… in StateChangeBulletNumImpl() argument
1482 if (nSID==FN_NUM_NUMBERING_ON) in StateChangeBulletNumImpl()
1488 else if (nSID==FN_NUM_BULLET_ON) in StateChangeBulletNumImpl()
1498 void ParaPropertyPanel::StateChangeBulletNumRuleImpl( sal_uInt16 nSID, SfxItemState eState, const S… in StateChangeBulletNumRuleImpl() argument
1509 if ( nSID == FN_BUL_NUM_RULE_INDEX ) in StateChangeBulletNumRuleImpl()
1513 else if ( nSID == FN_NUM_NUM_RULE_INDEX ) in StateChangeBulletNumRuleImpl()