Searched refs:xUIName (Results 1 – 1 of 1) sorted by relevance
1681 css::uno::Reference< css::container::XNameAccess > xUIName; in impl_readPatchUINames() local1682 if (!(aVal >>= xUIName) && !xUIName.is()) in impl_readPatchUINames()1685 …const ::comphelper::SequenceAsVector< ::rtl::OUString > lLocales(xUIName->getEleme… in impl_readPatchUINames()1697 xUIName->getByName(sLocale) >>= sValue; in impl_readPatchUINames()2025 css::uno::Reference< css::container::XNameReplace > xUIName; in impl_saveItem() local2026 xItem->getByName(PROPNAME_UINAME) >>= xUIName; in impl_saveItem()2027 impl_savePatchUINames(xUIName, aItem); in impl_saveItem()2073 css::uno::Reference< css::container::XNameReplace > xUIName; in impl_saveItem() local2074 xItem->getByName(PROPNAME_UINAME) >>= xUIName; in impl_saveItem()2075 impl_savePatchUINames(xUIName, aItem); in impl_saveItem()
Completed in 29 milliseconds