Lines Matching refs:nSlot

620 	sal_uInt16 nSlot = rReq.GetSlot();  in Execute()  local
621 switch(nSlot) in Execute()
678 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoPrevBookmark())); in Execute()
681 rReq.SetReturnValue(SfxBoolItem( nSlot, rSh.GoNextBookmark())); in Execute()
706 sal_Bool bRet = rSh.MoveFldType( pFldType, nSlot == FN_GOTO_NEXT_MARK ); in Execute()
710 rReq.SetReturnValue(SfxBoolItem( nSlot, bRet)); in Execute()
724 nSlot == FN_START_DOC_DIRECT ? in Execute()
733 nSlot == FN_GOTO_NEXT_OBJ ? sal_True : sal_False); in Execute()
734 rReq.SetReturnValue(SfxBoolItem(nSlot, bSuccess)); in Execute()
811 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute()
812 nCount = ((SfxUInt16Item &)pArgs->Get(nSlot)).GetValue(); in Execute()
835 if( nSlot == FN_CONVERT_TEXT_TO_TABLE || in Execute()
836 ( nSlot == FN_CONVERT_TEXT_TABLE && 0 == rSh.GetTableFmt() )) in Execute()
911 SfxRequest aReq( pViewFrame, nSlot); in Execute()
954 if ( SID_STYLE_WATERCAN == nSlot ) in Execute()
1063 RndStdIds eSet = nSlot == FN_TOOL_ANKER_PAGE in Execute()
1065 : nSlot == FN_TOOL_ANKER_PARAGRAPH in Execute()
1067 : nSlot == FN_TOOL_ANKER_FRAME in Execute()
1069 : nSlot == FN_TOOL_ANKER_CHAR in Execute()
1169 SetWrapMode( nSlot ); in Execute()
1187 && pArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET in Execute()
1214 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
1216 switch(nSlot) in Execute()
1301 sal_uInt16 nSlot; in IMPL_LINK() local
1306 switch( nSlot = aGrfUpdateSlots[ n ] ) in IMPL_LINK()
1316 if( pDlg && ( SID_IMAP_EXEC == nSlot || in IMPL_LINK()
1317 ( SID_IMAP == nSlot && !bProtect)) && in IMPL_LINK()
1321 if( !bProtect && SID_IMAP == nSlot ) in IMPL_LINK()
1371 SfxBoolItem aBool( nSlot, bState ); in IMPL_LINK()
1890 void SwBaseShell::SetWrapMode( sal_uInt16 nSlot ) in SetWrapMode() argument
1905 switch (nSlot) in SetWrapMode()
1953 if (nSlot != FN_FRAME_WRAP_CONTOUR) in SetWrapMode()
1964 aSet.Put(SvxOpaqueItem(RES_OPAQUE, nSlot != FN_FRAME_WRAPTHRU_TRANSP)); in SetWrapMode()
1968 if (nSlot != FN_FRAME_WRAPTHRU_TRANSP) in SetWrapMode()
2044 sal_uInt16 nSlot = rReq.GetSlot(); in ExecTxtCtrl() local
2046 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecTxtCtrl()
2053 switch( nSlot ) in ExecTxtCtrl()
2070 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2079 pSSetItem = new SvxScriptSetItem( nSlot, rPool ); in ExecTxtCtrl()
2326 sal_uInt16 nSlot = rReq.GetSlot(); in ExecBckCol() local
2327 if( !pArgs && nSlot != SID_BACKGROUND_COLOR) in ExecBckCol()
2348 switch (nSlot) in ExecBckCol()
2368 rReq.AppendItem( SvxColorItem( Color( COL_TRANSPARENT ), nSlot ) ); in ExecBckCol()
2377 pArgs->Get( GetPool().GetWhich(nSlot) ); in ExecBckCol()
2470 sal_uInt16 nSlot = rReq.GetSlot(); in ExecDlg() local
2474 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
2476 switch ( nSlot ) in ExecDlg()
2491 nSlot, in ExecDlg()
2880 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteGallery() local
2881 switch(nSlot) in ExecuteGallery()
2945 sal_uInt16 nSlot = rReq.GetSlot(); in ExecField() local
2946 switch( nSlot ) in ExecField()