Home
last modified time | relevance | path

Searched refs:aScriptURL (Results 1 – 12 of 12) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx65 ::rtl::OUString aScriptURL = BasicIDE::ChooseMacro( aDocument, bChooseOnly, aMacroDesc ); in basicide_choose_macro()
66 rtl_uString* pScriptURL = aScriptURL.pData; in basicide_choose_macro()
276 String aScriptURL; in ChooseMacro() local
369 aScriptURL = String::CreateFromAscii("vnd.sun.star.script:"); in ChooseMacro()
370 aScriptURL += aName; in ChooseMacro()
371 aScriptURL += String::CreateFromAscii("?language="); in ChooseMacro()
372 aScriptURL += aLanguage; in ChooseMacro()
373 aScriptURL += String::CreateFromAscii("&location="); in ChooseMacro()
374 aScriptURL += aLocation; in ChooseMacro()
388 return aScriptURL; in ChooseMacro()
/trunk/main/sw/source/filter/html/
H A Dhtmlbas.cxx73 ParseScriptOptions( aScriptType, sBaseURL, eScriptLang, aScriptURL, in NewScript()
76 if( aScriptURL.Len() ) in NewScript()
113 aScriptURL.Len() ? aScriptURL : aScriptSource, in EndScript()
114 aScriptURL.Len()!=0 ); in EndScript()
191 aScriptURL.Erase(); in EndScript()
H A Dswhtml.hxx385 String aScriptURL;// URL of a script member in SwHTMLParser
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx107 URL aScriptURL; in lcl_dispatchScriptURL_throw() local
108 aScriptURL.Complete = _rScriptURL; in lcl_dispatchScriptURL_throw()
110 _rDocExecData.xURLTransformer->parseStrict( aScriptURL ); in lcl_dispatchScriptURL_throw()
117 … Reference< XDispatch > xDispatch( xDispProv->queryDispatch( aScriptURL, ::rtl::OUString(), 0 ) ); in lcl_dispatchScriptURL_throw()
127 xDispatch->dispatch( aScriptURL, aDispatchArgs ); in lcl_dispatchScriptURL_throw()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx770 ::rtl::OUString aScriptURL; in ChooseScript()
792 aScriptURL = pDlg->GetScriptURL(); in ChooseScript()
797 return aScriptURL; in ChooseScript()
H A Dappserv.cxx680 ::rtl::OUString aScriptURL( pScriptURL ); in ChooseMacro()
682 return aScriptURL; in ChooseMacro()
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx892 ::rtl::OUString aScriptURL = SfxApplication::ChooseScript(); in IMPL_LINK()
896 if ( aScriptURL != NULL && aScriptURL.getLength() != 0 ) in IMPL_LINK()
898 aEdtTitle.SetText( aScriptURL ); in IMPL_LINK()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx394 OUSTRING aScriptURL; in ConvertToMacro() local
409 aProperties[ nIndex ].Value >>= aScriptURL; in ConvertToMacro()
424 else if ( aType.compareToAscii( "Script" ) == COMPARE_EQUAL && aScriptURL.getLength() ) in ConvertToMacro()
441 pMacro = new SvxMacro( aScriptURL, aType ); in ConvertToMacro()
/trunk/main/offapi/com/sun/star/script/vba/
H A DXVBAMacroResolver.idl68 @param aScriptURL
78 string resolveScriptURLtoVBAMacro( [in] string aScriptURL )
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx468 ::rtl::OUString aScriptURL = SfxApplication::ChooseScript(); in OpenFileDialog()
470 if ( aScriptURL.getLength() != 0 ) in OpenFileDialog()
472 SetEditText( aScriptURL ); in OpenFileDialog()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1729 ::rtl::OUString aScriptURL = SfxApplication::ChooseScript(); in ChooseMacro()
1732 if ( aScriptURL.getLength() != 0 ) in ChooseMacro()
1734 SetMacroPath( aScriptURL ); in ChooseMacro()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2877 String aScriptURL; in AddDispatchMacroToBasic_Impl() local
2879 aScriptURL = ((SfxStringItem*)pRet)->GetValue(); in AddDispatchMacroToBasic_Impl()
2880 if ( aScriptURL.Len() ) in AddDispatchMacroToBasic_Impl()
2892 …ence< com::sun::star::uri::XVndSunStarScriptUrl > xUrl( xFactory->parse( aScriptURL ), UNO_QUERY ); in AddDispatchMacroToBasic_Impl()

Completed in 153 milliseconds