Lines Matching refs:nCurrentSId
1023 sal_uInt16 nCurrentSId = SID_ATTR_CHAR; in GetMenuState() local
1027 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
1029 if( nCurrentSId != SID_TEXT_FITTOSIZE && in GetMenuState()
1030 nCurrentSId != SID_TEXT_FITTOSIZE_VERTICAL && in GetMenuState()
1031 nCurrentSId != SID_ATTR_CHAR_VERTICAL ) in GetMenuState()
1032 nCurrentSId = SID_ATTR_CHAR; in GetMenuState()
1034 rSet.Put( SfxBoolItem( nCurrentSId, sal_True ) ); in GetMenuState()
1037 rSet.Put( TbxImageItem( SID_DRAWTBX_TEXT, nCurrentSId ) ); in GetMenuState()
1567 sal_uInt16 nCurrentSId = 0; in GetMenuState() local
1569 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
1572 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_BASIC, SID_DRAWTBX_CS_BASIC == nCurrentSId )); in GetMenuState()
1574 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_SYMBOL, SID_DRAWTBX_CS_SYMBOL == nCurrentSId )); in GetMenuState()
1576 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_ARROW, SID_DRAWTBX_CS_ARROW == nCurrentSId )); in GetMenuState()
1578 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_FLOWCHART, SID_DRAWTBX_CS_FLOWCHART == nCurrentSId )); in GetMenuState()
1580 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_CALLOUT,SID_DRAWTBX_CS_CALLOUT == nCurrentSId )); in GetMenuState()
1582 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_STAR, SID_DRAWTBX_CS_STAR == nCurrentSId )); in GetMenuState()