Searched refs:aTypePos (Results 1 – 4 of 4) sorted by relevance
123 Repository::iterator aTypePos = m_aRepository.find( _rName ); in implLocate() local124 if ( aTypePos == m_aRepository.end() && !_bAllowMiss ) in implLocate()127 return aTypePos; in implLocate()155 Repository::iterator aTypePos = implLocate( newName, true ); in cloneDataType() local156 if ( aTypePos != m_aRepository.end() ) in cloneDataType()159 aTypePos = implLocate( sourceName ); in cloneDataType()160 OXSDDataType* pClone = aTypePos->second->clone( newName ); in cloneDataType()171 Repository::iterator aTypePos = implLocate( typeName ); in revokeDataType() local172 if ( aTypePos->second->getIsBasic() ) in revokeDataType()176 m_aRepository.erase( aTypePos ); in revokeDataType()
109 const ConstMapString2TypeIterator aTypePos = s_aTypeNameMap.find(sValue); in DBG_NAME() local110 …OSL_ENSURE(s_aTypeNameMap.end() != aTypePos, "OXMLDataSourceSetting::OXMLDataSourceSetting: invali… in DBG_NAME()111 if (s_aTypeNameMap.end() != aTypePos) in DBG_NAME()112 m_aPropType = aTypePos->second; in DBG_NAME()
100 const ConstMapString2TypeIterator aTypePos = s_aTypeNameMap.find(sValue); in DBG_NAME() local101 …OSL_ENSURE(s_aTypeNameMap.end() != aTypePos, "OXMLControlProperty::OXMLControlProperty: invalid ty… in DBG_NAME()102 if (s_aTypeNameMap.end() != aTypePos) in DBG_NAME()103 m_aPropType = aTypePos->second; in DBG_NAME()
264 const ConstMapString2TypeIterator aTypePos = s_aTypeNameMap.find( _rType ); in xmlTypeToUnoType() local265 …OSL_ENSURE( s_aTypeNameMap.end() != aTypePos, "PropertyConversion::xmlTypeToUnoType: invalid prope… in xmlTypeToUnoType()266 if ( s_aTypeNameMap.end() != aTypePos ) in xmlTypeToUnoType()267 aUnoType = aTypePos->second; in xmlTypeToUnoType()
Completed in 25 milliseconds