Home
last modified time | relevance | path

Searched refs:xUICommandLabels (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx105 Reference< XNameAccess > xUICommandLabels; in GetCommandText() local
124 xNameAccess->getByName( _rModuleName ) >>= xUICommandLabels; in GetCommandText()
125 if ( !xUICommandLabels.is() ) in GetCommandText()
129 if ( !( xUICommandLabels->getByName(sCommandURL) >>= aProperties ) ) in GetCommandText()
159 Reference< XNameAccess > xUICommandLabels; in GetCommandIcon() local
/aoo41x/main/sfx2/source/dialog/
H A Drecfloat.cxx55 uno::Reference< container::XNameAccess > xUICommandLabels; in GetLabelFromCommandURL() local
108 a >>= xUICommandLabels; in GetLabelFromCommandURL()
115 if ( xUICommandLabels.is() ) in GetLabelFromCommandURL()
122 uno::Any a( xUICommandLabels->getByName( rCommandURL )); in GetLabelFromCommandURL()
/aoo41x/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx327 Reference<container::XNameAccess> xUICommandLabels; in GetCommandProperties() local
329 if (xNameAccess->getByName(sModuleIdentifier) >>= xUICommandLabels) in GetCommandProperties()
330 xUICommandLabels->getByName(rsCommandName) >>= aProperties; in GetCommandProperties()
/aoo41x/main/sd/source/ui/dlg/
H A Ddlgass.cxx1756 Reference<container::XNameAccess> xUICommandLabels; in GetUiTextForCommand() local
1780 a >>= xUICommandLabels; in GetUiTextForCommand()
1781 if ( ! xUICommandLabels.is()) in GetUiTextForCommand()
1786 Any aAny (xUICommandLabels->getByName(sCommandURL)); in GetUiTextForCommand()
1818 Reference<container::XNameAccess> xUICommandLabels; in GetUiIconForCommand() local
/aoo41x/main/sw/source/ui/lingu/
H A Dolmenu.cxx354 uno::Reference< container::XNameAccess > xUICommandLabels; in RetrieveLabelFromCommand() local
358 a >>= xUICommandLabels; in RetrieveLabelFromCommand()
361 a = xUICommandLabels->getByName( aCmdURL ); in RetrieveLabelFromCommand()

Completed in 36 milliseconds