Lines Matching refs:nProp
71 for(sal_Int32 nProp = 0; nProp < 2; nProp++) in lcl_CreatePropertyNames() local
72 pProperties[nProp] = rPrefix; in lcl_CreatePropertyNames()
85 for(sal_Int32 nProp = 0; nProp < rValues.getLength(); nProp++) in lcl_CreateSwLabRec() local
87 if(pValues[nProp].hasValue()) in lcl_CreateSwLabRec()
89 switch(nProp) in lcl_CreateSwLabRec()
91 case 0: pValues[nProp] >>= sTmp; pNewRec->aType = sTmp; break; in lcl_CreateSwLabRec()
96 pValues[nProp] >>= sTmp; in lcl_CreateSwLabRec()
132 for(sal_Int32 nProp = 0; nProp < rPropNames.getLength(); nProp++) in lcl_CreateProperties() local
134 pValues[nProp].Name = pNames[nProp]; in lcl_CreateProperties()
135 switch(nProp) in lcl_CreateProperties()
137 case 0: pValues[nProp].Value <<= OUString(rRec.aType); break; in lcl_CreateProperties()
150 pValues[nProp].Value <<= sTmp; in lcl_CreateProperties()