Searched refs:nMapValue (Results 1 – 1 of 1) sorted by relevance
993 sal_uInt64 nMapValue = getMap( i_nX, i_nY ); in addWindow() local994 std::map< sal_uInt64, size_t >::const_iterator it = m_aMatrixMap.find( nMapValue ); in addWindow()998 m_aMatrixMap[ nMapValue ] = nIndex = m_aElements.size(); in addWindow()1034 sal_uInt64 nMapValue = getMap( i_nX, i_nY ); in addChild() local1035 std::map< sal_uInt64, size_t >::const_iterator it = m_aMatrixMap.find( nMapValue ); in addChild()1039 m_aMatrixMap[ nMapValue ] = nIndex = m_aElements.size(); in addChild()
Completed in 27 milliseconds