Lines Matching refs:pValues

134 	const Any* pValues = aValues.getConstArray();  in Load()  local
141 if(pValues[nProp].hasValue()) in Load()
146 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
150 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
153 case 2: pValues[nProp] >>= pImp->aFontSizeArr[0]; break;//"Import/FontSize/Size_1", in Load()
154 case 3: pValues[nProp] >>= pImp->aFontSizeArr[1]; break;//"Import/FontSize/Size_2", in Load()
155 case 4: pValues[nProp] >>= pImp->aFontSizeArr[2]; break;//"Import/FontSize/Size_3", in Load()
156 case 5: pValues[nProp] >>= pImp->aFontSizeArr[3]; break;//"Import/FontSize/Size_4", in Load()
157 case 6: pValues[nProp] >>= pImp->aFontSizeArr[4]; break;//"Import/FontSize/Size_5", in Load()
158 case 7: pValues[nProp] >>= pImp->aFontSizeArr[5]; break;//"Import/FontSize/Size_6", in Load()
159 case 8: pValues[nProp] >>= pImp->aFontSizeArr[6]; break;//"Import/FontSize/Size_7", in Load()
164 pValues[nProp] >>= nExpMode; in Load()
180 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
184 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
188 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
192 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
196 case 14: pValues[nProp] >>= pImp->eEncoding; in Load()
201 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
217 Any* pValues = aValues.getArray(); in Commit() local
227 case 2: pValues[nProp] <<= pImp->aFontSizeArr[0];break;//"Import/FontSize/Size_1", in Commit()
228 case 3: pValues[nProp] <<= pImp->aFontSizeArr[1];break;//"Import/FontSize/Size_2", in Commit()
229 case 4: pValues[nProp] <<= pImp->aFontSizeArr[2];break;//"Import/FontSize/Size_3", in Commit()
230 case 5: pValues[nProp] <<= pImp->aFontSizeArr[3];break;//"Import/FontSize/Size_4", in Commit()
231 case 6: pValues[nProp] <<= pImp->aFontSizeArr[4];break;//"Import/FontSize/Size_5", in Commit()
232 case 7: pValues[nProp] <<= pImp->aFontSizeArr[5];break;//"Import/FontSize/Size_6", in Commit()
233 case 8: pValues[nProp] <<= pImp->aFontSizeArr[6];break;//"Import/FontSize/Size_7", in Commit()
249 pValues[nProp] <<= nExpMode; in Commit()
258 pValues[nProp] <<= pImp->eEncoding; in Commit()
263 pValues[nProp].setValue(&bSet, ::getCppuBooleanType()); in Commit()