Lines Matching refs:nSID
173 const char *pName, sal_uInt32 nSID, SbxDataType eType, SbxClassType eClassType ) in MakeVariable() argument
176 pVar->SetUserData( nSID ); in MakeVariable()
218 sal_uInt16 nSID = rReq.GetSlot(); in PropExec_Impl() local
219 switch ( nSID ) in PropExec_Impl()
223 SFX_REQUEST_ARG(rReq, pItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
236 SFX_REQUEST_ARG(rReq, pItem, SfxObjectItem, nSID, sal_False); in PropExec_Impl()
247 SFX_REQUEST_ARG(rReq, pCountItem, SfxUInt16Item, nSID, sal_False); in PropExec_Impl()
259 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
277 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
291 for ( sal_uInt16 nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() ) in PropState_Impl() local
293 switch ( nSID ) in PropState_Impl()
321 rSet.Put( SfxStringItem( nSID, SvtUserOptions().GetCustomerNumber() ) ); in PropState_Impl()