Home
last modified time | relevance | path

Searched refs:aCmdURL (Results 1 – 21 of 21) sorted by relevance

/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx279 URL aCmdURL; in dispatch() local
280 aCmdURL.Path = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ComboboxCmd" ) ); in dispatch()
281aCmdURL.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()
314aCmdURL.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()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx503 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()
/trunk/main/framework/source/fwi/helper/
H A Dmischelper.cxx78 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()
/trunk/main/framework/inc/framework/
H A Daddonmenu.hxx65 static sal_Bool IsCommandURLPrefix( const rtl::OUString& aCmdURL );
67 void SetCommandURL( const rtl::OUString& aCmdURL ) { m_aCommandURL = aCmdURL; } in SetCommandURL() argument
/trunk/main/cui/source/customize/
H A Dselector.cxx162 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()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1157 …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 Dviewoverlaymanager.cxx201 …UString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const OUString& aCmdURL );
/trunk/main/svtools/inc/svtools/
H A Dcontextmenuhelper.hxx95 … Image getImageFromCommandURL( const ::rtl::OUString& aCmdURL, bool bHiContrast ) const;
96 rtl::OUString getLabelFromCommandURL( const ::rtl::OUString& aCmdURL ) const;
/trunk/main/framework/source/uielement/
H A Dmacrosmenucontroller.cxx175 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 Dstatusbarmanager.cxx360 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 Dtoolbarmanager.cxx891 ::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 Dmenubarmanager.cxx1206 String MenuBarManager::RetrieveLabelFromCommand( const String& aCmdURL ) in RetrieveLabelFromCommand() argument
1208 …return framework::RetrieveLabelFromCommand(aCmdURL,mxServiceFactory,m_xUICommandLabels,m_xFrame,m_… in RetrieveLabelFromCommand()
/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx182 rtl::OUString RetrieveLabelFromCommand( const rtl::OUString& aCmdURL );
183 sal_Int32 RetrievePropertiesFromCommand( const rtl::OUString& aCmdURL );
H A Dmacrosmenucontroller.hxx79 String RetrieveLabelFromCommand( const String& aCmdURL );
H A Dstatusbarmanager.hxx101 rtl::OUString RetrieveLabelFromCommand( const rtl::OUString& aCmdURL );
H A Dmenubarmanager.hxx191 String RetrieveLabelFromCommand( const String& aCmdURL );
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx344 OUString RetrieveLabelFromCommand( const OUString& aCmdURL ) in RetrieveLabelFromCommand() argument
347 if ( aCmdURL.getLength() ) in RetrieveLabelFromCommand()
361 a = xUICommandLabels->getByName( aCmdURL ); in RetrieveLabelFromCommand()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx94 sal_Bool AddonPopupMenu::IsCommandURLPrefix( const ::rtl::OUString& aCmdURL ) in IsCommandURLPrefix() argument
98 return aCmdURL.matchAsciiL( aPrefixCharBuf, sizeof( aPrefixCharBuf )-1, 0 ); in IsCommandURLPrefix()
/trunk/main/framework/inc/helper/
H A Dmischelper.hxx101 FWI_DLLPUBLIC ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL
/trunk/main/sd/source/ui/inc/
H A DViewShellBase.hxx237 ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const;
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx75 …UString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const OUString& aCmdURL );

Completed in 105 milliseconds