Lines Matching refs:m_aSelection
1138 if(nRecord > 0 && nRecord < m_aSelection.getLength()) in IsRecordExcluded()
1141 m_aSelection[nRecord - 1] >>= nTemp; in IsRecordExcluded()
1154 if(!m_aSelection.getLength() || nRecord > m_aSelection.getLength()) in ExcludeRecord()
1166 sal_Int32 nStart = m_aSelection.getLength(); in ExcludeRecord()
1167 m_aSelection.realloc(nEnd); in ExcludeRecord()
1168 Any* pSelection = m_aSelection.getArray(); in ExcludeRecord()
1181 if(nRecord > 0 && m_aSelection.getLength() > nRecord) in ExcludeRecord()
1183 m_aSelection[nRecord - 1] <<= bExclude ? -1 : nRecord; in ExcludeRecord()
1192 Sequence< Any > aRet(m_aSelection.getLength()); in GetSelection()
1195 for(sal_Int32 nIndex = 0; nIndex < m_aSelection.getLength(); ++nIndex) in GetSelection()
1197 m_aSelection[nIndex] >>= nRet; in GetSelection()