Lines Matching refs:aProps
61 std::list<beans::PropertyValue> aProps; member in XMLMyList
72 void push_back(beans::PropertyValue& aProp) { aProps.push_back(aProp); nCount++; } in push_back()
96 DBG_ASSERT(nCount == aProps.size(), "wrong count of PropertyValue"); in GetSequence()
99 std::list<beans::PropertyValue>::iterator aItr = aProps.begin(); in GetSequence()
100 while (aItr != aProps.end()) in GetSequence()
124 std::list<beans::PropertyValue>::iterator aItr = aProps.begin(); in GetNameContainer()
125 while (aItr != aProps.end()) in GetNameContainer()
148 std::list<beans::PropertyValue>::iterator aItr = aProps.begin(); in GetIndexContainer()
150 while (aItr != aProps.end()) in GetIndexContainer()
840 uno::Sequence < beans::PropertyValue > aProps; in EndElement() local
843 … if ((xIndex->getByIndex( i ) >>= aProps) && (aProps.getLength() == XML_FORBIDDEN_CHARACTER_MAX ) ) in EndElement()
845 beans::PropertyValue *pForChar = aProps.getArray(); in EndElement()
911 uno::Sequence < beans::PropertyValue > aProps; in EndElement() local
930 if ((xIndex->getByIndex( i ) >>= aProps) && (aProps.getLength() == XML_SYMBOL_DESCRIPTOR_MAX ) ) in EndElement()
936 beans::PropertyValue *pSymbol = aProps.getArray(); in EndElement()