Lines Matching refs:nCount
62 sal_uInt32 nCount; member in XMLMyList
72 void push_back(beans::PropertyValue& aProp) { aProps.push_back(aProp); nCount++; } in push_back()
80 : nCount(0), in XMLMyList()
94 if(nCount) in GetSequence()
96 DBG_ASSERT(nCount == aProps.size(), "wrong count of PropertyValue"); in GetSequence()
97 aSeq.realloc(nCount); in GetSequence()
618 sal_uInt32 nCount(aBuffer.getLength()); in Characters() local
619 maDecoded.realloc(nStartPos + nCount); in Characters()
622 for (sal_uInt32 i = 0; i < nCount; i++, pBuffer++) in Characters()
839 const sal_Int32 nCount = xIndex->getCount(); in EndElement() local
841 for (sal_Int32 i = 0; i < nCount; i++) in EndElement()
910 const sal_Int32 nCount = xIndex->getCount(); in EndElement() local
912 uno::Sequence < formula::SymbolDescriptor > aSymbolList ( nCount ); in EndElement()
928 for ( sal_Int32 i = 0; i < nCount; i++ ) in EndElement()