Lines Matching refs:rParent

197 						rParent.pAutoCorrect->SetStartSingleQuote(  in Load()
202 rParent.pAutoCorrect->SetEndSingleQuote( in Load()
211 rParent.pAutoCorrect->SetStartDoubleQuote( in Load()
216 rParent.pAutoCorrect->SetEndDoubleQuote( in Load()
223 rParent.pAutoCorrect->SetAutoCorrFlag( nFlags, sal_True ); in Load()
224 rParent.pAutoCorrect->SetAutoCorrFlag( ( 0xffff & ~nFlags ), sal_False ); in Load()
233 rParent(rPar) in SvxBaseAutoCorrCfg()
254 const long nFlags = rParent.pAutoCorrect->GetFlags(); in Commit()
308 pValues[nProp] <<= (sal_Int32)rParent.pAutoCorrect->GetStartSingleQuote(); in Commit()
311 pValues[nProp] <<= (sal_Int32) rParent.pAutoCorrect->GetEndSingleQuote(); in Commit()
318 pValues[nProp] <<= (sal_Int32) rParent.pAutoCorrect->GetStartDoubleQuote(); in Commit()
321 pValues[nProp] <<= (sal_Int32) rParent.pAutoCorrect->GetEndDoubleQuote(); in Commit()
409 SvxSwAutoFmtFlags& rSwFlags = rParent.pAutoCorrect->GetSwFlags(); in Load()
416 case 0: rParent.bFileRel = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/FileLinks", in Load()
417 …case 1: rParent.bNetRel = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/InternetLinks", in Load()
418 …case 2: rParent.bAutoTextPreview = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/ShowPr… in Load()
419 …case 3: rParent.bAutoTextTip = *(sal_Bool*)pValues[nProp].getValue(); break; // "Text/ShowToolT… in Load()
420 …case 4: rParent.bSearchInAllCategories = *(sal_Bool*)pValues[nProp].getValue(); break; //"Text/… in Load()
474 …case 25: rParent.bAutoFmtByInput = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInp… in Load()
550 rParent(rPar) in SvxSwAutoCorrCfg()
571 SvxSwAutoFmtFlags& rSwFlags = rParent.pAutoCorrect->GetSwFlags(); in Commit()
576 case 0: pValues[nProp].setValue(&rParent.bFileRel, rType); break; // "Text/FileLinks", in Commit()
577 case 1: pValues[nProp].setValue(&rParent.bNetRel, rType); break; // "Text/InternetLinks", in Commit()
578 … case 2: pValues[nProp].setValue(&rParent.bAutoTextPreview, rType); break; // "Text/ShowPreview", in Commit()
579 case 3: pValues[nProp].setValue(&rParent.bAutoTextTip, rType); break; // "Text/ShowToolTip", in Commit()
580 …case 4: pValues[nProp].setValue(&rParent.bSearchInAllCategories, rType );break; //"Text/SearchIn… in Commit()
616 …case 25: bVal = rParent.bAutoFmtByInput; pValues[nProp].setValue(&bVal, rType); break; // "Format… in Commit()