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()
908 sal_Bool SfxHelp::Start( const String& rURL, const Window* pWindow ) in Start() argument
910 return Start_Impl( rURL, pWindow, String() ); in Start()
913 sal_Bool SfxHelp::Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword ) in Start_Impl() argument
939 INetURLObject aParser( rURL ); in Start_Impl()
946 aHelpURL = rURL; in Start_Impl()
951 aHelpURL = CreateHelpURL_Impl( rURL, aHelpModuleName ); in Start_Impl()