Lines Matching refs:nSlot

618 	sal_uInt16 nSlot = rReq.GetSlot();  in Execute()  local
619 switch(nSlot) in Execute()
676 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoPrevBookmark())); in Execute()
679 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoNextBookmark())); in Execute()
704 sal_Bool bRet = rSh.MoveFldType( pFldType, nSlot == FN_GOTO_NEXT_MARK ); in Execute()
708 rReq.SetReturnValue(SfxBoolItem( nSlot, bRet)); in Execute()
722 nSlot == FN_START_DOC_DIRECT ? in Execute()
731 nSlot == FN_GOTO_NEXT_OBJ ? sal_True : sal_False); in Execute()
732 rReq.SetReturnValue(SfxBoolItem(nSlot, bSuccess)); in Execute()
809 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute()
810 nCount = ((SfxUInt16Item &)pArgs->Get(nSlot)).GetValue(); in Execute()
833 if( nSlot == FN_CONVERT_TEXT_TO_TABLE || in Execute()
834 ( nSlot == FN_CONVERT_TEXT_TABLE && 0 == rSh.GetTableFmt() )) in Execute()
909 SfxRequest aReq( pViewFrame, nSlot); in Execute()
952 if ( SID_STYLE_WATERCAN == nSlot ) in Execute()
1061 RndStdIds eSet = nSlot == FN_TOOL_ANKER_PAGE in Execute()
1063 : nSlot == FN_TOOL_ANKER_PARAGRAPH in Execute()
1065 : nSlot == FN_TOOL_ANKER_FRAME in Execute()
1067 : nSlot == FN_TOOL_ANKER_CHAR in Execute()
1167 SetWrapMode( nSlot ); in Execute()
1185 && pArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET in Execute()
1212 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
1214 switch(nSlot) in Execute()
1299 sal_uInt16 nSlot; in IMPL_LINK() local
1304 switch( nSlot = aGrfUpdateSlots[ n ] ) in IMPL_LINK()
1314 if( pDlg && ( SID_IMAP_EXEC == nSlot || in IMPL_LINK()
1315 ( SID_IMAP == nSlot && !bProtect)) && in IMPL_LINK()
1319 if( !bProtect && SID_IMAP == nSlot ) in IMPL_LINK()
1369 SfxBoolItem aBool( nSlot, bState ); in IMPL_LINK()
1888 void SwBaseShell::SetWrapMode( sal_uInt16 nSlot ) in SetWrapMode() argument
1903 switch (nSlot) in SetWrapMode()
1951 if (nSlot != FN_FRAME_WRAP_CONTOUR) in SetWrapMode()
1962 aSet.Put(SvxOpaqueItem(RES_OPAQUE, nSlot != FN_FRAME_WRAPTHRU_TRANSP)); in SetWrapMode()
1966 if (nSlot != FN_FRAME_WRAPTHRU_TRANSP) in SetWrapMode()
2042 sal_uInt16 nSlot = rReq.GetSlot(); in ExecTxtCtrl() local
2044 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecTxtCtrl()
2051 switch( nSlot ) in ExecTxtCtrl()
2068 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2077 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2315 sal_uInt16 nSlot(rReq.GetSlot()); in ExecBckCol() local
2317 if(!pArgs && nSlot != SID_BACKGROUND_COLOR) in ExecBckCol()
2347 switch(nSlot) in ExecBckCol()
2363 rReq.AppendItem(SvxColorItem(Color(COL_TRANSPARENT),nSlot)); in ExecBckCol()
2371 … const SvxBrushItem& rNewBrushItem = (const SvxBrushItem&)pArgs->Get(GetPool().GetWhich(nSlot)); in ExecBckCol()
2477 sal_uInt16 nSlot = rReq.GetSlot(); in ExecDlg() local
2481 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
2483 switch ( nSlot ) in ExecDlg()
2498 nSlot, in ExecDlg()
2887 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteGallery() local
2888 switch(nSlot) in ExecuteGallery()
2952 sal_uInt16 nSlot = rReq.GetSlot(); in ExecField() local
2953 switch( nSlot ) in ExecField()