Lines Matching refs:nProp
159 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
162 switch(nProp) in Commit()
180 case 16: pValues[nProp] <<= rParent.GetUpdateLinkMode(); break;// "Update/Link", in Commit()
184 if(nProp != 16) in Commit()
185 pValues[nProp].setValue(&bVal, ::getBooleanCppuType()); in Commit()
200 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
202 if(pValues[nProp].hasValue()) in Load()
204 sal_Bool bSet = nProp != 16 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
205 switch(nProp) in Load()
226 pValues[nProp] >>= nSet; in Load()
302 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
304 Any &rVal = pValues[nProp]; in Commit()
305 switch(nProp) in Commit()
351 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
353 if(pValues[nProp].hasValue()) in Load()
357 pValues[nProp] >>= nInt32Val; in Load()
358 pValues[nProp] >>= bSet; in Load()
360 switch(nProp) in Load()
451 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
454 switch(nProp) in Commit()
459 …case 3: pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100(rParent.GetSnapSize().Width()); break;// … in Commit()
460 …case 4: pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100(rParent.GetSnapSize().Height()); break;// … in Commit()
461 case 5: pValues[nProp] <<= (sal_Int16)rParent.GetDivisionX(); break;// "Subdivision/XAxis", in Commit()
462 case 6: pValues[nProp] <<= (sal_Int16)rParent.GetDivisionY(); break;// "Subdivision/YAxis" in Commit()
464 if(nProp < 3) in Commit()
465 pValues[nProp].setValue(&bSet, ::getBooleanCppuType()); in Commit()
481 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
483 if(pValues[nProp].hasValue()) in Load()
485 sal_Bool bSet = nProp < 3 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
487 if(nProp >= 3) in Load()
488 pValues[nProp] >>= nSet; in Load()
489 switch(nProp) in Load()
550 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
553 switch(nProp) in Commit()
556 …case 1: pValues[nProp] <<= (sal_Int32)rParent.GetShdwCrsrFillMode(); break;// "DirectCursor/Ins… in Commit()
559 if(nProp != 1 ) in Commit()
560 pValues[nProp].setValue(&bSet, ::getBooleanCppuType()); in Commit()
576 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
578 if(pValues[nProp].hasValue()) in Load()
582 if(nProp != 1 ) in Load()
583 bSet = *(sal_Bool*)pValues[nProp].getValue(); in Load()
585 pValues[nProp] >>= nSet; in Load()
586 switch(nProp) in Load()
624 for(int nProp = 0; nProp < aPropNames.getLength(); nProp++) in Commit() local
626 switch(nProp) in Commit()
628 case 0: pValues[nProp] <<= (sal_Int32)rParent.GetRetoucheColor().GetColor(); break;// "Color", in Commit()
646 for(int nProp = 0; nProp < aPropNames.getLength(); nProp++) in Load() local
648 if(pValues[nProp].hasValue()) in Load()
650 switch(nProp) in Load()
654 pValues[nProp] >>= nSet; rParent.SetRetoucheColor(nSet); in Load()