Lines Matching refs:rReq
531 void SfxApplication::NewDocDirectExec_Impl( SfxRequest& rReq ) in NewDocDirectExec_Impl() argument
535 SFX_REQUEST_ARG( rReq, pFactoryItem, SfxStringItem, SID_NEWDOCDIRECT, sal_False); in NewDocDirectExec_Impl()
551 SFX_REQUEST_ARG( rReq, pDefaultPathItem, SfxStringItem, SID_DEFAULTFILEPATH, sal_False); in NewDocDirectExec_Impl()
554 SFX_REQUEST_ARG( rReq, pDefaultNameItem, SfxStringItem, SID_DEFAULTFILENAME, sal_False); in NewDocDirectExec_Impl()
561 rReq.SetReturnValue( SfxFrameItem( 0, pItem->GetFrame() ) ); in NewDocDirectExec_Impl()
566 void SfxApplication::NewDocExec_Impl( SfxRequest& rReq ) in NewDocExec_Impl() argument
571 SFX_REQUEST_ARG(rReq, pTemplNameItem, SfxStringItem, SID_TEMPLATE_NAME, sal_False); in NewDocExec_Impl()
572 SFX_REQUEST_ARG(rReq, pTemplFileNameItem, SfxStringItem, SID_FILE_NAME, sal_False); in NewDocExec_Impl()
573 SFX_REQUEST_ARG(rReq, pTemplRegionNameItem, SfxStringItem, SID_TEMPLATE_REGIONNAME, sal_False); in NewDocExec_Impl()
588 rReq.Done(); in NewDocExec_Impl()
668 rReq.SetReturnValue( *pRet ); in NewDocExec_Impl()
674 void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) in OpenDocExec_Impl() argument
678 sal_uInt16 nSID = rReq.GetSlot(); in OpenDocExec_Impl()
679 SFX_REQUEST_ARG( rReq, pFileNameItem, SfxStringItem, SID_FILE_NAME, sal_False ); in OpenDocExec_Impl()
707 SFX_REQUEST_ARG( rReq, pFolderNameItem, SfxStringItem, SID_PATH, sal_False ); in OpenDocExec_Impl()
721 SFX_REQUEST_ARG( rReq, pSystemDialogItem, SfxBoolItem, SID_FILE_DIALOG, sal_False ); in OpenDocExec_Impl()
727 SFX_REQUEST_ARG( rReq, pStandardDirItem, SfxStringItem, SID_STANDARD_DIR, sal_False ); in OpenDocExec_Impl()
733 SFX_REQUEST_ARG( rReq, pBlackListItem, SfxStringListItem, SID_BLACK_LIST, sal_False ); in OpenDocExec_Impl()
747 rReq.SetArgs( *(SfxAllItemSet*)pSet ); in OpenDocExec_Impl()
749 rReq.AppendItem( SfxStringItem( SID_FILTER_NAME, aFilter ) ); in OpenDocExec_Impl()
750 rReq.AppendItem( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_default") ) ); in OpenDocExec_Impl()
751 rReq.AppendItem( SfxStringItem( SID_REFERER, String::CreateFromAscii(SFX_REFERER_USER) ) ); in OpenDocExec_Impl()
757 rReq.AppendItem( SfxBoolItem( SID_TEMPLATE, sal_False ) ); in OpenDocExec_Impl()
768 … SFX_REQUEST_ARG(rReq, pInteractionItem, SfxUnoAnyItem, SID_INTERACTIONHANDLER, sal_False); in OpenDocExec_Impl()
772 rReq.RemoveItem( SID_INTERACTIONHANDLER ); in OpenDocExec_Impl()
778 … rReq.AppendItem( SfxUnoAnyItem(SID_INTERACTIONHANDLER,::com::sun::star::uno::makeAny(xHandler)) ); in OpenDocExec_Impl()
788 rReq.RemoveItem( SID_FILE_NAME ); in OpenDocExec_Impl()
789 rReq.AppendItem( SfxStringItem( SID_FILE_NAME, aURL ) ); in OpenDocExec_Impl()
794 … GetDispatcher_Impl()->Execute( SID_OPENDOC, SFX_CALLMODE_SYNCHRON, *rReq.GetArgs() ); in OpenDocExec_Impl()
823 if ( !rReq.IsSynchronCall() ) in OpenDocExec_Impl()
835 rReq.SetSlot( SID_OPENDOC ); in OpenDocExec_Impl()
840 rReq.AppendItem( SfxBoolItem( SID_TEMPLATE, sal_False ) ); in OpenDocExec_Impl()
851 rReq.SetSlot( SID_OPENDOC ); in OpenDocExec_Impl()
859 SFX_REQUEST_ARG(rReq, pHyperLinkUsedItem, SfxBoolItem, SID_BROWSE, sal_False); in OpenDocExec_Impl()
863 rReq.RemoveItem( SID_BROWSE ); in OpenDocExec_Impl()
866 SFX_REQUEST_ARG( rReq, pFileName, SfxStringItem, SID_FILE_NAME, sal_False ); in OpenDocExec_Impl()
870 SFX_REQUEST_ARG( rReq, pRefererItem, SfxStringItem, SID_REFERER, sal_False ); in OpenDocExec_Impl()
874 SFX_REQUEST_ARG( rReq, pFileFlagsItem, SfxStringItem, SID_OPTIONS, sal_False); in OpenDocExec_Impl()
881 rReq.RemoveItem( SID_TEMPLATE ); in OpenDocExec_Impl()
882 rReq.AppendItem( SfxBoolItem( SID_TEMPLATE, sal_True ) ); in OpenDocExec_Impl()
887 rReq.RemoveItem( SID_HIDDEN ); in OpenDocExec_Impl()
888 rReq.AppendItem( SfxBoolItem( SID_HIDDEN, sal_True ) ); in OpenDocExec_Impl()
893 rReq.RemoveItem( SID_DOC_READONLY ); in OpenDocExec_Impl()
894 rReq.AppendItem( SfxBoolItem( SID_DOC_READONLY, sal_True ) ); in OpenDocExec_Impl()
899 rReq.RemoveItem( SID_PREVIEW ); in OpenDocExec_Impl()
900 rReq.AppendItem( SfxBoolItem( SID_PREVIEW, sal_True ) ); in OpenDocExec_Impl()
910 rReq.RemoveItem( SID_OPTIONS ); in OpenDocExec_Impl()
959 rReq.RemoveItem( SID_TARGETNAME ); in OpenDocExec_Impl()
960 rReq.AppendItem( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_self") ) ); in OpenDocExec_Impl()
1104 rReq.RemoveItem( SID_TARGETNAME ); in OpenDocExec_Impl()
1105 rReq.AppendItem( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_default") ) ); in OpenDocExec_Impl()
1125 rReq.RemoveItem( SID_TARGETNAME ); in OpenDocExec_Impl()
1126 … rReq.AppendItem( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_default") ) ); in OpenDocExec_Impl()
1141 SFX_REQUEST_ARG(rReq, pFrameItem, SfxFrameItem, SID_DOCFRAME, sal_False); in OpenDocExec_Impl()
1147 SFX_REQUEST_ARG(rReq, pUnoFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False); in OpenDocExec_Impl()
1156 SFX_REQUEST_ARG(rReq, pLinkItem, SfxLinkItem, SID_DONELINK, sal_False ); in OpenDocExec_Impl()
1162 rReq.RemoveItem( SID_DONELINK ); in OpenDocExec_Impl()
1166 SFX_REQUEST_ARG(rReq, pHidItem, SfxBoolItem, SID_HIDDEN, sal_False); in OpenDocExec_Impl()
1173 SFX_REQUEST_ARG(rReq, pPreviewItem, SfxBoolItem, SID_PREVIEW, sal_False); in OpenDocExec_Impl()
1176 SFX_REQUEST_ARG(rReq, pInteractionItem, SfxUnoAnyItem, SID_INTERACTIONHANDLER, sal_False); in OpenDocExec_Impl()
1177 SFX_REQUEST_ARG(rReq, pMacroExecItem , SfxUInt16Item, SID_MACROEXECMODE , sal_False); in OpenDocExec_Impl()
1178 SFX_REQUEST_ARG(rReq, pDocTemplateItem, SfxUInt16Item, SID_UPDATEDOCMODE , sal_False); in OpenDocExec_Impl()
1184 … rReq.AppendItem( SfxUnoAnyItem(SID_INTERACTIONHANDLER,::com::sun::star::uno::makeAny(xHdl)) ); in OpenDocExec_Impl()
1187 …rReq.AppendItem( SfxUInt16Item(SID_MACROEXECMODE,::com::sun::star::document::MacroExecMode::USE_CO… in OpenDocExec_Impl()
1189 …rReq.AppendItem( SfxUInt16Item(SID_UPDATEDOCMODE,::com::sun::star::document::UpdateDocMode::ACCORD… in OpenDocExec_Impl()
1194 SFX_REQUEST_ARG(rReq, pTargetItem, SfxStringItem, SID_TARGETNAME, sal_False); in OpenDocExec_Impl()
1199 SFX_REQUEST_ARG( rReq, pNewViewItem, SfxBoolItem, SID_OPEN_NEW_VIEW, sal_False ); in OpenDocExec_Impl()
1207 …DBG_ASSERT( rReq.IsSynchronCall() || pLinkItem, "Hidden load process must be done synchronously!" … in OpenDocExec_Impl()
1228 SFX_REQUEST_ARG( rReq, pURLItem, SfxStringItem, SID_FILE_NAME, sal_False ); in OpenDocExec_Impl()
1236 rReq.SetReturnValue( SfxViewFrameItem( 0, pView ) ); in OpenDocExec_Impl()
1242 TransformItems( SID_OPENDOC, *rReq.GetArgs(), aArgs ); in OpenDocExec_Impl()
1245 if( bHidden || pLinkItem || rReq.IsSynchronCall() ) in OpenDocExec_Impl()
1337 rReq.SetReturnValue( SfxViewFrameItem( 0, pCntrFrame->GetCurrentViewFrame() ) ); in OpenDocExec_Impl()
1346 SfxPoolItem* pRet = rReq.GetReturnValue()->Clone(); in OpenDocExec_Impl()