Searched refs:xUICommandLabels (Results 1 – 5 of 5) sorted by relevance
105 Reference< XNameAccess > xUICommandLabels; in GetCommandText() local124 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
55 uno::Reference< container::XNameAccess > xUICommandLabels; in GetLabelFromCommandURL() local108 a >>= xUICommandLabels; in GetLabelFromCommandURL()115 if ( xUICommandLabels.is() ) in GetLabelFromCommandURL()122 uno::Any a( xUICommandLabels->getByName( rCommandURL )); in GetLabelFromCommandURL()
327 Reference<container::XNameAccess> xUICommandLabels; in GetCommandProperties() local329 if (xNameAccess->getByName(sModuleIdentifier) >>= xUICommandLabels) in GetCommandProperties()330 xUICommandLabels->getByName(rsCommandName) >>= aProperties; in GetCommandProperties()
1756 Reference<container::XNameAccess> xUICommandLabels; in GetUiTextForCommand() local1780 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
354 uno::Reference< container::XNameAccess > xUICommandLabels; in RetrieveLabelFromCommand() local358 a >>= xUICommandLabels; in RetrieveLabelFromCommand()361 a = xUICommandLabels->getByName( aCmdURL ); in RetrieveLabelFromCommand()
Completed in 32 milliseconds