/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 279 URL aCmdURL; in dispatch() local 280 aCmdURL.Path = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ComboboxCmd" ) ); in dispatch() 281 …aCmdURL.Protocol = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "vnd.demo.complextoolbarcontrols.de… in dispatch() 282 aCmdURL.Complete = aCmdURL.Path + aCmdURL.Protocol; in dispatch() 288 …SendCommand( aCmdURL, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SetText" ) ), aArgs, sal_True… in dispatch() 312 URL aCmdURL; in dispatch() local 313 aCmdURL.Path = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ImageButtonCmd" ) ); in dispatch() 314 …aCmdURL.Protocol = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "vnd.demo.complextoolbarcontrols.de… in dispatch() 315 aCmdURL.Complete = aCmdURL.Path + aCmdURL.Protocol; in dispatch() 319 aEvent.FeatureURL = aCmdURL; in dispatch()
|
/aoo41x/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 503 const ::rtl::OUString& aCmdURL, in getImageFromCommandURL() 514 aImageCmdSeq[0] = aCmdURL; in getImageFromCommandURL() 561 const ::rtl::OUString& aCmdURL ) const in getLabelFromCommandURL() 569 if ( aCmdURL.getLength() > 0 ) in getLabelFromCommandURL() 573 uno::Any a( m_xUICommandLabels->getByName( aCmdURL )); in getLabelFromCommandURL() 631 ::rtl::OUString aCmdURL( pMenu->GetItemCommand( nId )); in completeMenuProperties() 636 if ( aCmdURL.getLength() > 0 ) in completeMenuProperties() 637 aImage = getImageFromCommandURL( aCmdURL, bIsHiContrast ); in completeMenuProperties() 645 ::rtl::OUString aLabel( getLabelFromCommandURL( aCmdURL )); in completeMenuProperties() 653 aCmdURL ); in completeMenuProperties()
|
/aoo41x/main/framework/source/fwi/helper/ |
H A D | mischelper.cxx | 78 const ::rtl::OUString& aCmdURL, in RetrieveLabelFromCommand() 122 if ( aCmdURL.getLength() > 0 ) in RetrieveLabelFromCommand() 126 if( _xUICommandLabels->hasByName( aCmdURL ) ) in RetrieveLabelFromCommand() 128 if ( _xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq ) in RetrieveLabelFromCommand()
|
/aoo41x/main/framework/inc/framework/ |
H A D | addonmenu.hxx | 64 static sal_Bool IsCommandURLPrefix( const rtl::OUString& aCmdURL ); 66 void SetCommandURL( const rtl::OUString& aCmdURL ) { m_aCommandURL = aCmdURL; } in SetCommandURL() argument
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 162 OUString aCmdURL( pInfo->sURL ); in GetHelpText() local 164 OUString aHelpText = Application::GetHelp()->GetHelpText( aCmdURL, this ); in GetHelpText() 759 OUString aCmdURL( commands[i].Command ); in GroupSelected() local 763 aImage = m_pImageProvider->GetImage( aCmdURL ); in GroupSelected() 769 Any a = m_xModuleCommands->getByName( aCmdURL ); in GroupSelected() 806 SVX_CFGFUNCTION_SLOT, 123, aCmdURL, ::rtl::OUString() ); in GroupSelected()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | contextmenuhelper.hxx | 95 … Image getImageFromCommandURL( const ::rtl::OUString& aCmdURL, bool bHiContrast ) const; 96 rtl::OUString getLabelFromCommandURL( const ::rtl::OUString& aCmdURL ) const;
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 1157 …g ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const ::rtl::OUString& aCmdURL ) in ImplRetrieveLabelFromCommand() argument 1161 if ( aCmdURL.getLength() > 0 ) try in ImplRetrieveLabelFromCommand() 1177 if( m_xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq ) in ImplRetrieveLabelFromCommand() 1198 ::rtl::OUString ViewShellBase::RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const in RetrieveLabelFromCommand() 1201 return ImplRetrieveLabelFromCommand( xFrame, aCmdURL ); in RetrieveLabelFromCommand()
|
H A D | viewoverlaymanager.cxx | 201 …UString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const OUString& aCmdURL );
|
/aoo41x/main/framework/source/uielement/ |
H A D | macrosmenucontroller.cxx | 175 String MacrosMenuController::RetrieveLabelFromCommand( const String& aCmdURL ) in RetrieveLabelFromCommand() argument 178 …return framework::RetrieveLabelFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m… in RetrieveLabelFromCommand()
|
H A D | statusbarmanager.cxx | 360 rtl::OUString StatusBarManager::RetrieveLabelFromCommand( const rtl::OUString& aCmdURL ) in RetrieveLabelFromCommand() argument 362 …return framework::RetrieveLabelFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m… in RetrieveLabelFromCommand()
|
H A D | toolbarmanager.cxx | 891 ::rtl::OUString ToolBarManager::RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) in RetrieveLabelFromCommand() argument 897 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrieveLabelFromCommand() 909 sal_Int32 ToolBarManager::RetrievePropertiesFromCommand( const ::rtl::OUString& aCmdURL ) in RetrievePropertiesFromCommand() argument 915 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrievePropertiesFromCommand()
|
H A D | menubarmanager.cxx | 1207 String MenuBarManager::RetrieveLabelFromCommand( const String& aCmdURL ) in RetrieveLabelFromCommand() argument 1209 …return framework::RetrieveLabelFromCommand(aCmdURL,mxServiceFactory,m_xUICommandLabels,m_xFrame,m_… in RetrieveLabelFromCommand()
|
/aoo41x/main/framework/inc/uielement/ |
H A D | toolbarmanager.hxx | 182 rtl::OUString RetrieveLabelFromCommand( const rtl::OUString& aCmdURL ); 183 sal_Int32 RetrievePropertiesFromCommand( const rtl::OUString& aCmdURL );
|
H A D | macrosmenucontroller.hxx | 79 String RetrieveLabelFromCommand( const String& aCmdURL );
|
H A D | statusbarmanager.hxx | 101 rtl::OUString RetrieveLabelFromCommand( const rtl::OUString& aCmdURL );
|
H A D | menubarmanager.hxx | 191 String RetrieveLabelFromCommand( const String& aCmdURL );
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 344 OUString RetrieveLabelFromCommand( const OUString& aCmdURL ) in RetrieveLabelFromCommand() argument 347 if ( aCmdURL.getLength() ) in RetrieveLabelFromCommand() 361 a = xUICommandLabels->getByName( aCmdURL ); in RetrieveLabelFromCommand()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 93 sal_Bool AddonPopupMenu::IsCommandURLPrefix( const ::rtl::OUString& aCmdURL ) in IsCommandURLPrefix() argument 97 return aCmdURL.matchAsciiL( aPrefixCharBuf, sizeof( aPrefixCharBuf )-1, 0 ); in IsCommandURLPrefix()
|
/aoo41x/main/framework/inc/helper/ |
H A D | mischelper.hxx | 101 FWI_DLLPUBLIC ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | ViewShellBase.hxx | 237 ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const;
|
/aoo41x/main/sd/source/ui/controller/ |
H A D | slidelayoutcontroller.cxx | 75 …UString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const OUString& aCmdURL );
|