Lines Matching refs:pOpt
1993 SwModuleOptions *pOpt = SW_MOD()->GetModuleConfig(); in FillItemSet() local
1999 AuthorCharAttr aOldInsertAttr(pOpt->GetInsertAuthorAttr()); in FillItemSet()
2000 AuthorCharAttr aOldDeletedAttr(pOpt->GetDeletedAuthorAttr()); in FillItemSet()
2001 AuthorCharAttr aOldChangedAttr(pOpt->GetFormatAuthorAttr()); in FillItemSet()
2003 ColorData nOldMarkColor = pOpt->GetMarkAlignColor().GetColor(); in FillItemSet()
2004 sal_uInt16 nOldMarkMode = pOpt->GetMarkAlignMode(); in FillItemSet()
2029 pOpt->SetInsertAuthorAttr(aInsertedAttr); in FillItemSet()
2055 pOpt->SetDeletedAuthorAttr(aDeletedAttr); in FillItemSet()
2081 pOpt->SetFormatAuthorAttr(aChangedAttr); in FillItemSet()
2093 pOpt->SetMarkAlignMode(nPos); in FillItemSet()
2095 pOpt->SetMarkAlignColor(aMarkColorLB.GetSelectEntryColor()); in FillItemSet()
2100 nOldMarkColor != pOpt->GetMarkAlignColor().GetColor() || in FillItemSet()
2101 nOldMarkMode != pOpt->GetMarkAlignMode()) in FillItemSet()
2119 const SwModuleOptions *pOpt = SW_MOD()->GetModuleConfig(); in Reset() local
2121 const AuthorCharAttr &rInsertAttr = pOpt->GetInsertAuthorAttr(); in Reset()
2122 const AuthorCharAttr &rDeletedAttr = pOpt->GetDeletedAuthorAttr(); in Reset()
2123 const AuthorCharAttr &rChangedAttr = pOpt->GetFormatAuthorAttr(); in Reset()
2205 aMarkColorLB.SelectEntry(pOpt->GetMarkAlignColor()); in Reset()
2219 switch (pOpt->GetMarkAlignMode()) in Reset()