Home
last modified time | relevance | path

Searched refs:rCommandURL (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx204 bool RetrieveShortcut( const rtl::OUString& rCommandURL, rtl::OUString& rShortCut );
H A Dtoolbarmerger.hxx82 ::rtl::OUString& rCommandURL,
138 const ::rtl::OUString& rCommandURL,
H A Dtoolbarsmenucontroller.hxx102 rtl::OUString getUINameFromCommand( const rtl::OUString& rCommandURL );
103 …::com::sun::star::frame::XDispatch > getDispatchFromCommandURL( const rtl::OUString& rCommandURL );
104 …e< com::sun::star::awt::XPopupMenu >& rPopupMenu, const rtl::OUString& rCommandURL, const rtl::OUS…
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx2277 bool ToolBarManager::RetrieveShortcut( const rtl::OUString& rCommandURL, rtl::OUString& rShortCut ) in RetrieveShortcut() argument
2348 bFound = impl_RetrieveShortcutsFromConfiguration( xGlobalAccelCfg, rCommandURL, rShortCut ); in RetrieveShortcut()
2350 bFound = impl_RetrieveShortcutsFromConfiguration( xModuleAccelCfg, rCommandURL, rShortCut ); in RetrieveShortcut()
2352 impl_RetrieveShortcutsFromConfiguration( xGlobalAccelCfg, rCommandURL, rShortCut ); in RetrieveShortcut()
H A Dtoolbarsmenucontroller.cxx179 …Reference< css::awt::XPopupMenu >& rPopupMenu, const rtl::OUString& rCommandURL, const rtl::OUStri… in addCommand() argument
185 aLabel = getUINameFromCommand( rCommandURL ); in addCommand()
190 rPopupMenu->setCommand( nItemId, rCommandURL ); in addCommand()
192 …bool bInternal = ( rCommandURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STATIC_INTERNA… in addCommand()
195 if ( !getDispatchFromCommandURL( rCommandURL ).is() ) in addCommand()
205 … aImage = GetImageFromURL( m_xFrame, rCommandURL, sal_False, rSettings.GetHighContrastMode() ); in addCommand()
215 m_aCommandVector.push_back( rCommandURL ); in addCommand()
218 …< XDispatch > ToolbarsMenuController::getDispatchFromCommandURL( const rtl::OUString& rCommandURL ) in getDispatchFromCommandURL() argument
231 aTargetURL.Complete = rCommandURL; in getDispatchFromCommandURL()
241 rtl::OUString ToolbarsMenuController::getUINameFromCommand( const rtl::OUString& rCommandURL ) in getUINameFromCommand() argument
[all …]
H A Duicommanddescription.cxx160 Any getInfoFromCommand( const rtl::OUString& rCommandURL );
162 Any getUILabelFromCommand( const rtl::OUString& rCommandURL );
256 Any SAL_CALL ConfigurationAccess_UICommand::getByNameImpl( const ::rtl::OUString& rCommandURL ) in getByNameImpl() argument
268 if ( rCommandURL.indexOf( m_aPrivateResourceURL ) == 0 ) in getByNameImpl()
287 return getInfoFromCommand( rCommandURL ); in getByNameImpl()
291 Any SAL_CALL ConfigurationAccess_UICommand::getByName( const ::rtl::OUString& rCommandURL ) in getByName() argument
294 Any aRet( getByNameImpl( rCommandURL ) ); in getByName()
310 return getByNameImpl( rCommandURL ).hasValue(); in hasByName()
465 Any ConfigurationAccess_UICommand::getInfoFromCommand( const rtl::OUString& rCommandURL ) in getInfoFromCommand() argument
471 a = getSequenceFromCache( rCommandURL ); in getInfoFromCommand()
[all …]
H A Dtoolbarmerger.cxx190 ::rtl::OUString& rCommandURL, in ConvertSequenceToValues() argument
201 rSequence[i].Value >>= rCommandURL; in ConvertSequenceToValues()
637 const ::rtl::OUString& rCommandURL, in CreateController()
645 pResult = new ButtonToolbarController( xSMGR, pToolbar, rCommandURL ); in CreateController()
647 … pResult = new ComboboxToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
649 pResult = new EditToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
651 … pResult = new SpinfieldToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
653 pResult = new ImageButtonToolbarController( xSMGR, xFrame, pToolbar, nId, rCommandURL ); in CreateController()
655 … pResult = new DropdownToolbarController( xSMGR, xFrame, pToolbar, nId, nWidth, rCommandURL ); in CreateController()
658 … ToggleButtonToolbarController::STYLE_DROPDOWNBUTTON, rCommandURL ); in CreateController()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx141 ::rtl::OUString& rCommandURL, in ExtractMenuParameters() argument
152 rProp[i].Value >>= rCommandURL; in ExtractMenuParameters()
153 rCommandURL = rCommandURL.intern(); in ExtractMenuParameters()
231 Sequence< PropertyValue > &rProps, const rtl::OUString &rCommandURL, in initPropertyCommon() argument
242 rProps[0].Value <<= rCommandURL.intern(); in initPropertyCommon()
H A Dtoolboxdocumenthandler.cxx83 ::rtl::OUString& rCommandURL, in ExtractToolbarParameters() argument
96 rProp[i].Value >>= rCommandURL; in ExtractToolbarParameters()
97 rCommandURL = rCommandURL.intern(); in ExtractToolbarParameters()
788 const ::rtl::OUString& rCommandURL, in WriteToolBoxItem()
807 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, rCommandURL ); in WriteToolBoxItem()
H A Dstatusbardocumenthandler.cxx119 ::rtl::OUString& rCommandURL, in ExtractStatusbarItemParameters() argument
129 rProp[i].Value >>= rCommandURL; in ExtractStatusbarItemParameters()
130 rCommandURL = rCommandURL.intern(); in ExtractStatusbarItemParameters()
602 const rtl::OUString& rCommandURL, in WriteStatusBarItem() argument
619 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, rCommandURL ); in WriteStatusBarItem()
/trunk/main/svtools/inc/svtools/
H A Dpopupmenucontrollerbase.hxx112 void SAL_CALL updateCommand( const rtl::OUString& rCommandURL );
H A Dtoolbarmenu.hxx108 void AddStatusListener( const rtl::OUString& rCommandURL );
109 void RemoveStatusListener( const rtl::OUString& rCommandURL );
110 void UpdateStatus( const rtl::OUString& rCommandURL );
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx218 void SAL_CALL PopupMenuControllerBase::updateCommand( const rtl::OUString& rCommandURL ) in updateCommand() argument
224 aTargetURL.Complete = rCommandURL; in updateCommand()
H A Dcontextmenuhelper.cxx95 const rtl::OUString& rCommandURL ) : in StateEventHelper() argument
97 m_aCommandURL( rCommandURL ), in StateEventHelper()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx1351 void SfxPopupWindow::AddStatusListener( const rtl::OUString& rCommandURL ) in AddStatusListener() argument
1355 m_pStatusListener->addStatusListener( rCommandURL ); in AddStatusListener()
1360 void SfxPopupWindow::RemoveStatusListener( const rtl::OUString& rCommandURL ) in RemoveStatusListener() argument
1364 m_pStatusListener->removeStatusListener( rCommandURL ); in RemoveStatusListener()
1369 void SfxPopupWindow::UpdateStatus( const rtl::OUString& rCommandURL ) in UpdateStatus() argument
1373 m_pStatusListener->updateStatus( rCommandURL ); in UpdateStatus()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1675 void ToolbarMenu::AddStatusListener( const rtl::OUString& rCommandURL ) in AddStatusListener() argument
1678 mpImpl->mxStatusListener->addStatusListener( rCommandURL ); in AddStatusListener()
1683 void ToolbarMenu::RemoveStatusListener( const rtl::OUString& rCommandURL ) in RemoveStatusListener() argument
1685 mpImpl->mxStatusListener->removeStatusListener( rCommandURL ); in RemoveStatusListener()
1690 void ToolbarMenu::UpdateStatus( const rtl::OUString& rCommandURL ) in UpdateStatus() argument
1692 mpImpl->mxStatusListener->updateStatus( rCommandURL ); in UpdateStatus()
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.hxx83 … getImageFromCommandURL( sal_Int16 nImageType, const rtl::OUString& rCommandURL );
84 …bool hasImage( sal_Int16 nImageType, const rtl::OUString& rCommandURL );
111 … getImageFromCommandURL( sal_Int16 nImageType, const rtl::OUString& rCommandURL );
112 …bool hasImage( sal_Int16 nImageType, const rtl::OUString& rCommandURL );
H A Dimagemanagerimpl.cxx319 Image CmdImageList::getImageFromCommandURL( sal_Int16 nImageType, const rtl::OUString& rCommandURL ) in getImageFromCommandURL() argument
322 CommandToImageNameMap::const_iterator pIter = m_aCommandToImageNameMap.find( rCommandURL ); in getImageFromCommandURL()
332 bool CmdImageList::hasImage( sal_Int16 /*nImageType*/, const rtl::OUString& rCommandURL ) in hasImage() argument
335 CommandToImageNameMap::const_iterator pIter = m_aCommandToImageNameMap.find( rCommandURL ); in hasImage()
364 …e GlobalImageList::getImageFromCommandURL( sal_Int16 nImageType, const rtl::OUString& rCommandURL ) in getImageFromCommandURL() argument
367 return CmdImageList::getImageFromCommandURL( nImageType, rCommandURL ); in getImageFromCommandURL()
370 bool GlobalImageList::hasImage( sal_Int16 nImageType, const rtl::OUString& rCommandURL ) in hasImage() argument
373 return CmdImageList::hasImage( nImageType, rCommandURL ); in hasImage()
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx83 …SvxPopupWindowListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL, sal_uInt16 nTbxId, To…
103 SvxPopupWindowListBox::SvxPopupWindowListBox( sal_uInt16 nSlotId, const rtl::OUString& rCommandURL,… in SvxPopupWindowListBox() argument
109 maCommandURL( rCommandURL ) in SvxPopupWindowListBox()
116 AddStatusListener( rCommandURL ); in SvxPopupWindowListBox()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx236 const ::rtl::OUString& rCommandURL, in RetrieveLabelFromCommand()
277 a = xUICommands->getByName( rCommandURL ); in RetrieveLabelFromCommand()
/trunk/main/sfx2/source/dialog/
H A Drecfloat.cxx51 static rtl::OUString GetLabelFromCommandURL( const rtl::OUString& rCommandURL, const uno::Reference… in GetLabelFromCommandURL() argument
119 if ( rCommandURL.getLength() > 0 ) in GetLabelFromCommandURL()
122 uno::Any a( xUICommandLabels->getByName( rCommandURL )); in GetLabelFromCommandURL()
/trunk/main/sfx2/inc/sfx2/
H A Dtbxctrl.hxx148 void AddStatusListener( const rtl::OUString& rCommandURL );
149 void RemoveStatusListener( const rtl::OUString& rCommandURL );
150 void UpdateStatus( const rtl::OUString& rCommandURL );
/trunk/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx103 …s_ControllerFactory::getServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUS… in getServiceFromCommandModule() argument
108 …::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rModule )); in getServiceFromCommandModule()
115 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getServiceFromCommandModule()
123 …ess_ControllerFactory::getValueFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUS… in getValueFromCommandModule() argument
129 …::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rModule )); in getValueFromCommandModule()
136 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getValueFromCommandModule()
147 const rtl::OUString& rCommandURL, in addServiceToCommandModule() argument
155 rtl::OUString aHashKey = getHashKeyFromStrings( rCommandURL, rModule ); in addServiceToCommandModule()
160 const rtl::OUString& rCommandURL, in removeServiceFromCommandModule() argument
167 rtl::OUString aHashKey = getHashKeyFromStrings( rCommandURL, rModule ); in removeServiceFromCommandModule()
/trunk/main/framework/inc/uifactory/
H A Dfactoryconfiguration.hxx70 …rtl::OUString getServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& …
71 …rtl::OUString getValueFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rM…
72 …void addServiceToCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rM…
73 …void removeServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUStrin…
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx105 const rtl::OUString &rCommandURL, const rtl::OUString &rHelpId,

Completed in 119 milliseconds

12