Searched refs:m_indices1 (Results 1 – 1 of 1) sorted by relevance
53 inline sal_uInt32 *indices( void ) const { return m_indices1; } in indices()65 sal_uInt32 *m_indices1; member in basegfx::radixSort81 m_indices1 = NULL; in radixSort()92 delete [] m_indices1; in ~radixSort()105 if(m_indices1) in resize()106 delete [] m_indices1; in resize()109 m_indices1 = new sal_uInt32[nNumElements]; in resize()113 if(!m_indices1 || !m_indices2) { in resize()114 delete [] m_indices1; in resize()116 m_indices1 = NULL; in resize()[all …]