Lines Matching refs:aProperties
69 Sequence<OUString> aProperties(2); in lcl_CreatePropertyNames() local
70 OUString* pProperties = aProperties.getArray(); in lcl_CreatePropertyNames()
76 return aProperties; in lcl_CreatePropertyNames()
202 Sequence<OUString> aProperties(1); in HasLabel() local
203 aProperties.getArray()[0] = sPrefix; in HasLabel()
204 aProperties.getArray()[0] += C2U("Name"); in HasLabel()
205 Sequence<Any> aValues = GetProperties(aProperties); in HasLabel()
263 Sequence<OUString> aProperties(1); in SaveLabel() local
264 aProperties.getArray()[0] = sPrefix; in SaveLabel()
265 aProperties.getArray()[0] += C2U("Name"); in SaveLabel()
266 Sequence<Any> aValues = GetProperties(aProperties); in SaveLabel()