Lines Matching refs:aEntryArr
204 AutoMarkEntryArr aEntryArr; member in SwEntryBrowseBox
4401 if(aEntryArr.Count() > nRow) in GetCellText()
4403 AutoMarkEntry* pEntry = aEntryArr[ static_cast< sal_uInt16 >(nRow) ]; in GetCellText()
4457 AutoMarkEntry* pEntry = nRow >= aEntryArr.Count() ? new AutoMarkEntry in SaveModified()
4458 : aEntryArr[nRow]; in SaveModified()
4469 if(nRow >= aEntryArr.Count()) in SaveModified()
4471 aEntryArr.Insert( pEntry, aEntryArr.Count() ); in SaveModified()
4540 aEntryArr.Insert( pToInsert, aEntryArr.Count() ); in ReadEntries()
4546 aEntryArr.Insert(pToInsert, aEntryArr.Count()); in ReadEntries()
4554 aEntryArr.Insert(pToInsert, aEntryArr.Count()); in ReadEntries()
4555 RowInserted(0, aEntryArr.Count() + 1, sal_True); in ReadEntries()
4573 for(sal_uInt16 i = 0; i < aEntryArr.Count();i++) in WriteEntries()
4575 AutoMarkEntry* pEntry = aEntryArr[i]; in WriteEntries()