Lines Matching refs:nN
133 sal_Int32 nN=0; in getMultiPropertyListsFromValueMap() local
140 rNames[nN] = aValueIt->first; in getMultiPropertyListsFromValueMap()
141 rValues[nN] = rAny; in getMultiPropertyListsFromValueMap()
142 ++nN; in getMultiPropertyListsFromValueMap()
146 rNames.realloc(nN); in getMultiPropertyListsFromValueMap()
147 rValues.realloc(nN); in getMultiPropertyListsFromValueMap()
155 for( sal_Int32 nN = 0; nN < nCount; nN++ ) in getValuePointer() local
157 if(rPropNames[nN].equals(rPropName)) in getValuePointer()
158 return &rPropValues[nN]; in getValuePointer()
430 for( sal_Int32 nN = 0; nN < nCount; nN++ ) in setMultiProperties() local
432 aPropName = rNames[nN]; in setMultiProperties()
433 aValue = rValues[nN]; in setMultiProperties()