Lines Matching refs:nId

49 CreateElement::CreateElement(ResourceType_t nResource, Id nId)  in CreateElement()  argument
50 : m_nResource(nResource), m_nId(nId) in CreateElement()
60 AttributeToResourceMapPointer OOXMLFactory_ns::getAttributeToResourceMap(Id nId) in getAttributeToResourceMap() argument
62 if (m_AttributesMap.find(nId) == m_AttributesMap.end()) in getAttributeToResourceMap()
63 m_AttributesMap[nId] = createAttributeToResourceMap(nId); in getAttributeToResourceMap()
65 return m_AttributesMap[nId]; in getAttributeToResourceMap()
68 ListValueMapPointer OOXMLFactory_ns::getListValueMap(Id nId) in getListValueMap() argument
70 if (m_ListValuesMap.find(nId) == m_ListValuesMap.end()) in getListValueMap()
71 m_ListValuesMap[nId] = createListValueMap(nId); in getListValueMap()
73 return m_ListValuesMap[nId]; in getListValueMap()
76 CreateElementMapPointer OOXMLFactory_ns::getCreateElementMap(Id nId) in getCreateElementMap() argument
78 if (m_CreateElementsMap.find(nId) == m_CreateElementsMap.end()) in getCreateElementMap()
79 m_CreateElementsMap[nId] = createCreateElementMap(nId); in getCreateElementMap()
81 return m_CreateElementsMap[nId]; in getCreateElementMap()
84 TokenToIdMapPointer OOXMLFactory_ns::getTokenToIdMap(Id nId) in getTokenToIdMap() argument
86 if (m_TokenToIdsMap.find(nId) == m_TokenToIdsMap.end()) in getTokenToIdMap()
87 m_TokenToIdsMap[nId] = createTokenToIdMap(nId); in getTokenToIdMap()
89 return m_TokenToIdsMap[nId]; in getTokenToIdMap()
146 Id nId = (*pTokenToIdMap)[aIt->first]; in attributes() local
150 debug_logger->attribute("tokenid", (*QNameToString::Instance())(nId)); in attributes()
151 snprintf(sBuffer, sizeof(sBuffer), "%08" SAL_PRIxUINT32, nId); in attributes()
164 OOXMLFastHelper<OOXMLBooleanValue>::newProperty(pHandler, nId, aValue); in attributes()
177 (pHandler, nId, aValue); in attributes()
190 (pHandler, nId, aValue); in attributes()
203 (pHandler, nId, aValue); in attributes()
228 (pHandler, nId, nValue); in attributes()