Lines Matching refs:aCommandURL
331 static String GetHelpText( const rtl::OUString& aCommandURL, const String& rModule );
374 String SfxHelp_Impl::GetHelpText( const rtl::OUString& aCommandURL, const String& rModule ) in GetHelpText() argument
377 String aHelpURL = SfxHelp::CreateHelpURL( aCommandURL, rModule ); in GetHelpText()
768 String SfxHelp::CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ) in CreateHelpURL_Impl() argument
782 if ( !aCommandURL.Len() ) in CreateHelpURL_Impl()
787 aHelpURL += String( rtl::Uri::encode( aCommandURL, in CreateHelpURL_Impl()
858 XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow ) in GetHelpText() argument
861 String sHelpText = pImp->GetHelpText( aCommandURL, sModuleName ); in GetHelpText()
889 sHelpText += aCommandURL; in GetHelpText()
1011 String SfxHelp::CreateHelpURL( const String& aCommandURL, const String& rModuleName ) in CreateHelpURL() argument
1016 aURL = pHelp->CreateHelpURL_Impl( aCommandURL, rModuleName ); in CreateHelpURL()