Lines Matching refs:nProp
134 sal_Int32 nProp; in Load() local
135 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load()
137 pPropertyNames[nProp] = wrapConfigurationElementName(pNodeNames[nNode]); in Load()
138 pPropertyNames[nProp] += sSlash; in Load()
139 pPropertyNames[nProp] += pPropNames[nProp]; in Load()
143 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load()
145 switch(nProp) in Load()
147 case 0 : pValues[nProp] >>= pNew->sAndPrefix; break; in Load()
148 case 1 : pValues[nProp] >>= pNew->sAndSuffix; break; in Load()
149 case 2 : pValues[nProp] >>= pNew->sAndSeparator; break; in Load()
150 case 3 : pValues[nProp] >>= pNew->nAndCaseMatch; break; in Load()
152 case 4 : pValues[nProp] >>= pNew->sOrPrefix; break; in Load()
153 case 5 : pValues[nProp] >>= pNew->sOrSuffix; break; in Load()
154 case 6 : pValues[nProp] >>= pNew->sOrSeparator; break; in Load()
155 case 7 : pValues[nProp] >>= pNew->nOrCaseMatch; break; in Load()
157 case 8 : pValues[nProp] >>= pNew->sExactPrefix; break; in Load()
158 case 9 : pValues[nProp] >>= pNew->sExactSuffix; break; in Load()
159 case 10: pValues[nProp] >>= pNew->sExactSeparator; break; in Load()
160 case 11: pValues[nProp] >>= pNew->nExactCaseMatch; break; in Load()
192 for(sal_Int16 nProp = 0; nProp < rPropNames.getLength(); nProp++) in Commit() local
197 sTmpName += pPropNames[nProp]; in Commit()
198 pSetValues[nProp].Name = sTmpName; in Commit()
199 switch(nProp) in Commit()
201 case 0 : pSetValues[nProp].Value <<= pSave->sAndPrefix; break; in Commit()
202 case 1 : pSetValues[nProp].Value <<= pSave->sAndSuffix; break; in Commit()
203 case 2 : pSetValues[nProp].Value <<= pSave->sAndSeparator; break; in Commit()
204 case 3 : pSetValues[nProp].Value <<= pSave->nAndCaseMatch; break; in Commit()
206 case 4 : pSetValues[nProp].Value <<= pSave->sOrPrefix; break; in Commit()
207 case 5 : pSetValues[nProp].Value <<= pSave->sOrSuffix; break; in Commit()
208 case 6 : pSetValues[nProp].Value <<= pSave->sOrSeparator; break; in Commit()
209 case 7 : pSetValues[nProp].Value <<= pSave->nOrCaseMatch; break; in Commit()
211 case 8 : pSetValues[nProp].Value <<= pSave->sExactPrefix; break; in Commit()
212 case 9 : pSetValues[nProp].Value <<= pSave->sExactSuffix; break; in Commit()
213 case 10: pSetValues[nProp].Value <<= pSave->sExactSeparator; break; in Commit()
214 case 11: pSetValues[nProp].Value <<= pSave->nExactCaseMatch; break; in Commit()