Lines Matching refs:aNames

225     Sequence<OUString> aNames(SCCALCOPT_COUNT);  in GetCalcPropertyNames()  local
226 OUString* pNames = aNames.getArray(); in GetCalcPropertyNames()
230 return aNames; in GetCalcPropertyNames()
239 Sequence<OUString> aNames(SCDOCLAYOUTOPT_COUNT); in GetLayoutPropertyNames() local
240 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames()
248 return aNames; in GetLayoutPropertyNames()
258 Sequence<OUString> aNames; in ScDocCfg() local
265 aNames = GetCalcPropertyNames(); in ScDocCfg()
266 aValues = aCalcItem.GetProperties(aNames); in ScDocCfg()
267 aCalcItem.EnableNotification(aNames); in ScDocCfg()
269 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
270 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
272 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScDocCfg()
324 aNames = GetLayoutPropertyNames(); in ScDocCfg()
325 aValues = aLayoutItem.GetProperties(aNames); in ScDocCfg()
326 aLayoutItem.EnableNotification(aNames); in ScDocCfg()
328 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
329 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
331 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScDocCfg()
352 Sequence<OUString> aNames = GetCalcPropertyNames(); in IMPL_LINK() local
353 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
359 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
401 aCalcItem.PutProperties(aNames, aValues); in IMPL_LINK()
408 Sequence<OUString> aNames = GetLayoutPropertyNames(); in IMPL_LINK() local
409 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
412 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
424 aLayoutItem.PutProperties(aNames, aValues); in IMPL_LINK()