Lines Matching refs:rSwFlags

409 		SvxSwAutoFmtFlags& rSwFlags = rParent.pAutoCorrect->GetSwFlags();  in Load()  local
421 …case 5: rSwFlags.bAutoCorrect = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/… in Load()
422 …case 6: rSwFlags.bCptlSttSntnc = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option… in Load()
423 …case 7: rSwFlags.bCptlSttWrd = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/C… in Load()
424 …case 8: rSwFlags.bChgWeightUnderl = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Opt… in Load()
425 …case 9: rSwFlags.bSetINetAttr = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/… in Load()
426 …case 10: rSwFlags.bChgOrdinalNumber = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Op… in Load()
427 …case 11: rSwFlags.bAddNonBrkSpace = *(sal_Bool*)pValues[nProp].getValue( ); break; // "Format/Opt… in Load()
430 …case 13: rSwFlags.bDelEmptyNode = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option… in Load()
431 …case 14: rSwFlags.bChgUserColl = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/… in Load()
432 …case 15: rSwFlags.bChgEnumNum = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/C… in Load()
436 rSwFlags.cBullet = in Load()
443 rSwFlags.aBulletFont.SetName(sTemp); in Load()
449 rSwFlags.aBulletFont.SetFamily(FontFamily(nVal)); in Load()
455 rSwFlags.aBulletFont.SetCharSet(CharSet(nVal)); in Load()
461 rSwFlags.aBulletFont.SetPitch(FontPitch(nVal)); in Load()
464 …case 21: rSwFlags.bRightMargin = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option/… in Load()
468 rSwFlags.nRightMargin = in Load()
472 …case 23: rSwFlags.bAFmtDelSpacesAtSttEnd = *(sal_Bool*)pValues[nProp].getValue(); break; // "For… in Load()
473 …case 24: rSwFlags.bAFmtDelSpacesBetweenLines = *(sal_Bool*)pValues[nProp].getValue(); break; // "… in Load()
475 …case 26: rSwFlags.bChgToEnEmDash = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInp… in Load()
476 …case 27: rSwFlags.bSetNumRule = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInput/… in Load()
477 …case 28: rSwFlags.bSetBorder = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInput/C… in Load()
478 …case 29: rSwFlags.bCreateTable = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInput… in Load()
479 …case 30: rSwFlags.bReplaceStyles = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByIn… in Load()
480 …case 31: rSwFlags.bAFmtByInpDelSpacesAtSttEnd = *(sal_Bool*)pValues[nProp].getValue(); break; //… in Load()
481 …case 32: rSwFlags.bAFmtByInpDelSpacesBetweenLines = *(sal_Bool*)pValues[nProp].getValue(); break;… in Load()
482 …case 33: rSwFlags.bAutoCompleteWords = *(sal_Bool*)pValues[nProp].getValue(); break; // "Completi… in Load()
486 rSwFlags.nAutoCmpltWordLen = in Load()
493 rSwFlags.nAutoCmpltListLen = in Load()
497 …case 36: rSwFlags.bAutoCmpltCollectWords = *(sal_Bool*)pValues[nProp].getValue(); break; // "Comp… in Load()
498 …case 37: rSwFlags.bAutoCmpltEndless = *(sal_Bool*)pValues[nProp].getValue(); break; // "Completio… in Load()
499 …case 38: rSwFlags.bAutoCmpltAppendBlanc = *(sal_Bool*)pValues[nProp].getValue(); break; // "Compl… in Load()
500 …case 39: rSwFlags.bAutoCmpltShowAsTip = *(sal_Bool*)pValues[nProp].getValue(); break; // "Complet… in Load()
504 rSwFlags.nAutoCmpltExpandKey = in Load()
508 …case 41 :rSwFlags.bAutoCmpltKeepList = *(sal_Bool*)pValues[nProp].getValue(); break;//"Completion/… in Load()
512 rSwFlags.cByInputBullet = in Load()
519 rSwFlags.aByInputBulletFont.SetName(sTemp); in Load()
525 rSwFlags.aByInputBulletFont.SetFamily(FontFamily(nVal)); in Load()
531 rSwFlags.aByInputBulletFont.SetCharSet(CharSet(nVal)); in Load()
537 rSwFlags.aByInputBulletFont.SetPitch(FontPitch(nVal)); in Load()
571 SvxSwAutoFmtFlags& rSwFlags = rParent.pAutoCorrect->GetSwFlags(); in Commit() local
581 …case 5: bVal = rSwFlags.bAutoCorrect; pValues[nProp].setValue(&bVal, rType); break; // "Format/O… in Commit()
582 …case 6: bVal = rSwFlags.bCptlSttSntnc; pValues[nProp].setValue(&bVal, rType); break; // "Format/… in Commit()
583 …case 7: bVal = rSwFlags.bCptlSttWrd; pValues[nProp].setValue(&bVal, rType); break; // "Format/Op… in Commit()
584 …case 8: bVal = rSwFlags.bChgWeightUnderl; pValues[nProp].setValue(&bVal, rType); break; // "Form… in Commit()
585 …case 9: bVal = rSwFlags.bSetINetAttr; pValues[nProp].setValue(&bVal, rType); break; // "Format/O… in Commit()
586 …case 10: bVal = rSwFlags.bChgOrdinalNumber; pValues[nProp].setValue(&bVal, rType); break; // "For… in Commit()
587 …case 11: bVal = rSwFlags.bAddNonBrkSpace; pValues[nProp].setValue(&bVal, rType); break; // "Form… in Commit()
592 …case 13: bVal = rSwFlags.bDelEmptyNode; pValues[nProp].setValue(&bVal, rType); break; // "Format/… in Commit()
593 …case 14: bVal = rSwFlags.bChgUserColl; pValues[nProp].setValue(&bVal, rType); break; // "Format/O… in Commit()
594 …case 15: bVal = rSwFlags.bChgEnumNum; pValues[nProp].setValue(&bVal, rType); break; // "Format/Op… in Commit()
596 pValues[nProp] <<= (sal_Int32)rSwFlags.cBullet; in Commit()
599 pValues[nProp] <<= OUString(rSwFlags.aBulletFont.GetName()); in Commit()
602 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetFamily(); in Commit()
605 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetCharSet(); in Commit()
608 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetPitch(); in Commit()
610 …case 21: bVal = rSwFlags.bRightMargin; pValues[nProp].setValue(&bVal, rType); break; // "Format/O… in Commit()
612 pValues[nProp] <<= (sal_Int32)rSwFlags.nRightMargin; in Commit()
614 …case 23: bVal = rSwFlags.bAFmtDelSpacesAtSttEnd; pValues[nProp].setValue(&bVal, rType); break; //… in Commit()
615 …case 24: bVal = rSwFlags.bAFmtDelSpacesBetweenLines; pValues[nProp].setValue(&bVal, rType); break… in Commit()
617 …case 26: bVal = rSwFlags.bChgToEnEmDash; pValues[nProp].setValue(&bVal, rType); break; // "Format… in Commit()
618 …case 27: bVal = rSwFlags.bSetNumRule; pValues[nProp].setValue(&bVal, rType); break; // "Format/By… in Commit()
619 …case 28: bVal = rSwFlags.bSetBorder; pValues[nProp].setValue(&bVal, rType); break; // "Format/ByI… in Commit()
620 …case 29: bVal = rSwFlags.bCreateTable; pValues[nProp].setValue(&bVal, rType); break; // "Format/B… in Commit()
621 …case 30: bVal = rSwFlags.bReplaceStyles; pValues[nProp].setValue(&bVal, rType); break; // "Format… in Commit()
622 …case 31: bVal = rSwFlags.bAFmtByInpDelSpacesAtSttEnd; pValues[nProp].setValue(&bVal, rType); brea… in Commit()
623 …case 32: bVal = rSwFlags.bAFmtByInpDelSpacesBetweenLines; pValues[nProp].setValue(&bVal, rType); … in Commit()
624 …case 33: bVal = rSwFlags.bAutoCompleteWords; pValues[nProp].setValue(&bVal, rType); break; // "Co… in Commit()
626 pValues[nProp] <<= (sal_Int32)rSwFlags.nAutoCmpltWordLen; in Commit()
629 pValues[nProp] <<= (sal_Int32)rSwFlags.nAutoCmpltListLen; in Commit()
631 …case 36: bVal = rSwFlags.bAutoCmpltCollectWords; pValues[nProp].setValue(&bVal, rType); break; //… in Commit()
632 …case 37: bVal = rSwFlags.bAutoCmpltEndless; pValues[nProp].setValue(&bVal, rType); break; // "Com… in Commit()
633 …case 38: bVal = rSwFlags.bAutoCmpltAppendBlanc; pValues[nProp].setValue(&bVal, rType); break; // … in Commit()
634 …case 39: bVal = rSwFlags.bAutoCmpltShowAsTip; pValues[nProp].setValue(&bVal, rType); break; // "C… in Commit()
636 pValues[nProp] <<= (sal_Int32)rSwFlags.nAutoCmpltExpandKey; in Commit()
638 …case 41 :bVal = rSwFlags.bAutoCmpltKeepList; pValues[nProp].setValue(&bVal, rType); break;// "Comp… in Commit()
640 pValues[nProp] <<= (sal_Int32)rSwFlags.cByInputBullet; in Commit()
643 pValues[nProp] <<= OUString(rSwFlags.aByInputBulletFont.GetName()); in Commit()
646 pValues[nProp] <<= (sal_Int32)rSwFlags.aByInputBulletFont.GetFamily(); in Commit()
649 pValues[nProp] <<= (sal_Int32)rSwFlags.aByInputBulletFont.GetCharSet(); in Commit()
652 pValues[nProp] <<= (sal_Int32)rSwFlags.aByInputBulletFont.GetPitch(); in Commit()