Searched refs:maNameMap (Results 1 – 3 of 3) sorted by relevance
52 maNameMap = new NameMap(aReader.GetSection("name")); in StateMachine()64 maNameMap, in StateMachine()81 maNameMap.GetNameCount(), in StateMachine()106 final int nElementNameId = maNameMap.GetIdForName(sElementName); in ProcessStartElement()127 maNameMap.GetNameForId(nElementNameId), in ProcessStartElement()314 private final NameMap maNameMap; field in StateMachine
55 maNameMap = aNameMap; in AttributeManager()173 maNameMap.GetNameForId(aAttributeDescriptor.GetNameId()), in ParseAttributes()221 final int nAttributeNameId = maNameMap.GetIdForName(sAttributeName); in ProcessAttribute()228 final int nAttributeNameId = maNameMap.GetIdForName(sAttributeName); in ProcessAttribute()269 private final NameMap maNameMap; field in AttributeManager
197 XclExpIndexMap maNameMap; /// Maps Calc defined names to Excel NAME records. member in XclExpNameManagerImpl382 sal_uInt16 nNameIdx = FindNameIdx( maNameMap, nScNameIdx ); in InsertName()557 maNameMap[ rRangeData.GetIndex() ] = nNameIdx; in CreateName()582 maNameMap[ rRangeData.GetIndex() ] = nNameIdx = nBuiltInIdx; in CreateName()681 …if( pRangeData && !pRangeData->HasType( RT_SHARED ) && !FindNameIdx( maNameMap, pRangeData->GetInd… in CreateUserNames()
Completed in 25 milliseconds