Lines Matching refs:css

109 …String(salhelper::SingletonRef<framework::KeyMapping>& _rKeyMapping, const css::awt::KeyEvent& aKe…  in lcl_getKeyString()
114 if ( (aKeyEvent.Modifiers & css::awt::KeyModifier::SHIFT) == css::awt::KeyModifier::SHIFT ) in lcl_getKeyString()
116 if ( (aKeyEvent.Modifiers & css::awt::KeyModifier::MOD1 ) == css::awt::KeyModifier::MOD1 ) in lcl_getKeyString()
118 if ( (aKeyEvent.Modifiers & css::awt::KeyModifier::MOD2 ) == css::awt::KeyModifier::MOD2 ) in lcl_getKeyString()
120 if ( (aKeyEvent.Modifiers & css::awt::KeyModifier::MOD3 ) == css::awt::KeyModifier::MOD3 ) in lcl_getKeyString()
130 DIRECT_INTERFACE(css::lang::XTypeProvider ), in DEFINE_XINTERFACE_6()
131 DIRECT_INTERFACE(css::ui::XAcceleratorConfiguration ), in DEFINE_XINTERFACE_6()
132 DIRECT_INTERFACE(css::form::XReset ), in DEFINE_XINTERFACE_6()
133 DIRECT_INTERFACE(css::ui::XUIConfigurationPersistence), in DEFINE_XINTERFACE_6()
134 DIRECT_INTERFACE(css::ui::XUIConfigurationStorage ), in DEFINE_XINTERFACE_6()
135 DIRECT_INTERFACE(css::ui::XUIConfiguration )) in DEFINE_XINTERFACE_6()
138 css::lang::XTypeProvider , in DEFINE_XINTERFACE_6()
139 css::ui::XAcceleratorConfiguration , in DEFINE_XINTERFACE_6()
140 css::form::XReset , in DEFINE_XINTERFACE_6()
141 css::ui::XUIConfigurationPersistence, in DEFINE_XINTERFACE_6()
142 css::ui::XUIConfigurationStorage , in DEFINE_XINTERFACE_6()
143 css::ui::XUIConfiguration ) in DEFINE_XINTERFACE_6()
146 XMLBasedAcceleratorConfiguration::XMLBasedAcceleratorConfiguration(const css::uno::Reference< css::… in DEFINE_XINTERFACE_6()
161 css::uno::Sequence< css::awt::KeyEvent > SAL_CALL XMLBasedAcceleratorConfiguration::getAllKeyEvents… in getAllKeyEvents()
162 throw(css::uno::RuntimeException) in getAllKeyEvents()
175 ::rtl::OUString SAL_CALL XMLBasedAcceleratorConfiguration::getCommandByKeyEvent(const css::awt::Key… in getCommandByKeyEvent()
176 throw(css::container::NoSuchElementException, in getCommandByKeyEvent()
177 css::uno::RuntimeException ) in getCommandByKeyEvent()
184 throw css::container::NoSuchElementException( in getCommandByKeyEvent()
193 void SAL_CALL XMLBasedAcceleratorConfiguration::setKeyEvent(const css::awt::KeyEvent& aKeyEvent, in setKeyEvent()
195 throw(css::lang::IllegalArgumentException, in setKeyEvent()
196 css::uno::RuntimeException ) in setKeyEvent()
204 throw css::lang::IllegalArgumentException( in setKeyEvent()
210 throw css::lang::IllegalArgumentException( in setKeyEvent()
226 void SAL_CALL XMLBasedAcceleratorConfiguration::removeKeyEvent(const css::awt::KeyEvent& aKeyEvent) in removeKeyEvent()
227 throw(css::container::NoSuchElementException, in removeKeyEvent()
228 css::uno::RuntimeException ) in removeKeyEvent()
235 throw css::container::NoSuchElementException( in removeKeyEvent()
244 css::uno::Sequence< css::awt::KeyEvent > SAL_CALL XMLBasedAcceleratorConfiguration::getKeyEventsByC… in getKeyEventsByCommand()
245 throw(css::lang::IllegalArgumentException , in getKeyEventsByCommand()
246 css::container::NoSuchElementException, in getKeyEventsByCommand()
247 css::uno::RuntimeException ) in getKeyEventsByCommand()
250 throw css::lang::IllegalArgumentException( in getKeyEventsByCommand()
260 throw css::container::NoSuchElementException( in getKeyEventsByCommand()
271 css::uno::Sequence< css::uno::Any > SAL_CALL XMLBasedAcceleratorConfiguration::getPreferredKeyEvent… in getPreferredKeyEventsForCommandList()
272 throw(css::lang::IllegalArgumentException , in getPreferredKeyEventsForCommandList()
273 css::uno::RuntimeException ) in getPreferredKeyEventsForCommandList()
280 css::uno::Sequence< css::uno::Any > lPreferredOnes (c); // dont pack list! in getPreferredKeyEventsForCommandList()
287 throw css::lang::IllegalArgumentException( in getPreferredKeyEventsForCommandList()
299 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList()
311 throw(css::lang::IllegalArgumentException , in removeCommandFromAllKeyEvents()
312 css::container::NoSuchElementException, in removeCommandFromAllKeyEvents()
313 css::uno::RuntimeException ) in removeCommandFromAllKeyEvents()
316 throw css::lang::IllegalArgumentException( in removeCommandFromAllKeyEvents()
326 throw css::container::NoSuchElementException( in removeCommandFromAllKeyEvents()
337 throw(css::uno::Exception , in reload()
338 css::uno::RuntimeException) in reload()
340 css::uno::Reference< css::io::XStream > xStreamNoLang; in reload()
344css::uno::Reference< css::io::XStream > xStream = m_aPresetHandler.openTarget(PresetHandler::TARGE… in reload()
349 catch(const css::io::IOException&) {} // does not have to exist in reload()
353 css::uno::Reference< css::io::XInputStream > xIn; in reload()
357 throw css::io::IOException( in reload()
382 throw(css::uno::Exception , in store()
383 css::uno::RuntimeException) in store()
387css::uno::Reference< css::io::XStream > xStream = m_aPresetHandler.openTarget(PresetHandler::TARGE… in store()
391 css::uno::Reference< css::io::XOutputStream > xOut; in store()
396 throw css::io::IOException( in store()
409 void SAL_CALL XMLBasedAcceleratorConfiguration::storeToStorage(const css::uno::Reference< css::embe… in storeToStorage()
410 throw(css::uno::Exception , in storeToStorage()
411 css::uno::RuntimeException) in storeToStorage()
413 css::uno::Reference< css::io::XStream > xStream = StorageHolder::openSubStreamWithFallback( in storeToStorage()
416 css::embed::ElementModes::READWRITE, in storeToStorage()
418 css::uno::Reference< css::io::XOutputStream > xOut; in storeToStorage()
423 throw css::io::IOException( in storeToStorage()
434 throw(css::uno::RuntimeException) in isModified()
444 throw(css::uno::RuntimeException) in isReadOnly()
448css::uno::Reference< css::io::XStream > xStream = m_aPresetHandler.openTarget(PresetHandler::TARGE… in isReadOnly()
452 css::uno::Reference< css::io::XOutputStream > xOut; in isReadOnly()
459 void SAL_CALL XMLBasedAcceleratorConfiguration::setStorage(const css::uno::Reference< css::embed::X… in setStorage()
460 throw(css::uno::RuntimeException) in setStorage()
467 throw(css::uno::RuntimeException) in hasStorage()
474 …MLBasedAcceleratorConfiguration::addConfigurationListener(const css::uno::Reference< css::ui::XUIC… in addConfigurationListener()
475 throw(css::uno::RuntimeException) in addConfigurationListener()
481 …asedAcceleratorConfiguration::removeConfigurationListener(const css::uno::Reference< css::ui::XUIC… in removeConfigurationListener()
482 throw(css::uno::RuntimeException) in removeConfigurationListener()
489 throw(css::uno::RuntimeException) in reset()
501 void SAL_CALL XMLBasedAcceleratorConfiguration::addResetListener(const css::uno::Reference< css::fo… in addResetListener()
502 throw(css::uno::RuntimeException) in addResetListener()
508 void SAL_CALL XMLBasedAcceleratorConfiguration::removeResetListener(const css::uno::Reference< css:… in removeResetListener()
509 throw(css::uno::RuntimeException) in removeResetListener()
522 void XMLBasedAcceleratorConfiguration::impl_ts_load(const css::uno::Reference< css::io::XInputStrea… in impl_ts_load()
527 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xSMGR; in impl_ts_load()
539 css::uno::Reference< css::io::XSeekable > xSeek(xStream, css::uno::UNO_QUERY); in impl_ts_load()
552css::uno::Reference< css::xml::sax::XDocumentHandler > xReader (static_cast< ::cppu::OWeakObject* … in impl_ts_load()
554css::uno::Reference< css::xml::sax::XDocumentHandler > xFilter (static_cast< ::cppu::OWeakObject* … in impl_ts_load()
557css::uno::Reference< css::xml::sax::XParser > xParser(xSMGR->createInstance(SERVICENAME_SAXPARSER)… in impl_ts_load()
560 css::xml::sax::InputSource aSource; in impl_ts_load()
571 void XMLBasedAcceleratorConfiguration::impl_ts_save(const css::uno::Reference< css::io::XOutputStre… in impl_ts_save()
582 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xSMGR; in impl_ts_save()
587 css::uno::Reference< css::io::XTruncate > xClearable(xStream, css::uno::UNO_QUERY_THROW); in impl_ts_save()
591 css::uno::Reference< css::io::XSeekable > xSeek(xStream, css::uno::UNO_QUERY); in impl_ts_save()
596css::uno::Reference< css::xml::sax::XDocumentHandler > xWriter (xSMGR->createInstance(SERVICENA… in impl_ts_save()
597css::uno::Reference< css::io::XActiveDataSource> xDataSource(xWriter … in impl_ts_save()
657 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xSMGR; in impl_ts_getLocale()
661css::uno::Reference< css::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(x… in impl_ts_getLocale()
662 css::uno::Reference< css::beans::XPropertySet > xProp (xCFG, css::uno::UNO_QUERY_THROW); in impl_ts_getLocale()
681 DIRECT_INTERFACE(css::lang::XTypeProvider ), in DEFINE_XINTERFACE_8()
682 DIRECT_INTERFACE(css::ui::XAcceleratorConfiguration ), in DEFINE_XINTERFACE_8()
683 DIRECT_INTERFACE(css::util::XChangesListener ), in DEFINE_XINTERFACE_8()
684 DIRECT_INTERFACE(css::form::XReset ), in DEFINE_XINTERFACE_8()
685 DIRECT_INTERFACE(css::lang::XComponent ), in DEFINE_XINTERFACE_8()
686 DIRECT_INTERFACE(css::ui::XUIConfigurationPersistence), in DEFINE_XINTERFACE_8()
687 DIRECT_INTERFACE(css::ui::XUIConfigurationStorage ), in DEFINE_XINTERFACE_8()
688 DIRECT_INTERFACE(css::ui::XUIConfiguration )) in DEFINE_XINTERFACE_8()
691 css::lang::XTypeProvider , in DEFINE_XINTERFACE_8()
692 css::ui::XAcceleratorConfiguration , in DEFINE_XINTERFACE_8()
693 css::util::XChangesListener , in DEFINE_XINTERFACE_8()
694 css::form::XReset , in DEFINE_XINTERFACE_8()
695 css::lang::XComponent , in DEFINE_XINTERFACE_8()
696 css::ui::XUIConfigurationPersistence, in DEFINE_XINTERFACE_8()
697 css::ui::XUIConfigurationStorage , in DEFINE_XINTERFACE_8()
698 css::ui::XUIConfiguration ) in DEFINE_XINTERFACE_8()
701 XCUBasedAcceleratorConfiguration::XCUBasedAcceleratorConfiguration(const css::uno::Reference< css::… in DEFINE_XINTERFACE_8()
708 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in DEFINE_XINTERFACE_8()
710 css::uno::UNO_QUERY ); in DEFINE_XINTERFACE_8()
719 css::uno::Sequence< css::awt::KeyEvent > SAL_CALL XCUBasedAcceleratorConfiguration::getAllKeyEvents… in getAllKeyEvents()
720 throw(css::uno::RuntimeException) in getAllKeyEvents()
740 ::rtl::OUString SAL_CALL XCUBasedAcceleratorConfiguration::getCommandByKeyEvent(const css::awt::Key… in getCommandByKeyEvent()
741 throw(css::container::NoSuchElementException, in getCommandByKeyEvent()
742 css::uno::RuntimeException ) in getCommandByKeyEvent()
751 throw css::container::NoSuchElementException( in getCommandByKeyEvent()
764 void SAL_CALL XCUBasedAcceleratorConfiguration::setKeyEvent(const css::awt::KeyEvent& aKeyEvent, in setKeyEvent()
766 throw(css::lang::IllegalArgumentException, in setKeyEvent()
767 css::uno::RuntimeException ) in setKeyEvent()
777 throw css::lang::IllegalArgumentException( in setKeyEvent()
783 throw css::lang::IllegalArgumentException( in setKeyEvent()
851 void SAL_CALL XCUBasedAcceleratorConfiguration::removeKeyEvent(const css::awt::KeyEvent& aKeyEvent) in removeKeyEvent()
852 throw(css::container::NoSuchElementException, in removeKeyEvent()
853 css::uno::RuntimeException ) in removeKeyEvent()
862 throw css::container::NoSuchElementException( in removeKeyEvent()
894 css::uno::Sequence< css::awt::KeyEvent > SAL_CALL XCUBasedAcceleratorConfiguration::getKeyEventsByC… in getKeyEventsByCommand()
895 throw(css::lang::IllegalArgumentException , in getKeyEventsByCommand()
896 css::container::NoSuchElementException, in getKeyEventsByCommand()
897 css::uno::RuntimeException ) in getKeyEventsByCommand()
900 throw css::lang::IllegalArgumentException( in getKeyEventsByCommand()
912 throw css::container::NoSuchElementException( in getKeyEventsByCommand()
936 const css::awt::KeyEvent& rAWTKey = *pIt; in lcl_getPreferredKey()
948 css::uno::Sequence< css::uno::Any > SAL_CALL XCUBasedAcceleratorConfiguration::getPreferredKeyEvent… in getPreferredKeyEventsForCommandList()
949 throw(css::lang::IllegalArgumentException , in getPreferredKeyEventsForCommandList()
950 css::uno::RuntimeException ) in getPreferredKeyEventsForCommandList()
957 css::uno::Sequence< css::uno::Any > lPreferredOnes (c); // dont pack list! in getPreferredKeyEventsForCommandList()
964 throw css::lang::IllegalArgumentException( in getPreferredKeyEventsForCommandList()
979 css::uno::Any& rAny = lPreferredOnes[i]; in getPreferredKeyEventsForCommandList()
992 throw(css::lang::IllegalArgumentException , in removeCommandFromAllKeyEvents()
993 css::container::NoSuchElementException, in removeCommandFromAllKeyEvents()
994 css::uno::RuntimeException ) in removeCommandFromAllKeyEvents()
997 throw css::lang::IllegalArgumentException( in removeCommandFromAllKeyEvents()
1009 throw css::container::NoSuchElementException( in removeCommandFromAllKeyEvents()
1024 throw(css::uno::Exception , in reload()
1025 css::uno::RuntimeException) in reload()
1033 css::uno::Reference< css::container::XNameAccess > xAccess; in reload()
1065 throw(css::uno::Exception , in store()
1066 css::uno::RuntimeException) in store()
1074 css::uno::Reference< css::container::XNameAccess > xAccess; in store()
1093 void SAL_CALL XCUBasedAcceleratorConfiguration::storeToStorage(const css::uno::Reference< css::embe… in storeToStorage()
1094 throw(css::uno::Exception , in storeToStorage()
1095 css::uno::RuntimeException) in storeToStorage()
1101 long nOpenModes = css::embed::ElementModes::READWRITE; in storeToStorage()
1102css::uno::Reference< css::embed::XStorage > xAcceleratorTypeStorage = xStorage->openStorageElement… in storeToStorage()
1106css::uno::Reference< css::io::XStream > xStream = xAcceleratorTypeStorage->openStreamElement(::rtl… in storeToStorage()
1107 css::uno::Reference< css::io::XOutputStream > xOut; in storeToStorage()
1111 throw css::io::IOException( in storeToStorage()
1144 css::uno::Reference< css::io::XTruncate > xClearable(xOut, css::uno::UNO_QUERY_THROW); in storeToStorage()
1146 css::uno::Reference< css::io::XSeekable > xSeek(xOut, css::uno::UNO_QUERY); in storeToStorage()
1150css::uno::Reference< css::xml::sax::XDocumentHandler > xWriter (m_xSMGR->createInstance(SERVICE… in storeToStorage()
1151css::uno::Reference< css::io::XActiveDataSource> xDataSource(xWriter … in storeToStorage()
1161 throw(css::uno::RuntimeException) in isModified()
1168 throw(css::uno::RuntimeException) in isReadOnly()
1174 void SAL_CALL XCUBasedAcceleratorConfiguration::setStorage(const css::uno::Reference< css::embed::X… in setStorage()
1175 throw(css::uno::RuntimeException) in setStorage()
1182 throw(css::uno::RuntimeException) in hasStorage()
1189 …CUBasedAcceleratorConfiguration::addConfigurationListener(const css::uno::Reference< css::ui::XUIC… in addConfigurationListener()
1190 throw(css::uno::RuntimeException) in addConfigurationListener()
1196 …asedAcceleratorConfiguration::removeConfigurationListener(const css::uno::Reference< css::ui::XUIC… in removeConfigurationListener()
1197 throw(css::uno::RuntimeException) in removeConfigurationListener()
1204 throw(css::uno::RuntimeException) in reset()
1206 css::uno::Reference< css::container::XNamed > xNamed(m_xCfg, css::uno::UNO_QUERY); in reset()
1210 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in reset()
1212 css::uno::UNO_QUERY ); in reset()
1217 m_xCfg = css::uno::Reference< css::container::XNameAccess > ( in reset()
1219 css::uno::UNO_QUERY ); in reset()
1225 void SAL_CALL XCUBasedAcceleratorConfiguration::addResetListener(const css::uno::Reference< css::fo… in addResetListener()
1226 throw(css::uno::RuntimeException) in addResetListener()
1232 void SAL_CALL XCUBasedAcceleratorConfiguration::removeResetListener(const css::uno::Reference< css:… in removeResetListener()
1233 throw(css::uno::RuntimeException) in removeResetListener()
1239 void SAL_CALL XCUBasedAcceleratorConfiguration::changesOccurred(const css::util::ChangesEvent& aEve… in changesOccurred()
1240 throw(css::uno::RuntimeException) in changesOccurred()
1244 css::uno::Reference< css::container::XHierarchicalNameAccess > xHAccess; in changesOccurred()
1249 css::util::ChangesEvent aReceivedEvents( aEvent ); in changesOccurred()
1254 const css::util::ElementChange& aChange = aReceivedEvents.Changes[i]; in changesOccurred()
1291 void SAL_CALL XCUBasedAcceleratorConfiguration::disposing(const css::lang::EventObject& /*aSource*/) in disposing()
1292 throw(css::uno::RuntimeException) in disposing()
1298 throw(css::uno::RuntimeException) in dispose()
1305 throw(css::uno::RuntimeException) in addEventListener()
1312 throw(css::uno::RuntimeException) in removeEventListener()
1318 …eleratorConfiguration::impl_ts_load( sal_Bool bPreferred, const css::uno::Reference< css::containe… in impl_ts_load()
1321 css::uno::Reference< css::container::XNameAccess > xAccess; in impl_ts_load()
1326 css::uno::Reference< css::container::XNameAccess > xModules; in impl_ts_load()
1334 css::uno::Reference< css::container::XNameAccess > xKey; in impl_ts_load()
1335 css::uno::Reference< css::container::XNameAccess > xCommand; in impl_ts_load()
1338 css::uno::Sequence< ::rtl::OUString > lKeys = xAccess->getElementNames(); in impl_ts_load()
1346 css::uno::Sequence< ::rtl::OUString > lLocales = xCommand->getElementNames(); in impl_ts_load()
1377 css::awt::KeyEvent aKeyEvent; in impl_ts_load()
1384 css::uno::Sequence< ::rtl::OUString > sToken(4); in impl_ts_load()
1402 aKeyEvent.Modifiers |= css::awt::KeyModifier::SHIFT; in impl_ts_load()
1404 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD1; in impl_ts_load()
1406 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD2; in impl_ts_load()
1408 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD3; in impl_ts_load()
1428 …celeratorConfiguration::impl_ts_save(sal_Bool bPreferred, const css::uno::Reference< css::containe… in impl_ts_save()
1521 void XCUBasedAcceleratorConfiguration::insertKeyToConfiguration( const css::awt::KeyEvent& aKeyEven… in insertKeyToConfiguration()
1523 css::uno::Reference< css::container::XNameAccess > xAccess; in insertKeyToConfiguration()
1524 css::uno::Reference< css::container::XNameContainer > xContainer; in insertKeyToConfiguration()
1525 css::uno::Reference< css::lang::XSingleServiceFactory > xFac; in insertKeyToConfiguration()
1526 css::uno::Reference< css::uno::XInterface > xInst; in insertKeyToConfiguration()
1537 css::uno::Reference< css::container::XNameContainer > xModules; in insertKeyToConfiguration()
1541 … xFac = css::uno::Reference< css::lang::XSingleServiceFactory >(xModules, css::uno::UNO_QUERY); in insertKeyToConfiguration()
1543 xModules->insertByName(m_sModuleCFG, css::uno::makeAny(xInst)); in insertKeyToConfiguration()
1549 css::uno::Reference< css::container::XNameAccess > xKey; in insertKeyToConfiguration()
1550 css::uno::Reference< css::container::XNameContainer > xCommand; in insertKeyToConfiguration()
1553 xFac = css::uno::Reference< css::lang::XSingleServiceFactory >(xContainer, css::uno::UNO_QUERY); in insertKeyToConfiguration()
1555 xContainer->insertByName(sKey, css::uno::makeAny(xInst)); in insertKeyToConfiguration()
1562 xCommand->insertByName(sLocale, css::uno::makeAny(sCommand)); in insertKeyToConfiguration()
1564 xCommand->replaceByName(sLocale, css::uno::makeAny(sCommand)); in insertKeyToConfiguration()
1568 void XCUBasedAcceleratorConfiguration::removeKeyFromConfiguration( const css::awt::KeyEvent& aKeyEv… in removeKeyFromConfiguration()
1570 css::uno::Reference< css::container::XNameAccess > xAccess; in removeKeyFromConfiguration()
1571 css::uno::Reference< css::container::XNameContainer > xContainer; in removeKeyFromConfiguration()
1582 css::uno::Reference< css::container::XNameAccess > xModules; in removeKeyFromConfiguration()
1596 css::uno::Reference< css::container::XNameAccess > xAccess; in reloadChanged()
1597 css::uno::Reference< css::container::XNameContainer > xContainer; in reloadChanged()
1604 css::uno::Reference< css::container::XNameAccess > xModules; in reloadChanged()
1611 css::awt::KeyEvent aKeyEvent; in reloadChanged()
1618 css::uno::Sequence< ::rtl::OUString > sToken(3); in reloadChanged()
1627 aKeyEvent.Modifiers |= css::awt::KeyModifier::SHIFT; in reloadChanged()
1629 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD1; in reloadChanged()
1631 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD2; in reloadChanged()
1633 aKeyEvent.Modifiers |= css::awt::KeyModifier::MOD3; in reloadChanged()
1636 css::uno::Reference< css::container::XNameAccess > xKey; in reloadChanged()
1637 css::uno::Reference< css::container::XNameAccess > xCommand; in reloadChanged()
1722 css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = m_xSMGR; in impl_ts_getLocale()
1726css::uno::Reference< css::uno::XInterface > xCFG = fpc::ConfigurationHelper::openConfig(x… in impl_ts_getLocale()
1727 css::uno::Reference< css::beans::XPropertySet > xProp (xCFG, css::uno::UNO_QUERY_THROW); in impl_ts_getLocale()