Lines Matching refs:nSId
116 sal_uInt16 nSId = rReq.GetSlot(); in DoExecute() local
143 switch( nSId ) in DoExecute()
165 rReq.AppendItem( SfxStringItem( nSId, aUIName ) ); in DoExecute()
172 if (pArgs->GetItemState(nSId) == SFX_ITEM_SET) in DoExecute()
173 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); in DoExecute()
177 switch( nSId ) in DoExecute()
273 if( pArgs->GetItemState( nSId ) == SFX_ITEM_SET ) in DoExecute()
275 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); in DoExecute()
306 switch( nSId ) in DoExecute()
602 if( nSId == SID_STYLE_NEW ) in DoExecute()
683 rReq.SetReturnValue( SfxUInt16Item( nSId, nRetMask ) ); in DoExecute()