Searched refs:xUrl (Results 1 – 5 of 5) sorted by relevance
208 Reference< com::sun::star::uri::XVndSunStarScriptUrl > xUrl ( in ParseURL()211 if ( xUrl.is() ) in ParseURL()214 if ( xUrl.is() && xUrl->hasParameter( aLanguageKey ) ) in ParseURL()216 OUString aLanguage = xUrl->getParameter( aLanguageKey ); in ParseURL()220 *pName = xUrl->getName(); in ParseURL()223 xUrl->getParameter( GetXMLToken( XML_LOCATION ) ); in ParseURL()
249 xUrl( xFactory->parse( str ), uno::UNO_QUERY ); in isScriptURL() local251 if ( xUrl.is() ) in isScriptURL()
751 xUrl( xFactory->parse( rScriptURL ), in IsXScriptURL()754 if ( xUrl.is() ) in IsXScriptURL()
1760 xUrl( xFactory->parse( sMacroPath ), UNO_QUERY ); in SetMacroPath() local1762 if ( xUrl.is() ) in SetMacroPath()1764 sMacroName = xUrl->getName(); in SetMacroPath()
2892 …Reference< com::sun::star::uri::XVndSunStarScriptUrl > xUrl( xFactory->parse( aScriptURL ), UNO_QU… in AddDispatchMacroToBasic_Impl() local2893 if ( xUrl.is() ) in AddDispatchMacroToBasic_Impl()2896 ::rtl::OUString aName = xUrl->getName(); in AddDispatchMacroToBasic_Impl()2907 if ( xUrl->hasParameter( aLocKey ) ) in AddDispatchMacroToBasic_Impl()2908 aLocation = xUrl->getParameter( aLocKey ); in AddDispatchMacroToBasic_Impl()
Completed in 70 milliseconds