Home
last modified time | relevance | path

Searched refs:xUICommands (Results 1 – 6 of 6) sorted by relevance

/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx729 Reference< XNameAccess > xUICommands; in getByName() local
733xUICommands = Reference< XNameAccess >( static_cast< cppu::OWeakObject* >( pUICommands ),UNO_QUERY… in getByName()
734 pIter->second = xUICommands; in getByName()
735 a <<= xUICommands; in getByName()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx2847 uno::Reference< container::XNameAccess > xUICommands; in IMPL_LINK() local
2854 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()
H A Drecfloat.cxx107 uno::Reference< container::XNameAccess > xUICommands; in GetLabelFromCommandURL() local
/trunk/main/desktop/source/migration/
H A Dmigration.cxx88 uno::Reference< container::XNameAccess > xUICommands; in retrieveLabelFromCommand() local
93 a >>= xUICommands; in retrieveLabelFromCommand()
95 if (xUICommands.is()) in retrieveLabelFromCommand()
103 uno::Any a( xUICommands->getByName( sCommand )); in retrieveLabelFromCommand()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx271 css::uno::Reference< css::container::XNameAccess > xUICommands; in RetrieveLabelFromCommand() local
272 a >>= xUICommands; in RetrieveLabelFromCommand()
277 a = xUICommands->getByName( rCommandURL ); in RetrieveLabelFromCommand()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx357 uno::Reference< container::XNameAccess > xUICommands; in RetrieveLabelFromCommand() local

Completed in 39 milliseconds