Lines Matching refs:Count

113     for(sal_uInt16 i = 0; i < rFType.m_pSortKeyArr->Count(); i++)  in SwAuthorityFieldType()
120 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in ~SwAuthorityFieldType()
136 for(sal_uInt16 j = 0; j < m_pDataArr->Count(); j++) in RemoveField()
168 for(sal_uInt16 j = 0; j < m_pDataArr->Count() && pEntry; j++) in AddField()
183 m_pDataArr->Insert(pEntry, m_pDataArr->Count()); in AddField()
193 for( sal_uInt16 j = 0; j < m_pDataArr->Count(); j++ ) in AddField()
213 for(sal_uInt16 j = 0; j < m_pDataArr->Count(); j++) in GetEntryByHandle()
230 for(sal_uInt16 j = 0; j < m_pDataArr->Count(); j++) in GetAllEntryIdentifiers()
234 AUTH_FIELD_IDENTIFIER )), rToFill.Count() ); in GetAllEntryIdentifiers()
242 for( sal_uInt16 j = 0; j < m_pDataArr->Count(); ++j ) in GetEntryByIdentifier()
257 for( sal_uInt16 j = 0; j < m_pDataArr->Count(); ++j ) in ChangeEntryContent()
279 for( nRet = 0; nRet < m_pDataArr->Count(); ++nRet ) in AppendField()
290 if( nRet == m_pDataArr->Count() ) in AppendField()
299 if( nPos < m_pDataArr->Count() ) in GetHandle()
313 if(m_pSequArr->Count() && m_pSequArr->Count() != m_pDataArr->Count()) in GetSequencePos()
315 if(!m_pSequArr->Count()) in GetSequencePos()
350 for(short i = 0; i < aSortArr.Count(); ++i) in GetSequencePos()
369 for( j = 0; j < aSortArr.Count(); ++j) in GetSequencePos()
380 for(sal_uInt16 i = 0; i < aSortArr.Count(); i++) in GetSequencePos()
387 aSortArr.DeleteAndDestroy(0, aSortArr.Count()); in GetSequencePos()
391 for(sal_uInt16 i = 0; i < m_pSequArr->Count(); i++) in GetSequencePos()
435 Sequence<PropertyValues> aRet(m_pSortKeyArr->Count()); in QueryValue()
439 for(sal_uInt16 i = 0; i < m_pSortKeyArr->Count(); i++) in QueryValue()
499 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in PutValue()
520 m_pSortKeyArr->Insert(pSortKey, m_pSortKeyArr->Count()); in PutValue()
540 return m_pSortKeyArr->Count(); in GetSortKeyCount()
546 if(m_pSortKeyArr->Count() > nIdx) in GetSortKey()
554 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in SetSortKeys()