Lines Matching refs:nSlot
273 sal_uInt16 nSlot = rReq.GetSlot(); in ExecStyleSheet() local
280 switch (nSlot) in ExecStyleSheet()
354 switch (nSlot) in ExecStyleSheet()
363 rReq.AppendItem(SfxStringItem(nSlot, aParam)); in ExecStyleSheet()
377 rReq.AppendItem(SfxStringItem(nSlot, aParam)); in ExecStyleSheet()
388 if( SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )) in ExecStyleSheet()
421 if( nSlot == SID_STYLE_UPDATE_BY_EXAMPLE ) in ExecStyleSheet()
453 rReq.AppendItem(SfxStringItem(nSlot, aParam)); in ExecStyleSheet()
456 if (aParam.Len() || nSlot == SID_STYLE_WATERCAN ) in ExecStyleSheet()
458 switch(nSlot) in ExecStyleSheet()
500 rReq.SetReturnValue(SfxUInt16Item(nSlot, nRet !=0)); in ExecStyleSheet()
502 rReq.SetReturnValue(SfxUInt16Item(nSlot, nRet)); in ExecStyleSheet()
518 const sal_uInt16 nSlot, in Edit() argument
684 0, *(xTmp.get()), nFamily, nSlot, in Edit()
1287 const sal_uInt16 nSlot, in FormatPage() argument
1290 Edit( rPage, aEmptyStr, SFX_STYLE_FAMILY_PAGE, 0, sal_False, nSlot, &rActShell); in FormatPage()