Lines Matching refs:aValues

397     Sequence<Any> aValues;  in ScAppCfg()  local
401 aValues = aLayoutItem.GetProperties(aNames); in ScAppCfg()
403 pValues = aValues.getConstArray(); in ScAppCfg()
404 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
405 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
436 aValues = aInputItem.GetProperties(aNames); in ScAppCfg()
438 pValues = aValues.getConstArray(); in ScAppCfg()
439 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
440 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
465 aValues = aRevisionItem.GetProperties(aNames); in ScAppCfg()
467 pValues = aValues.getConstArray(); in ScAppCfg()
468 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
469 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
497 aValues = aContentItem.GetProperties(aNames); in ScAppCfg()
499 pValues = aValues.getConstArray(); in ScAppCfg()
500 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
501 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
520 aValues = aSortListItem.GetProperties(aNames); in ScAppCfg()
522 pValues = aValues.getConstArray(); in ScAppCfg()
523 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
524 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
543 aValues = aMiscItem.GetProperties(aNames); in ScAppCfg()
545 pValues = aValues.getConstArray(); in ScAppCfg()
546 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
547 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
575 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
576 Any* pValues = aValues.getArray(); in IMPL_LINK()
599 aLayoutItem.PutProperties(aNames, aValues); in IMPL_LINK()
607 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
608 Any* pValues = aValues.getArray(); in IMPL_LINK()
625 aInputItem.PutProperties(aNames, aValues); in IMPL_LINK()
633 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
634 Any* pValues = aValues.getArray(); in IMPL_LINK()
654 aRevisionItem.PutProperties(aNames, aValues); in IMPL_LINK()
662 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
663 Any* pValues = aValues.getArray(); in IMPL_LINK()
674 aContentItem.PutProperties(aNames, aValues); in IMPL_LINK()
682 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
683 Any* pValues = aValues.getArray(); in IMPL_LINK()
694 aSortListItem.PutProperties(aNames, aValues); in IMPL_LINK()
702 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
703 Any* pValues = aValues.getArray(); in IMPL_LINK()
720 aMiscItem.PutProperties(aNames, aValues); in IMPL_LINK()