Searched refs:xUICommands (Results 1 – 6 of 6) sorted by relevance
729 Reference< XNameAccess > xUICommands; in getByName() local733 …xUICommands = Reference< XNameAccess >( static_cast< cppu::OWeakObject* >( pUICommands ),UNO_QUERY… in getByName()734 pIter->second = xUICommands; in getByName()735 a <<= xUICommands; in getByName()
2847 uno::Reference< container::XNameAccess > xUICommands; in IMPL_LINK() local2854 a >>= xUICommands; in IMPL_LINK()2857 if(!xUICommands.is()) in IMPL_LINK()2862 …uno::Any aCommand = xUICommands->getByName(::rtl::OUString::createFromAscii(".uno:StyleNewByExampl… in IMPL_LINK()2867 … aCommand = xUICommands->getByName(::rtl::OUString::createFromAscii(".uno:StyleUpdateByExample")); in IMPL_LINK()2873 aCommand = xUICommands->getByName(::rtl::OUString::createFromAscii(".uno:LoadStyles")); in IMPL_LINK()
107 uno::Reference< container::XNameAccess > xUICommands; in GetLabelFromCommandURL() local
88 uno::Reference< container::XNameAccess > xUICommands; in retrieveLabelFromCommand() local93 a >>= xUICommands; in retrieveLabelFromCommand()95 if (xUICommands.is()) in retrieveLabelFromCommand()103 uno::Any a( xUICommands->getByName( sCommand )); in retrieveLabelFromCommand()
271 css::uno::Reference< css::container::XNameAccess > xUICommands; in RetrieveLabelFromCommand() local272 a >>= xUICommands; in RetrieveLabelFromCommand()277 a = xUICommands->getByName( rCommandURL ); in RetrieveLabelFromCommand()
357 uno::Reference< container::XNameAccess > xUICommands; in RetrieveLabelFromCommand() local
Completed in 79 milliseconds