Home
last modified time | relevance | path

Searched refs:aHelpURL (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1750 rtl::OUString aHelpURL; in FillMenu() local
1768 aProp[i].Value >>= aHelpURL; in FillMenu()
H A Dtoolbarmanager.cxx1299 rtl::OUString aHelpURL; in FillToolbar() local
1352 aProp[i].Value >>= aHelpURL; in FillToolbar()
H A Dstatusbarmanager.cxx508 rtl::OUString aHelpURL; in FillStatusBar() local
526 aProp[i].Value >>= aHelpURL; in FillStatusBar()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx379 aHelpURL.Insert( String( DEFINE_CONST_UNICODE("&Active=true") ), aHelpURL.SearchBackward( '#' ) ); in GetHelpText()
771 String aHelpURL; in CreateHelpURL_Impl() local
780 aHelpURL += aModuleName; in CreateHelpURL_Impl()
786 aHelpURL += '/'; in CreateHelpURL_Impl()
792 String aTempURL = aHelpURL; in CreateHelpURL_Impl()
801 aHelpURL += '#'; in CreateHelpURL_Impl()
802 aHelpURL += aAnchor; in CreateHelpURL_Impl()
805 return aHelpURL; in CreateHelpURL_Impl()
938 String aHelpURL; in Start_Impl() local
946 aHelpURL = rURL; in Start_Impl()
[all …]
H A Dnewhelp.cxx1642 String aHelpURL = HELP_URL; in Initialize() local
1643 AppendConfigToken_Impl( aHelpURL, sal_True ); in Initialize()
1644 Sequence< ::rtl::OUString > aFactories = SfxContentHelper::GetResultSet( aHelpURL ); in Initialize()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx895 ::rtl::OUString aHelpURL; in WriteMenu()
900 ExtractMenuParameters( aProps, aCommandURL, aLabel, aHelpURL, xSubMenu, nType, nItemBits ); in WriteMenu()
906 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
946 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
961 …ing& aCommandURL, const ::rtl::OUString& aLabel, const ::rtl::OUString& aHelpURL, sal_Int16 nStyle… in WriteMenuItem() argument
970 if ( aHelpURL.getLength() > 0 ) in WriteMenuItem()
974 aHelpURL ); in WriteMenuItem()
H A Dtoolboxdocumenthandler.cxx323 ::rtl::OUString aHelpURL; in startElement()
392 aHelpURL = xAttribs->getValueByIndex( n ); in startElement()
463 aToolbarItemProp[1].Value <<= aHelpURL; in startElement()
758 ::rtl::OUString aHelpURL; in WriteToolBoxDocument()
765 …ExtractToolbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisibl… in WriteToolBoxDocument()
767 WriteToolBoxItem( aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisible ); in WriteToolBoxDocument()
H A Dstatusbardocumenthandler.cxx270 ::rtl::OUString aHelpURL; in startElement()
385 aHelpURL = xAttribs->getValueByIndex( n ); in startElement()
412 aStatusbarItemProp[1].Value <<= aHelpURL; in startElement()
573 ::rtl::OUString aHelpURL; in WriteStatusBarDocument()
581 aHelpURL, in WriteStatusBarDocument()
587 WriteStatusBarItem( aCommandURL, aHelpURL, nOffset, nStyle, nWidth ); in WriteStatusBarDocument()
/trunk/main/desktop/source/app/
H A Dapp.cxx3441 OUString aHelpURL(rAppEvent.GetData().GetBuffer()); in HandleAppEvent() local
3443 pHelp->Start(aHelpURL, NULL); in HandleAppEvent()
/trunk/main/vcl/inc/vcl/
H A Dhelp.hxx79 virtual XubString GetHelpText( const String& aHelpURL, const Window* pWindow );
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1574 INetURLObject aHelpURL( aURL ); in setProperty() local
1575 if ( aHelpURL.GetProtocol() == INET_PROT_HID ) in setProperty()
1576 pWindow->SetHelpId( rtl::OUStringToOString( aHelpURL.GetURLPath(), RTL_TEXTENCODING_UTF8 ) ); in setProperty()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx73 OUString& aHelpURL, in GetMenuItemAttributes() argument
99 a >>= aHelpURL; in GetMenuItemAttributes()
135 OUString aHelpURL; in InsertSubMenuItems() local
141 GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx304 …UString& aCommandURL, const rtl::OUString& aLabel, const rtl::OUString& aHelpURL, sal_Int16 nStyle…
H A Dtoolboxdocumenthandler.hxx182 …UString& aCommandURL, const rtl::OUString& aLabel, const rtl::OUString& aHelpURL, const rtl::OUStr…
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx408 rtl::OUString aHelpURL = xPackage->getURL(); in implProcessHelp() local
409 rtl::OUString aExpandedHelpURL = dp_misc::expandUnoRcUrl( aHelpURL ); in implProcessHelp()
/trunk/main/cui/source/inc/
H A Dcfg.hxx234 ::rtl::OUString aHelpURL;
285 const ::rtl::OUString& GetHelpURL() const { return aHelpURL; } in GetHelpURL()
286 void SetHelpURL( const String& rStr ) { aHelpURL = rStr; } in SetHelpURL()

Completed in 125 milliseconds