Lines Matching refs:nSlot
504 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
508 switch( nSlot ) in Execute()
539 if ( FN_PAGEUP == nSlot || FN_PAGEUP_SEL == nSlot ) in Execute()
540 PageUpCrsr(FN_PAGEUP_SEL == nSlot); in Execute()
542 PageDownCrsr(FN_PAGEDOWN_SEL == nSlot); in Execute()
544 rReq.SetReturnValue(SfxBoolItem(nSlot, in Execute()
553 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )) in Execute()
592 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem ) in Execute()
635 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute()
647 GetViewFrame()->ToggleChildWindow(nSlot); in Execute()
662 if( FN_REDLINE_ACCEPT_DIRECT == nSlot ) in Execute()
697 long nFound = InsertDoc( nSlot, sFileName, sFilterName, nVersion ); in Execute()
701 rReq.SetReturnValue( SfxInt32Item( nSlot, nFound )); in Execute()
722 GetViewFrame()->ShowChildWindow(nSlot, sal_True); in Execute()
916 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute()
919 switch ( nSlot ) in Execute()
934 GetViewFrame()->GetBindings().Invalidate( nSlot ); in Execute()
1011 SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem )) in Execute()
1014 if((bShow && bInMailMerge) != GetViewFrame()->HasChildWindow(nSlot)) in Execute()
1015 GetViewFrame()->ToggleChildWindow(nSlot); in Execute()
1049 sal_Bool bQuery = !pArgs||SFX_ITEM_SET != pArgs->GetItemState(nSlot); in Execute()
1113 switch( nSlot ) in Execute()
1126 switch( nSlot ) in Execute()
1167 rReq.SetReturnValue(SfxBoolItem(nSlot, InsertGraphicDlg( rReq ))); in Execute()
2031 sal_uInt16 nSlot = rRequest.GetSlot(); in ExecuteInsertDoc() local
2036 InsertDoc( nSlot, sEmpty, sEmpty ); in ExecuteInsertDoc()
2046 long nFound = InsertDoc( nSlot, sFile, sFilter ); in ExecuteInsertDoc()
2050 rRequest.SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in ExecuteInsertDoc()
2463 sal_uInt16 nSlot = pViewImpl->GetRequest()->GetSlot(); in IMPL_LINK() local
2464 long nFound = InsertMedium( nSlot, pMed, pViewImpl->GetParam() ); in IMPL_LINK()
2466 if ( SID_INSERTDOC == nSlot ) in IMPL_LINK()
2470 pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in IMPL_LINK()
2475 pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in IMPL_LINK()
2479 else if ( SID_DOCUMENT_COMPARE == nSlot || SID_DOCUMENT_MERGE == nSlot ) in IMPL_LINK()
2481 pViewImpl->GetRequest()->SetReturnValue( SfxInt32Item( nSlot, nFound ) ); in IMPL_LINK()