Searched refs:xAccCfg (Results 1 – 2 of 2) sorted by relevance
461 css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg( in st_openGlobalConfig() local464 return xAccCfg; in st_openGlobalConfig()489 css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg; in st_openModuleConfig() local493 …xAccCfg = css::uno::Reference< css::ui::XAcceleratorConfiguration >(xUIManager->getShortCutManager… in st_openModuleConfig()497 return xAccCfg; in st_openModuleConfig()503 css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg; in st_openDocConfig() local508 xAccCfg.set(xUIManager->getShortCutManager(), css::uno::UNO_QUERY_THROW); in st_openDocConfig()510 return xAccCfg; in st_openDocConfig()
271 css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg( in impl_st_openGlobalConfig() local274 return xAccCfg; in impl_st_openGlobalConfig()300 …css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg (xUIManager->getShortCutManag… in impl_st_openModuleConfig() local301 return xAccCfg; in impl_st_openModuleConfig()309 …css::uno::Reference< css::ui::XAcceleratorConfiguration > xAccCfg (xUIManager->getShortCu… in impl_st_openDocConfig() local310 return xAccCfg; in impl_st_openDocConfig()
Completed in 25 milliseconds