Lines Matching refs:aValues

226         uno::Sequence< uno::Any > aValues = /*aCfg.*/GetProperties( aNames );  in SetAvailableCfgServiceLists()  local
227 if (aValues.getLength()) in SetAvailableCfgServiceLists()
231 const uno::Any &rValue = aValues.getConstArray()[0]; in SetAvailableCfgServiceLists()
640 uno::Sequence< uno::Any > aValues; in Notify() local
670 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
672 if (aValues.getLength()) in Notify()
673 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
695 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
697 if (aValues.getLength()) in Notify()
698 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
723 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
725 if (aValues.getLength()) in Notify()
726 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
748 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
750 if (aValues.getLength()) in Notify()
751 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
1138 uno::Sequence< uno::Any > aValues( /*aCfg.*/GetProperties( aNames ) ); in SetCfgServiceLists() local
1139 if (nLen && nLen == aValues.getLength()) in SetCfgServiceLists()
1141 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1181 uno::Sequence< uno::Any > aValues( /*aCfg.*/GetProperties( aNames ) ); in SetCfgServiceLists() local
1182 if (nLen && nLen == aValues.getLength()) in SetCfgServiceLists()
1184 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1228 uno::Sequence< uno::Any > aValues( /*aCfg.*/GetProperties( aNames ) ); in SetCfgServiceLists() local
1229 if (nLen && nLen == aValues.getLength()) in SetCfgServiceLists()
1231 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1275 uno::Sequence< uno::Any > aValues( /*aCfg.*/GetProperties( aNames ) ); in SetCfgServiceLists() local
1276 if (nLen && nLen == aValues.getLength()) in SetCfgServiceLists()
1278 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1666 uno::Sequence< beans::PropertyValue > aValues( nLen ); in SaveCfgSvcs() local
1667 beans::PropertyValue *pValues = aValues.getArray(); in SaveCfgSvcs()
1717 bRes |= /*aCfg.*/ReplaceSetProperties( aNodeName, aValues ); in SaveCfgSvcs()
1799 uno::Sequence< uno::Any > aValues; in getConfiguredServices() local
1812 aValues = /*aCfg.*/GetProperties( aNames ); in getConfiguredServices()
1813 if (aValues.getLength()) in getConfiguredServices()
1814 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in getConfiguredServices()
1827 aValues = /*aCfg.*/GetProperties( aNames ); in getConfiguredServices()
1828 if (aValues.getLength()) in getConfiguredServices()
1829 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in getConfiguredServices()
1842 aValues = /*aCfg.*/GetProperties( aNames ); in getConfiguredServices()
1843 if (aValues.getLength()) in getConfiguredServices()
1844 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in getConfiguredServices()
1857 aValues = /*aCfg.*/GetProperties( aNames ); in getConfiguredServices()
1858 if (aValues.getLength()) in getConfiguredServices()
1859 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in getConfiguredServices()