Lines Matching refs:rURL
160 void AppendConfigToken_Impl( String& rURL, sal_Bool bQuestionMark ) in AppendConfigToken_Impl() argument
167 rURL += '?'; in AppendConfigToken_Impl()
170 rURL += '&'; in AppendConfigToken_Impl()
173 rURL += DEFINE_CONST_UNICODE("Language="); in AppendConfigToken_Impl()
174 rURL += String( aLocaleStr ); in AppendConfigToken_Impl()
175 rURL += DEFINE_CONST_UNICODE("&System="); in AppendConfigToken_Impl()
176 rURL += SvtHelpOptions().GetSystem(); in AppendConfigToken_Impl()
905 sal_Bool SfxHelp::Start( const String& rURL, const Window* pWindow ) in Start() argument
907 return Start_Impl( rURL, pWindow, String() ); in Start()
910 sal_Bool SfxHelp::Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword ) in Start_Impl() argument
936 INetURLObject aParser( rURL ); in Start_Impl()
943 aHelpURL = rURL; in Start_Impl()
948 aHelpURL = CreateHelpURL_Impl( rURL, aHelpModuleName ); in Start_Impl()