Lines Matching refs:aNames
144 Sequence<OUString> aNames(SCINPUTOPT_COUNT); in GetPropertyNames() local
145 OUString* pNames = aNames.getArray(); in GetPropertyNames()
149 return aNames; in GetPropertyNames()
157 Sequence<OUString> aNames = GetPropertyNames(); in ScInputCfg() local
158 Sequence<Any> aValues = GetProperties(aNames); in ScInputCfg()
159 EnableNotification(aNames); in ScInputCfg()
161 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScInputCfg()
162 if(aValues.getLength() == aNames.getLength()) in ScInputCfg()
164 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScInputCfg()
211 Sequence<OUString> aNames = GetPropertyNames(); in Commit() local
212 Sequence<Any> aValues(aNames.getLength()); in Commit()
215 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
251 PutProperties(aNames, aValues); in Commit()