Lines Matching refs:aHelpURL

377     String aHelpURL = SfxHelp::CreateHelpURL( aCommandURL, rModule );  in GetHelpText()  local
379 aHelpURL.Insert( String( DEFINE_CONST_UNICODE("&Active=true") ), aHelpURL.SearchBackward( '#' ) ); in GetHelpText()
381 return SfxContentHelper::GetActiveHelpString( aHelpURL ); in GetHelpText()
771 String aHelpURL; in CreateHelpURL_Impl() local
779 aHelpURL = String::CreateFromAscii("vnd.sun.star.help://"); in CreateHelpURL_Impl()
780 aHelpURL += aModuleName; in CreateHelpURL_Impl()
783 aHelpURL += String::CreateFromAscii("/start"); in CreateHelpURL_Impl()
786 aHelpURL += '/'; in CreateHelpURL_Impl()
787 aHelpURL += String( rtl::Uri::encode( aCommandURL, in CreateHelpURL_Impl()
792 String aTempURL = aHelpURL; in CreateHelpURL_Impl()
797 AppendConfigToken_Impl( aHelpURL, sal_True ); in CreateHelpURL_Impl()
801 aHelpURL += '#'; in CreateHelpURL_Impl()
802 aHelpURL += aAnchor; in CreateHelpURL_Impl()
805 return aHelpURL; in CreateHelpURL_Impl()
935 String aHelpURL; in Start_Impl() local
943 aHelpURL = rURL; in Start_Impl()
948 aHelpURL = CreateHelpURL_Impl( rURL, aHelpModuleName ); in Start_Impl()
949 if ( pWindow && SfxContentHelper::IsHelpErrorDocument( aHelpURL ) ) in Start_Impl()
956 aHelpURL = CreateHelpURL( String( aHelpId, RTL_TEXTENCODING_UTF8 ), aHelpModuleName ); in Start_Impl()
957 if ( !SfxContentHelper::IsHelpErrorDocument( aHelpURL ) ) in Start_Impl()
964 aHelpURL = CreateHelpURL( String(), aHelpModuleName ); in Start_Impl()
995 aTmp += ByteString( aHelpURL, RTL_TEXTENCODING_UTF8 ); in Start_Impl()
999 pHelpWindow->SetHelpURL( aHelpURL ); in Start_Impl()
1000 pHelpWindow->loadHelpContent(aHelpURL); in Start_Impl()