Home
last modified time | relevance | path

Searched refs:m_aMatrixMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Darrange.cxx994 std::map< sal_uInt64, size_t >::const_iterator it = m_aMatrixMap.find( nMapValue ); in addWindow()
996 if( it == m_aMatrixMap.end() ) in addWindow()
998 m_aMatrixMap[ nMapValue ] = nIndex = m_aElements.size(); in addWindow()
1024 m_aMatrixMap.erase( getMap( it->m_nX, it->m_nY ) ); in remove()
1035 std::map< sal_uInt64, size_t >::const_iterator it = m_aMatrixMap.find( nMapValue ); in addChild()
1037 if( it == m_aMatrixMap.end() ) in addChild()
1039 m_aMatrixMap[ nMapValue ] = nIndex = m_aElements.size(); in addChild()
1064 m_aMatrixMap.erase( getMap( it->m_nX, it->m_nY ) ); in remove()
/trunk/main/vcl/inc/vcl/
H A Darrange.hxx411 …std::map< sal_uInt64, size_t > m_aMatrixMap; // maps (x | (y << 32)) to index in m_aElem… member in vcl::MatrixArranger

Completed in 35 milliseconds