Lines Matching refs:nCurrentSId
1030 sal_uInt16 nCurrentSId = SID_ATTR_CHAR; in GetMenuState() local
1034 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
1036 if( nCurrentSId != SID_TEXT_FITTOSIZE && in GetMenuState()
1037 nCurrentSId != SID_TEXT_FITTOSIZE_VERTICAL && in GetMenuState()
1038 nCurrentSId != SID_ATTR_CHAR_VERTICAL ) in GetMenuState()
1039 nCurrentSId = SID_ATTR_CHAR; in GetMenuState()
1041 rSet.Put( SfxBoolItem( nCurrentSId, sal_True ) ); in GetMenuState()
1044 rSet.Put( TbxImageItem( SID_DRAWTBX_TEXT, nCurrentSId ) ); in GetMenuState()
1574 sal_uInt16 nCurrentSId = 0; in GetMenuState() local
1576 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
1579 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_BASIC, SID_DRAWTBX_CS_BASIC == nCurrentSId )); in GetMenuState()
1581 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_SYMBOL, SID_DRAWTBX_CS_SYMBOL == nCurrentSId )); in GetMenuState()
1583 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_ARROW, SID_DRAWTBX_CS_ARROW == nCurrentSId )); in GetMenuState()
1585 … rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_FLOWCHART, SID_DRAWTBX_CS_FLOWCHART == nCurrentSId )); in GetMenuState()
1587 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_CALLOUT,SID_DRAWTBX_CS_CALLOUT == nCurrentSId )); in GetMenuState()
1589 rSet.Put(SfxBoolItem(SID_DRAWTBX_CS_STAR, SID_DRAWTBX_CS_STAR == nCurrentSId )); in GetMenuState()